Advertisement
Varvara_Golovnova

Untitled

Nov 2nd, 2024
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. var
  2. d1,d2,d3,d4 : longint;
  3. s1,s2 : string;
  4. c1,c2 : char;
  5. begin
  6. readln(s1);
  7. d1:=pos('o',s1);
  8. s1[d1]:='_';
  9. d1:=pos('o',s1);
  10. s1[d1]:='r';
  11. writeln(s1);
  12. end.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement