QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#752712 | #1830. AND | yimuhua | WA | 3ms | 3596kb | C++20 | 593b | 2024-11-16 09:25:02 | 2024-11-16 09:25:03 |
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: 3592kb
input:
3 1 5 3 0 1 2 2 1 2
output:
1 5 3 2 1 0 -1
result:
ok answer is correct (3 test cases)
Test #2:
score: -100
Wrong Answer
time: 3ms
memory: 3596kb
input:
20000 5 16 13 5 15 20 5 11 0 13 2 17 5 13 12 8 10 18 5 1 8 16 19 5 5 9 12 3 10 13 5 7 0 14 3 16 5 10 3 9 11 6 5 1 0 4 18 14 5 1 10 5 9 12 5 10 18 16 20 17 5 7 8 19 6 1 5 18 7 4 5 12 5 17 4 6 11 7 5 1 0 12 2 15 5 0 15 7 5 4 5 16 3 4 10 14 5 16 0 2 18 14 5 0 16 20 5 3 5 8 9 10 4 6 5 19 2 12 20 13 5 16...
output:
-1 -1 -1 -1 -1 5 16 14 7 3 0 -1 -1 -1 -1 -1 -1 -1 5 15 12 2 1 0 5 15 7 5 4 0 -1 5 18 16 14 2 0 5 20 16 5 3 0 -1 -1 -1 -1 -1 -1 -1 -1 5 19 17 12 10 0 -1 -1 -1 -1 -1 -1 -1 5 16 5 4 2 0 -1 -1 -1 -1 -1 -1 5 18 12 9 3 0 5 18 16 13 10 0 -1 -1 -1 -1 -1 5 19 11 6 3 2 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 ...
result:
wrong answer the participant did not find the answer for test 2 while jury did it (test case 2)