QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#844511 | #9969. Kindergarten Square | ucup-team3648 | WA | 1ms | 3832kb | C++20 | 848b | 2025-01-06 01:05:09 | 2025-01-06 01:05:09 |
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: 1ms
memory: 3552kb
input:
4 6 7 10 11 2 3 4 5 8 5 5 13 1 2 5 6
output:
3 4 -1 -1 2 4
result:
ok All testcases passed.
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3832kb
input:
10 1 2 4 5 4 3 2 1 1 2 5 6 2 3 5 6 2 3 6 7 3 4 6 7 2 1 3 4 1 2 2 3 2 3 3 4 7 7 7 7
output:
2 3 -1 2 4 2 3 2 4 3 3 -1 -1 -1 -1
result:
wrong answer Incorrect H & W pair for the given 2x2 submatrix.