Здесь Вы можете найти ответы на многие вопросы или задать свой вопрос!
include < iostream>
using namespace std;
int main()
{int n;
cin > > n;
switch(n)
{case 1: cout< < "i"; break;
case 5: cout< < "v"; break;
case 10: cout< < "x"; break;
case 50: cout< < "l"; break;
case 100: cout< < "c"; break;
case 500: cout< < "d"; break;
case 1000: cout< < "m"; break;
}
return 0;
a1=8;
a2=a1*10=80;
a3=a2-a1=72;
b1=a2/4=20;
b2=(b1-a1)/6=2;
ответ: a1=8; a2=80; a3=72; b1=20; b2=2
не
uses crt, graph;
var grdr, grmd,i,j,g: integer;
begin
grdr: =detect;
initgraph(grdr, grmd,’c: \bp\bgi’);
setbkcolor(lightgray);
g: =getbkcolor;
i: =20; j: =20;
setcolor(red);
setfillstyle(1,red);
fillellipse(i,j,5,5);
delay(3000);
setfillstyle(1,g);
i: =i+random(3);
j: =j+random(2);
end;
readln;
end.
Популярные вопросы