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