QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#464241#6303. Inversionegypt_ioi2024b_05RE 1ms3556kbC++201.8kb2024-07-05 23:17:402024-07-05 23:17:40

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 3556kb

input:

3
0
0
1

output:

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

result:

ok OK, guesses=3

Test #2:

score: -100
Runtime Error

input:

1993
0
0

output:

? 1 2
? 3 4
? 0 1

result: