Дамп всех задач
This commit is contained in:
9
Pascal/vetvl/Program7.pas
Normal file
9
Pascal/vetvl/Program7.pas
Normal file
@@ -0,0 +1,9 @@
|
||||
var a: integer;
|
||||
begin
|
||||
writeln('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
||||
Readln(a);
|
||||
if 25 > a then writeln('( ', a)
|
||||
else if a > 40 then writeln('( ', a)
|
||||
else
|
||||
writeln(') ', a)
|
||||
end.
|
||||
Reference in New Issue
Block a user