QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#293656#6303. Inversionucup-team1005WA 0ms3916kbC++141.0kb2023-12-29 15:30:442023-12-29 15:30:45

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3916kb

input:

3
0
1
0
1

output:

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

result:

wrong output format Unexpected end of file - int32 expected