QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#345668 | #3205. Balls and Needles | lmq26052003 | WA | 0ms | 3776kb | C++20 | 1.6kb | 2024-03-07 11:38:40 | 2024-03-07 11:38:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3484kb
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: 0
Accepted
time: 0ms
memory: 3776kb
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 No floor closed chains
result:
ok 2 lines
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3592kb
input:
3 50 50 50 100 100 100 100 100 100 50 50 90 50 50 90 50 50 50
output:
True closed chains Floor closed chains
result:
wrong answer 2nd lines differ - expected: 'No floor closed chains', found: 'Floor closed chains'