QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#655907#9484. Colored Complete Graphucup-team5107#WA 1ms3600kbC++201.9kb2024-10-19 10:17:282024-10-19 10:17:29

详细

Test #1:

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

input:

3
B
R
B
B
R
B

output:

? 1 2
? 1 3
? 2 3
? 2 1
? 3 1
? 3 2
!
1 2

result:

wrong answer guessed graph is incorrect