QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#150079#6411. Classical FFT ProblemhyforcesWA 5ms36944kbC++148.2kb2023-08-25 15:05:372023-08-25 15:05:39

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 36944kb

input:

3
1 2 3

output:

2 6

result:

ok 2 number(s): "2 6"

Test #2:

score: -100
Wrong Answer
time: 5ms
memory: 32308kb

input:

1
1

output:

1 998244350

result:

wrong answer 2nd numbers differ - expected: '1', found: '998244350'