Дамп всех задач
This commit is contained in:
9
Pascal/10.10.16/Program5.pas
Normal file
9
Pascal/10.10.16/Program5.pas
Normal file
@@ -0,0 +1,9 @@
|
||||
var
|
||||
x,y:real;
|
||||
begin
|
||||
Read(x,y);
|
||||
if (y<=1) and (x>=0) and (y>=-1) and ((y>=x-1) or (1<=Sqr(x)+Sqr(y))) then
|
||||
print('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>')
|
||||
else
|
||||
Print('<27><><EFBFBD>')
|
||||
end.
|
||||
Reference in New Issue
Block a user