QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#476158 | #9118. Flip or Not | ucup-team253# | WA | 0ms | 3992kb | C++23 | 4.4kb | 2024-07-13 17:59:47 | 2024-07-13 17:59:50 |
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: 0ms
memory: 3992kb
input:
5 00001 00111 3 1 2 3 2 3 5
output:
4 1001
result:
ok output is valid
Test #2:
score: 0
Accepted
time: 0ms
memory: 3736kb
input:
4 0110 1000 2 1 2 4 1 2 3 4
output:
-1
result:
ok output is valid
Test #3:
score: 0
Accepted
time: 0ms
memory: 3928kb
input:
1 0 1 1 1 1 1
output:
1 1
result:
ok output is valid
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3804kb
input:
8 11110000 10101011 6 2 3 5 6 7 8 3 4 7 8
output:
-1
result:
wrong answer mismatched m: expected 5, found -1