Procedure QWERTY (c:integer); var s:string;i:integer; begin s:=inttostr(c); for i:=1 to length(s) do writeln(s[i]); end;