You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is a file conflict, the behaviour depends on which file is prepared later than others. This is REALLY strange because it will cause the result to be random.
如果发生文件冲突,评测行为将依赖于评测程序中哪个文件后被准备好。这个行为会导致评测结果是随机的。
Example:
src.hpp is mentioned in the supportedFiles in config.json, and the spj version is 4. Either the file in the problem package or the file submitted will be use depending on which one has been prepared later.
If there is a file conflict, the behaviour depends on which file is prepared later than others. This is REALLY strange because it will cause the result to be random.
如果发生文件冲突,评测行为将依赖于评测程序中哪个文件后被准备好。这个行为会导致评测结果是随机的。
Example:
src.hpp
is mentioned in thesupportedFiles
inconfig.json
, and the spj version is 4. Either the file in the problem package or the file submitted will be use depending on which one has been prepared later.在
config.json
的supportedFiles
里有src.hpp
,评测点为 spj 4。评测机可能使用题目数据包中的src.hpp
,也可能使用用户提交的src.hpp
。Solution:
解决方案:
Note: The quick fix should be done even if the better fix is done because there are some judger plan that has already got a file conflict.
注意:即使已经完成了 better fix,也需要实现 quick fix,因为已经有了错误的数据包。
The text was updated successfully, but these errors were encountered: