QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#837215#9945. Circular Convolutionucup-team5027WA 2ms11844kbC++201.5kb2024-12-29 19:59:592024-12-29 20:00:01

詳細信息

Test #1:

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

input:

3
1 1 4
5 1 4

output:

13 22 25 

result:

ok 3 number(s): "13 22 25"

Test #2:

score: 0
Accepted
time: 2ms
memory: 11744kb

input:

3
1 2 3
-1 2 0

output:

5 0 1 

result:

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

Test #3:

score: -100
Wrong Answer
time: 2ms
memory: 11748kb

input:

3
1 2 4
-1 1 0

output:

3 4179340454199820288 4179340454199820287 

result:

wrong answer 2nd numbers differ - expected: '-1', found: '4179340454199820288'