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
7
test16
practica 7 ejercicio B5
Для Лехи -1
test23
pdp31-boolean
Object Pascal
zadanye 4
NguyenThanhThe11Sinh
test19