QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#597393#9417. Palindromic Polygonucup-team5045#RE 0ms3872kbC++172.9kb2024-09-28 17:44:022024-09-28 17:44:03

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3872kb

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: