QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#879625#7653. Balloon Dartsucup-team5957#TL 3ms3712kbC++203.1kb2025-02-02 08:30:472025-02-02 08:30:47

詳細信息

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: 2ms
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: 1ms
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: 0
Accepted
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:

possible

result:

ok single line: 'possible'

Test #5:

score: 0
Accepted
time: 3ms
memory: 3584kb

input:

10
3239 9832
17823 9324
2 50
18 3949
283921 38439849
293 2930
5 63
29 2
0 0
34 24

output:

impossible

result:

ok single line: 'impossible'

Test #6:

score: -100
Time Limit Exceeded

input:

16
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
65 1

output:


result: