娄山中学noip答案...吧 关注:3贴子:16
  • 0回复贴,共1

d337. 中国字

只看楼主收藏回复

var
a:string;
i:longint;
begin
while not eof do begin
readln(a);
for i:=1 to length(a) do if (ord(a[i])>=1) and (ord(a[i])<=127) then write
else write(a[i]);
writeln;
end;
end.


1楼2014-08-21 14:13回复