QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#795756#9804. Guess the Polygonucup-team3665WA 11ms10612kbPython3158b2024-12-01 00:10:092024-12-01 00:10:10

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 11ms
memory: 10612kb

input:

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

output:

? 1000 1000
! 3 1
? 1000 1000
! 3 1

result:

wrong answer the answer is incorrect, expect: 1999/2, find: 3/1 (test case 2)