QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#482479#7112. XOR CliqueGuanYunchangWA 1ms3992kbC++20616b2024-07-17 19:43:462024-07-17 19:43:47

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
3
1 2 3
3
1 1 1
5
1 2323 534 534 5

output:

2
1
6

result:

wrong answer 2nd numbers differ - expected: '3', found: '1'