Replies: 2 comments 1 reply
-
运行的时间限制是两个小时,如果两个小时还没有运行完所有样例就会强制结束. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@tiger9tu 运行时长限制已改成 3h. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Autograder在第635个样例median处时产生运行了超时的内部错误,并停止了执行。对此我有两点疑问:

1.这里的运行超时是由于什么原因产生的?如果是程序运行超时的话不是应该输出Timeout然后继续执行吗?
2.我在本地的docker环境中执行测试,通过了第635个样例,并顺利执行了包括该样例在内的所有样例,请问autograder的测试和本地docker环境的测试有什么区别吗?为什么我在本地docker环境能够通过的测试,会在autograder上产生内部错误?
报错截图如下:
Beta Was this translation helpful? Give feedback.
All reactions