QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#362765#3840. Pass the Ball!ZhangYiDeCompile Error//C++234.7kb2024-03-23 17:02:022024-03-23 17:02:02

详细

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));
      |                                            ^~~