QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#350670#7112. XOR CliqueMaMengQiWA 1ms3552kbC++23611b2024-03-10 23:27:282024-03-10 23:27:29

詳細信息

Test #1:

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

input:

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

output:

abb
acc
bca

result:

wrong output format Expected integer, but "abb" found