QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#788213 | #9802. Light Up the Grid | csffm# | WA | 396ms | 3784kb | C++23 | 2.3kb | 2024-11-27 16:14:17 | 2024-11-27 16:14:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 395ms
memory: 3632kb
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: 0
Accepted
time: 396ms
memory: 3560kb
input:
2 1 1 1 1 4 10 00 01 00 00 10 00 01 1 11 11
output:
5 2
result:
ok 2 number(s): "5 2"
Test #3:
score: -100
Wrong Answer
time: 392ms
memory: 3784kb
input:
1 1000000 1000000 1000000 1000000 1 11 11
output:
2
result:
wrong answer 1st numbers differ - expected: '2000000', found: '2'