QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#600865#9434. Italian Cuisineucup-team2389Compile Error//C++233.0kb2024-09-29 19:42:542024-09-29 19:42:55

详细

answer.code: In function ‘long double dis_point_line(point, line)’:
answer.code:67:16: error: call of overloaded ‘fabs(__int128)’ is ambiguous
   67 |     return fabs(cross(p-v.a,v.b-v.a))/dist(v.a,v.b);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/features.h:461,
                 from /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h:39,
                 from /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h:679,
                 from /usr/include/c++/13/cassert:43,
                 from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:33,
                 from answer.code:1:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:162:1: note: candidate: ‘double fabs(double)’
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:114:
/usr/include/c++/13/cmath:989:3: note: candidate: ‘constexpr __gnu_cxx::__bfloat16_t std::fabs(__gnu_cxx::__bfloat16_t)’
  989 |   fabs(__gnu_cxx::__bfloat16_t __x)
      |   ^~~~
/usr/include/c++/13/cmath:899:3: note: candidate: ‘constexpr _Float128 std::fabs(_Float128)’
  899 |   fabs(_Float128 __x)
      |   ^~~~
/usr/include/c++/13/cmath:713:3: note: candidate: ‘constexpr _Float64 std::fabs(_Float64)’
  713 |   fabs(_Float64 __x)
      |   ^~~~
/usr/include/c++/13/cmath:619:3: note: candidate: ‘constexpr _Float32 std::fabs(_Float32)’
  619 |   fabs(_Float32 __x)
      |   ^~~~
/usr/include/c++/13/cmath:525:3: note: candidate: ‘constexpr _Float16 std::fabs(_Float16)’
  525 |   fabs(_Float16 __x)
      |   ^~~~
/usr/include/c++/13/cmath:238:3: note: candidate: ‘constexpr long double std::fabs(long double)’
  238 |   fabs(long double __x)
      |   ^~~~
/usr/include/c++/13/cmath:234:3: note: candidate: ‘constexpr float std::fabs(float)’
  234 |   fabs(float __x)
      |   ^~~~
answer.code: In function ‘__int128 line_circle_relation(line, circle)’:
answer.code:79:11: error: call of overloaded ‘abs(__int128)’ is ambiguous
   79 |     if(abs(cross(c.c-v.a,v.b-v.a))>dist(v.a,v.b)*c.r) return 1;
      |        ~~~^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/13/cstdlib:79,
                 from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:42:
/usr/include/stdlib.h:840:12: note: candidate: ‘int abs(int)’
  840 | extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
      |            ^~~
In file included from /usr/include/c++/13/cstdlib:81:
/usr/include/c++/13/bits/std_abs.h:130:3: note: candidate: ‘constexpr __gnu_cxx::__bfloat16_t std::abs(__gnu_cxx::__bfloat16_t)’
  130 |   abs(__gnu_cxx::__bfloat16_t __x)
      |   ^~~
/usr/include/c++/13/bits/std_abs.h:124:3: note: candidate: ‘constexpr _Float128 std::abs(_Float128)’
  124 |   abs(_Float128 __x)
      |   ^~~
/usr/include/c++/13/bits/std_abs.h:114:3: note: candidate: ‘constexpr _Float64 std::abs(_Float64)’
  114 |   abs(_Float64 __x)
      |   ^~~
/usr/include/c++/13/bits/std_abs.h:108:3: note: candidate: ‘constexpr _Float32 std::abs(_Float32)’
  108 |   abs(_Float32 __x)
      |   ^~~
/usr/include/c++/13/bits/std_abs.h:102:3: note: candidate: ‘constexpr _Float16 std::abs(_Float16)’
  102 |   abs(_Float16 __x)
      |   ^~~
/usr/include/c++/13/bits/std_abs.h:79:3: note: candidate: ‘constexpr long double std::abs(long double)’
   79 |   abs(long double __x)
      |   ^~~
/usr/include/c++/13/bits/std_abs.h:75:3: note: candidate: ‘constexpr float std::abs(float)’
   75 |   abs(float __x)
      |   ^~~
/usr/include/c++/13/bits/std_abs.h:71:3: note: candidate: ‘constexpr double std::abs(double)’
   71 |   abs(double __x)
      |   ^~~
/usr/include/c++/13/bits/std_abs.h:61:3: note: candidate: ‘long long int std::abs(long long int)’
   61 |   abs(long long __x) { return __builtin_llabs (__x); }
      |   ^~~
/usr/include/c++/13/bits/std_abs.h:56:3: note: candidate: ‘long int std::abs(long int)’
   56 |   abs(long __i) { return __builtin_labs(__i); }
      |   ^~~