QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#524780 | #6411. Classical FFT Problem | ucup-team3685 | WA | 140ms | 23372kb | C++20 | 25.4kb | 2024-08-20 05:55:57 | 2024-08-20 05:55:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 136ms
memory: 23372kb
input:
3 1 2 3
output:
2 6
result:
ok 2 number(s): "2 6"
Test #2:
score: 0
Accepted
time: 136ms
memory: 22416kb
input:
1 1
output:
1 1
result:
ok 2 number(s): "1 1"
Test #3:
score: 0
Accepted
time: 136ms
memory: 22184kb
input:
2 1 1
output:
1 2
result:
ok 2 number(s): "1 2"
Test #4:
score: 0
Accepted
time: 140ms
memory: 21796kb
input:
2 2 2
output:
2 6
result:
ok 2 number(s): "2 6"
Test #5:
score: 0
Accepted
time: 136ms
memory: 22888kb
input:
3 1 1 1
output:
1 3
result:
ok 2 number(s): "1 3"
Test #6:
score: -100
Wrong Answer
time: 140ms
memory: 23316kb
input:
3 2 2 2
output:
2 15
result:
wrong answer 2nd numbers differ - expected: '9', found: '15'