We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
描述一下这个 Bug 自定义校验器返回的 FAIl 状态会被视为 WA。
如何复现
#include "testlib_for_lemons.h" int main(int argc, char* argv[]) { registerLemonChecker(argc, argv); ans.quitf(_wa,"??"); // ans.readInt(); // quitf(_fail,"??"); }
使用的 testlib_for_lemons.h 是在 https://github.com/GitPinkRabbit/Testlib-for-Lemons 上下载的最新版
testlib_for_lemons.h
这里的三种方法都无法返回正确结果
int main(){ return 0; }
实际结果 “答案错误” 期望获得的结果 “评测失败”之类的提示信息 (类似在 CF polygon 上返回的 FAIL)
Environment: 环境:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述一下这个 Bug
自定义校验器返回的 FAIl 状态会被视为 WA。
如何复现
使用的
testlib_for_lemons.h
是在 https://github.com/GitPinkRabbit/Testlib-for-Lemons 上下载的最新版这里的三种方法都无法返回正确结果
实际结果
“答案错误”
期望获得的结果
“评测失败”之类的提示信息
(类似在 CF polygon 上返回的 FAIL)
Environment:
环境:
The text was updated successfully, but these errors were encountered: