QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#879620#7653. Balloon Dartsucup-team5957#RE 0ms3712kbC++203.0kb2025-02-02 08:18:372025-02-02 08:18:37

详细

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: -100
Runtime Error

input:

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

output:


result: