QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#789924 | #9802. Light Up the Grid | ucup-team5482# | WA | 32ms | 7828kb | C++20 | 2.7kb | 2024-11-27 22:48:21 | 2024-11-27 22:48:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 32ms
memory: 7828kb
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: 32ms
memory: 7748kb
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: 32ms
memory: 7824kb
input:
1 1000000 1000000 1000000 1000000 1 11 11
output:
1000001
result:
wrong answer 1st numbers differ - expected: '2000000', found: '1000001'