Ответы
Ответ дал:
0
var x:integer;
begin
read(x);
if(x=2) then write('B');
if(x=3) then write('Д');
if(x=4) then write('К');
if(x=6) then write('6');
if(x=7) then write('7');
if(x=8) then write('8');
if(x=9) then write('9');
if(x=11) then write('К');
end.
begin
read(x);
if(x=2) then write('B');
if(x=3) then write('Д');
if(x=4) then write('К');
if(x=6) then write('6');
if(x=7) then write('7');
if(x=8) then write('8');
if(x=9) then write('9');
if(x=11) then write('К');
end.
Похожие вопросы
2 года назад
2 года назад
8 лет назад
9 лет назад