QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#837215 | #9945. Circular Convolution | ucup-team5027 | WA | 2ms | 11844kb | C++20 | 1.5kb | 2024-12-29 19:59:59 | 2024-12-29 20:00:01 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
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'