QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#795996 | #9804. Guess the Polygon | ucup-team356# | WA | 16ms | 10748kb | Python3 | 1.2kb | 2024-12-01 05:56:44 | 2024-12-01 05:56:44 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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)