Дамп всех задач
This commit is contained in:
9
Pascal/10.10.16/Program1.pas
Normal file
9
Pascal/10.10.16/Program1.pas
Normal file
@@ -0,0 +1,9 @@
|
||||
var
|
||||
x,y:real;
|
||||
begin
|
||||
Read(x,y);
|
||||
if (y <=2-x*x) and ((y>=x) or (y>=0)) then
|
||||
print('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>')
|
||||
else
|
||||
Print('<27><><EFBFBD>')
|
||||
end.
|
||||
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.
|
||||
9
Pascal/10.10.16/Program3.pas
Normal file
9
Pascal/10.10.16/Program3.pas
Normal file
@@ -0,0 +1,9 @@
|
||||
var
|
||||
x,y:real;
|
||||
begin
|
||||
Read(x,y);
|
||||
if (y<=0.5) and (y>=0) and (y<=Sin(x)) and (x>=0) and (x<=Pi) then
|
||||
print('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>')
|
||||
else
|
||||
Print('<27><><EFBFBD>')
|
||||
end.
|
||||
9
Pascal/10.10.16/Program4.pas
Normal file
9
Pascal/10.10.16/Program4.pas
Normal file
@@ -0,0 +1,9 @@
|
||||
var
|
||||
x,y:real;
|
||||
begin
|
||||
Read(x,y);
|
||||
if (y<=x+2) and (y<=x-2) and (y<=2) and (y>=0) and (y<=sqr(x)) then
|
||||
print('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>')
|
||||
else
|
||||
Print('<27><><EFBFBD>')
|
||||
end.
|
||||
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.
|
||||
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.
|
||||
BIN
Pascal/10.10.16/ege24-C1.doc
Normal file
BIN
Pascal/10.10.16/ege24-C1.doc
Normal file
Binary file not shown.
BIN
Pascal/10.10.16/Ветвление-3-изЕГЭ.doc
Normal file
BIN
Pascal/10.10.16/Ветвление-3-изЕГЭ.doc
Normal file
Binary file not shown.
Reference in New Issue
Block a user