QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#111986 | #5141. Identical Parity | MaMengQi | WA | 2ms | 3404kb | C++23 | 1.3kb | 2023-06-09 12:12:09 | 2023-06-09 12:12:10 |
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: 0
Wrong Answer
time: 2ms
memory: 3404kb
input:
3 3 1 4 2 5 3
output:
p=1 p=2 p=3 nums=1 starting_index=1 total=1 isOdd nums=2 starting_index=2 total=2 isEven nums=3 starting_index=3 total=3 isOdd NO p=1 p=2 p=3 p=4 nums=1 nums=2 starting_index=1 total=3 isOdd nums=2 nums=3 starting_index=2 total=5 isOdd nums=3 nums=4 starting_index=3 total=7 isOdd Yes p=1 p=2 p=3 p=4...
result:
wrong output format YES or NO expected, but P=1 found [1st token]