QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#796517#9804. Guess the Polygonucup-team3303WA 1ms3644kbC++202.9kb2024-12-01 20:14:482024-12-01 20:14:48

详细

Test #1:

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

input:

2
4
3 0
1 3
1 1
0 0
1 1
1 1
3
0 0
999 1000
1000 999
1999 2000

output:

? 1 2
? 2 1
! 3 1
? 999 2
? 1999 2

result:

wrong answer number of queries exceeds the limit: 1 (test case 2)