QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#79445#5521. Excellent XOR Problemflywatre#WA 1ms3736kbC++14869b2023-02-20 08:54:352023-02-20 08:54:38

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3736kb

input:

4
2
0 0
3
1 2 3
5
16 8 4 2 1
6
42 42 42 42 42 42

output:

NO
YES
1 1
2 2
3 3
YES
1 1
2 2
3 5
NO

result:

wrong answer Integer 1 violates the range [2, 3] (test case 2)