fork(1) download
  1. uses crt;
  2. const
  3. st=['.',','];
  4. var
  5. s:string;
  6. i,k:integer;
  7. begin
  8. readln(s);
  9. for i:=length(s) downto 1 do
  10. if (s[i] in st) then Delete(s,i,1);
  11. writeln(s);
  12. end.
Success #stdin #stdout 0s 316KB
stdin
Ideone is something more than a pastebin; it's an online compiler and debugging tool which allows
to compile and run code online in more than 40 programming languages.
stdout
Ideone is something more than a pastebin; it's an online compiler and debugging 
tool which allows