QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#482479#7112. XOR CliqueGuanYunchangWA 1ms3992kbC++20616b2024-07-17 19:43:462024-07-17 19:43:47

詳細信息

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'