Дамп всех задач
This commit is contained in:
8
str/Program3.pas
Normal file
8
str/Program3.pas
Normal file
@@ -0,0 +1,8 @@
|
||||
var
|
||||
a: int64;
|
||||
s: string;
|
||||
|
||||
begin
|
||||
ReadLn(s);
|
||||
if (s[1] = s[s.Length]) then write('<27><>') else write('<27><><EFBFBD>');
|
||||
end.
|
||||
Reference in New Issue
Block a user