提交记录 #319

提交时间:2024-11-26 11:48:07
语言:c 状态:CompileError
编译情况:编译错误
code.c:4:8: error: conflicting types for ‘sqrt’
    4 | double sqrt(double x, double e) {
      |        ^~~~
In file included from /usr/include/features.h:461,
                 from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from code.c:2:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:143:1: note: previous declaration of ‘sqrt’ was here
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
固定测试点暂不可用
... 等待中
time N/A
memory N/A
附加测试点暂不可用
... 不可用
time N/A
memory N/A
京ICP备2024093084 号