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