Дамп всех задач
This commit is contained in:
9
Pascal/10.10.16/Program2.pas
Normal file
9
Pascal/10.10.16/Program2.pas
Normal file
@@ -0,0 +1,9 @@
|
||||
var
|
||||
x,y:real;
|
||||
begin
|
||||
Read(x,y);
|
||||
if (y<=1) and (y>=0) and (x<=Pi/2) and (y>=Sin(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