QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#511659#5521. Excellent XOR ProblemGuanYunchangWA 0ms3748kbC++201.0kb2024-08-10 09:43:082024-08-10 09:43:08

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3748kb

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
3
1 1
2 2
3 3
YES
2
1 1
2 5
YES
3
1 1
2 0
1 6

result:

wrong answer Integer 0 violates the range [2, 6] (test case 4)