QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#362736 | #3840. Pass the Ball! | ZhangYiDe | Compile Error | / | / | C++20 | 4.7kb | 2024-03-23 16:56:47 | 2024-03-23 16:56:47 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:44:30: error: ‘acos’ was not declared in this scope 44 | const long double Pi=acos(-1.0); | ^~~~ answer.code: In function ‘void Poly::FFT(Comp*, int)’: answer.code:52:30: error: ‘cos’ was not declared in this scope 52 | Comp wn=Comp(cos(2*Pi/l),f*sin(2*Pi/l)); | ^~~ answer.code:52:44: error: ‘sin’ was not declared in this scope 52 | Comp wn=Comp(cos(2*Pi/l),f*sin(2*Pi/l)); | ^~~