program kirev; uses crt; begin textcolor(yellow+blink); writeln('Vilgub'); readln; textmode(CO40); gotoxy(20, 10); write('Suur'); textcolor(red); gotoxy(18,11); write('pealkiri'); readln; textmode(co80); writeln('Tavaline'); end.