QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#598818#9417. Palindromic Polygonucup-team244#RE 1ms5808kbC++172.5kb2024-09-28 23:30:532024-09-28 23:30:55

詳細信息

Test #1:

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

input:

3
8
2 4 2 4 3 4 5 3
2 3
0 6
-3 3
-3 0
-2 -3
1 -5
3 -3
4 0
3
1 2 3
0 0
1 0
0 1
3
1 1 1
0 0
1 0
0 1

output:

84
0
1

result:

ok 3 number(s): "84 0 1"

Test #2:

score: -100
Runtime Error

input:

1
4
1000000000 1000000000 1000000000 1000000000
-1000000000 -1000000000
1000000000 -1000000000
1000000000 1000000000
-1000000000 1000000000

output:


result: