Browse Source

* fixed expected high value

peter 21 năm trước cách đây
mục cha
commit
a966964657
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);