全部评论 1

  • 编译错误: /code/judger/test/1998342160986931200/main.cpp:121:17: error: unable to find numeric literal operator 'operator""atan'
    121 | const double PI=4atan(1);
    | ^~~~~
    /code/judger/test/1998342160986931200/main.cpp:121:17: note: use '-fext-numeric-literals' to enable more built-in suffixes
    /code/judger/test/1998342160986931200/main.cpp:142:14: error: expected type-specifier before '(' token
    142 | comp operator(const comp &x)const{
    | ^
    /code/judger/test/1998342160986931200/main.cpp: In function 'void FFT(comp*, unsigned int, int)':
    /code/judger/test/1998342160986931200/main.cpp:161:12: error: unable to find numeric literal operator 'operator""PIrev'
    161 | double arg=2PIrev/l;
    | ^~~~~~
    /code/judger/test/1998342160986931200/main.cpp:161:12: note: use '-fext-numeric-literals' to enable more built-in suffixes
    compilation terminated due to -fmax-errors=3.

    6天前 来自 福建

    0
暂无数据

提交答案之后,这里将显示提交结果~

首页