florian 3 년 전
부모
커밋
11b069fa61
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      tests/webtbs/tw15633.pp

+ 9 - 0
tests/webtbs/tw15633.pp

@@ -0,0 +1,9 @@
+var value : word;
+    code : Longint;
+
+begin
+  Val('4294901772', Value, code);
+  writeln(code);
+  if code<>10 then
+    halt(1);
+end.