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