QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#837322#9945. Circular Convolutionucup-team5027WA 834ms111296kbC++201.6kb2024-12-29 22:24:302024-12-29 22:24:30

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 11808kb

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: 11744kb

input:

3
1 2 3
-1 2 0

output:

5 0 1 

result:

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

Test #3:

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

input:

3
1 2 4
-1 1 0

output:

3 -1 -2 

result:

ok 3 number(s): "3 -1 -2"

Test #4:

score: 0
Accepted
time: 0ms
memory: 11704kb

input:

1
1000000
1000000

output:

1000000000000 

result:

ok 1 number(s): "1000000000000"

Test #5:

score: -100
Wrong Answer
time: 834ms
memory: 111296kb

input:

1000000
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ...

output:

-3285306851803437155 -3345318287458439420 -3405329723113441685 -3465341158768443950 -3525352594423446215 -3585364030078448480 -3645375465733450745 -3705386901388453010 -3765398337043455275 -3825409772698457540 -3885421208353459805 -1495474446718912241 -4005444079663464335 -4065455515318466600 -41254...

result:

wrong answer 1st numbers differ - expected: '0', found: '-3285306851803437155'