QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#795395 | #9802. Light Up the Grid | ucup-team3705# | WA | 33ms | 4904kb | C++23 | 7.2kb | 2024-11-30 20:08:34 | 2024-11-30 20:08:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 33ms
memory: 4904kb
input:
2 1000 100 10 1 4 10 00 01 00 00 10 00 01 1 11 11
output:
1121 2
result:
ok 2 number(s): "1121 2"
Test #2:
score: -100
Wrong Answer
time: 25ms
memory: 4288kb
input:
2 1 1 1 1 4 10 00 01 00 00 10 00 01 1 11 11
output:
5 1
result:
wrong answer 2nd numbers differ - expected: '2', found: '1'