为什么结果是
TASK: test
LANG: PASCAL
Compiling...
Compile: OK
Executing...
Execution error: Your program (`test') exited with exit status `2'
when presented with test case 1, shown below.
Your program's exit status might indicate Pascal Runtime Error 2. Here
is the message for that Runtime Error:
File not found: You can get this error when you tried to do an
operation on a file which doesn't exist.
----- Test Case 1 ------
1 1
----------------------------
Your program printed data to stdout. Here is the data:
-------------------
Runtime_error_2_at_$08048108__$08048108
-------------------
Run time error 2: File not found: You can get this error when you
tried to do an operation on a file which doesn't exist.
-------------------
Full Test Data Full Answer----------------------------
Read this if your program works on your computer but not the grader. Do not write a letter to the coaches until you have tried these techniques!
Thanks for your submission!