#10042: pascal输出短少QAQ


reese (教科王泽恺)

學校 : 上海市娄山中学
編號 : 50357
來源 : [218.242.227.167]
最後登入時間 :
2016-01-16 09:38:54
a022. 迴文 | From: [180.169.25.90] | 發表日期 : 2015-07-16 11:28

var
  st:string;
  i,j:byte;
begin
  readln(st);
    j:=length(st);
    i:=1;
    while (j>i) and (st[i]=st[j]) do begin
    i:=i+1;
    j:=j-1;
  end;
  if j<=i then writeln('yes')
          else writeln('no');
end.
一直WA啊,输出短少QAQ求救 
#11100: Re:pascal输出短少QAQ


873573823 (7vinbaby)

學校 : Bishop Hall Jubilee School
編號 : 51622
來源 : [58.176.14.251]
最後登入時間 :
2016-07-13 20:31:08
a022. 迴文 | From: [58.176.14.251] | 發表日期 : 2016-06-27 17:08

var
  st:string;
  i,j:byte;
begin
  readln(st);
    j:=length(st);
    i:=1;
    while (j>i) and (st[i]=st[j]) do begin
    i:=i+1;
    j:=j-1;
  end;
  if j<=i then writeln('yes')
          else writeln('no');
end.
一直WA啊,输出短少QAQ求救

miss this!!!!

var

..............

begin

 

while not eof do begin

...................

.................

.................

end;

end.

 

 

 
ZeroJudge Forum