QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#143292 | #6411. Classical FFT Problem | asdf1234coding | WA | 8ms | 17784kb | C++20 | 10.1kb | 2023-08-21 00:54:24 | 2023-08-21 00:54:25 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 8ms
memory: 14688kb
input:
3 1 2 3
output:
2 6
result:
ok 2 number(s): "2 6"
Test #2:
score: 0
Accepted
time: 4ms
memory: 17784kb
input:
1 1
output:
1 1
result:
ok 2 number(s): "1 1"
Test #3:
score: 0
Accepted
time: 7ms
memory: 16828kb
input:
2 1 1
output:
1 2
result:
ok 2 number(s): "1 2"
Test #4:
score: -100
Wrong Answer
time: 8ms
memory: 16784kb
input:
2 2 2
output:
2 998244351
result:
wrong answer 2nd numbers differ - expected: '6', found: '998244351'