Дамп всех задач

This commit is contained in:
2017-05-22 13:29:43 +03:00
parent b970626fef
commit 93746b05d7
173 changed files with 2505 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
var
x,y:real;
begin
Read(x,y);
if ((y<=0) or (y>=x+1)) and (y<=3-Sqr(x)) then
print('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>')
else
Print('<27><><EFBFBD>')
end.