소스 검색

* fixed expected high value

peter 21 년 전
부모
커밋
a966964657
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/webtbs/tw3113.pp

+ 1 - 1
tests/webtbs/tw3113.pp

@@ -9,7 +9,7 @@ var i:Integer;
 begin
  Writeln(High(A));
 
- if High(A)<>1 then
+ if High(A)<>0 then
    begin
      writeln('Error!');
      halt(1);