QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#879616#7653. Balloon Dartsucup-team5957#WA 1ms3712kbC++203.0kb2025-02-02 08:14:422025-02-02 08:14:43

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3712kb

input:

6
0 0
1 1
2 4
3 9
4 16
5 25

output:

possible

result:

ok single line: 'possible'

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3712kb

input:

7
0 0
1 1
2 4
3 9
4 16
5 25
6 36

output:

possible

result:

wrong answer 1st lines differ - expected: 'impossible', found: 'possible'