Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
3
program three; var a:string; i,n integer; begin writeln('введите строку'); readln(a); n:=length(a); for i:=1 to n do if a(i)='i' and a(i+1)='1' and a(i+2)='1' then begin delete(a, i,i+2); insert('000',a,i); end; write(a); end.
run
|
edit
|
history
|
help
0
Грицанова, стр. 26, Пример 1.7
Helpme
1
programme 2
TAPCON
Quadratic equation
считалочка02
BubbleSor (slimst)
Бассейн-5
Hailstone number