QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#795996#9804. Guess the Polygonucup-team356#WA 16ms10748kbPython31.2kb2024-12-01 05:56:442024-12-01 05:56:44

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 13ms
memory: 10608kb

input:

2
4
3 0
1 3
1 1
0 0
3
0 0
999 1000
1000 999

output:

! 3 1
! 1999 2

result:

ok correct! (2 test cases)

Test #2:

score: -100
Wrong Answer
time: 16ms
memory: 10748kb

input:

9
4
1 1
1 3
3 0
0 0

output:

! 3 1
! 1999 2
! 1999 2
! 1999 2
! 1999 2
! 1999 2
! 1999 2
! 1999 2
! 1999 2

result:

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