QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#839108#9945. Circular Convolutionucup-team5027WA 0ms11812kbC++201.7kb2025-01-01 11:38:532025-01-01 11:38:54

详细

Test #1:

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

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: 0ms
memory: 11788kb

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: 0ms
memory: 11780kb

input:

3
1 2 4
-1 1 0

output:

3 4179340454199820288 4179340454199820287 

result:

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