We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#
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
点击测试用例块(@lcpr case)中的 case 运行测试时,若用例为含有若干 # 的字符串,则会导致最终上传的用例中所有 # 都会丢失。暂时只在 C++ 中发现该问题(如下图所示),其他语言未测试。若点击 Test 直接手动输入用例并测试,则没有该问题。
@lcpr case
case
Test
相关日志:
{"messages":["Finished"],"system_message":{"fid":"844","id":874,"qid":874,"sub_type":"test","accepted":true},"Your Input":["\"acd\"\n\"abad\"\n"],"Output (4 ms)":["false"],"Expected Answer":["false"],"Stdout":[""]}
The text was updated successfully, but these errors were encountered:
已修复,感谢
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
点击测试用例块(
@lcpr case
)中的case
运行测试时,若用例为含有若干#
的字符串,则会导致最终上传的用例中所有#
都会丢失。暂时只在 C++ 中发现该问题(如下图所示),其他语言未测试。若点击Test
直接手动输入用例并测试,则没有该问题。相关日志:
The text was updated successfully, but these errors were encountered: