program Program01; var a : Integer; begin Write('Szám: '); ReadLn(a); if a > 100 then WriteLn('Száznál nagyobb számot írtál'); end.