Дамп всех задач
This commit is contained in:
9
Pascal/10.10.16/Program6.pas
Normal file
9
Pascal/10.10.16/Program6.pas
Normal 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.
|
||||
Reference in New Issue
Block a user