QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#345665 | #3205. Balls and Needles | lmq26052003 | WA | 0ms | 3832kb | C++20 | 1.5kb | 2024-03-07 11:35:20 | 2024-03-07 11:35:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3832kb
input:
4 12 12 8 10 5 11 12 12 8 4 14 21 12 12 8 12 20 8 4 14 21 10 5 21
output:
No true closed chains Floor closed chains
result:
ok 2 lines
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3540kb
input:
4 1 1 1 2 2 2 2 2 2 1 5 5 9 4 4 9 4 2 9 4 4 9 9 4
output:
No true closed chains Floor closed chains
result:
wrong answer 2nd lines differ - expected: 'No floor closed chains', found: 'Floor closed chains'