QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#129762#6300. Best Carry Player 2chenchi#WA 4ms19356kbC++232.2kb2023-07-22 23:23:542023-07-22 23:23:57

详细

Test #1:

score: 0
Wrong Answer
time: 4ms
memory: 19356kb

input:

4
12345678 0
12345678 5
12345678 18
990099 5

output:

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

result:

wrong answer 1st lines differ - expected: '1', found: '? 1 4'