QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#839108 | #9945. Circular Convolution | ucup-team5027 | WA | 0ms | 11812kb | C++20 | 1.7kb | 2025-01-01 11:38:53 | 2025-01-01 11:38:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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'