QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#188856 | #2357. Random Chess Game | jh01533 | WA | 16ms | 10344kb | Python3 | 401b | 2023-09-26 15:10:26 | 2023-09-26 15:10:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 16ms
memory: 10220kb
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: 15ms
memory: 10344kb
input:
2
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:
wrong answer 2nd lines differ - expected: '[Round "2"]', found: '[Round "1"]'