QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#598737#9417. Palindromic Polygonucup-team121#WA 0ms3824kbC++208.5kb2024-09-28 23:12:132024-09-28 23:12:14

詳細信息

Test #1:

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

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
Wrong Answer
time: 0ms
memory: 3596kb

input:

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

output:

-5000000000000000010

result:

wrong answer 1st numbers differ - expected: '8000000000000000000', found: '-5000000000000000010'