Program a; var a: integer; begin writeln ('Vvedite chislo: '); readln(a); if (a*a > 3*a) then writeln ('a = ', a) else write ('Ne podhodit'); end.