mirror of
https://github.com/QingdaoU/OpenVJ.git
synced 2024-12-28 15:31:48 +00:00
poj爬虫中没有判断waiting,导致归为了RE
This commit is contained in:
parent
295d72ff95
commit
e73903a934
@ -130,6 +130,8 @@ class PojRobot(Robot):
|
||||
result = Result.compile_error
|
||||
elif code == "System Error":
|
||||
result = Result.system_error
|
||||
elif code == "Waiting":
|
||||
result = Result.waiting
|
||||
else:
|
||||
result = Result.runtime_error
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user