QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#879615#7653. Balloon Dartsucup-team5957#WA 1ms3712kbC++203.0kb2025-02-02 08:13:352025-02-02 08:13:37

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
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: 0
Accepted
time: 1ms
memory: 3712kb

input:

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

output:

impossible

result:

ok single line: 'impossible'

Test #3:

score: 0
Accepted
time: 0ms
memory: 3712kb

input:

7
-1 -1
0 0
1 1
2 4
3 9
4 16
5 25

output:

possible

result:

ok single line: 'possible'

Test #4:

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

input:

15
0 0
1 1
5 5
17 17
1000000000 1000000000
-1000000000 -1000000000
1 0
2 0
4 0
8 0
16 0
32 0
64 0
64 1
64 2

output:

got one! second: 4
got one! second: 4
possible

result:

wrong answer 1st lines differ - expected: 'possible', found: 'got one! second: 4'