Здесь Вы можете найти ответы на многие вопросы или задать свой вопрос!
100010,011101=42,35 (вос. сис.)
10010,011101=22,1d (шест. с.)
111 111 111 000 001=77701(в.с)
0111 1111 1100 0001(добавляем 0)=7fc1 (ш.с.)
0,000110101=0,065(в.с) (доб. 00)
0,0110101=0,35(ш.с.)
0,11 100 110 101=0,3465(в.с.)
0,111 0011 0101=0,735(ш.с.)
vara,b: integer; c: real; beginwriteln ('1'); read (a); writeln ('2'); read (b); c: =(a/1)/(1/b); writeln (c); end.
var a: integer;
s: string;
begin
read(a);
case a of
1: s: ="i";
5: s: ="v";
10: s: ="x";
50: s: ="c";
100: s: ="c";
500: s: ="i";
1000: s: ="m;
end;
writeln(s);
end.
римские соответствия не все помню
program obmen;
var a,b,c,x,y: integer;
a: =x;
b: =a;
c: =b;
x: =c;
writeln (a,b,c)
Популярные вопросы