QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#602764 | #2357. Random Chess Game | 114514114514 | WA | 0ms | 3664kb | C++20 | 385b | 2024-10-01 12:40:24 | 2024-10-01 12:40:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3664kb
input:
1
output:
[Result "1-0"] [Round "1"] [Termination "White won by checkmate"] [PlyCount "9"] 1. e4 c5 2. e5 Na6 3. Bxa6 g5 4. Bxb7 f5 5. Qh5# 1-0
result:
ok 7 lines
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3596kb
input:
2
output:
[Result "1-0"] [Round "2"] [Termination "White won by checkmate"] [PlyCount "9"] 1. e4 c5 2. e5 Na6 3. Bxa6 g5 4. Bxb7 f5 5. Qh5# 1-0
result:
wrong answer 4th lines differ - expected: '[PlyCount "27"]', found: '[PlyCount "9"]'