QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#350670#7112. XOR CliqueMaMengQiWA 1ms3552kbC++23611b2024-03-10 23:27:282024-03-10 23:27:29

Details

Tip: Click on the bar to expand more detailed information

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