0_0_11858559_22208.cpp:1:24: bits/stdc++.h: No such file or directory
0_0_11858559_22208.cpp:17: error: `asin' was not declared in this scope
0_0_11858559_22208.cpp: In member function `double Point::mo()':
0_0_11858559_22208.cpp:44: error: `sqrt' undeclared (first use this function)
0_0_11858559_22208.cpp:44: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11858559_22208.cpp: In function `double arg(Point)':
0_0_11858559_22208.cpp:87: error: `atan2' undeclared (first use this function)
0_0_11858559_22208.cpp: At global scope:
0_0_11858559_22208.cpp:91: error: expected constructor, destructor, or type conversion before '<' token
0_0_11858559_22208.cpp:91: error: expected `,' or `;' before '<' token
0_0_11858559_22208.cpp: In function `void solve(Circle, int, int&)':
0_0_11858559_22208.cpp:98: error: `fabs' undeclared (first use this function)
0_0_11858559_22208.cpp:107: error: `cl' undeclared (first use this function)
0_0_11858559_22208.cpp:112: error: `acos' undeclared (first use this function)
0_0_11858559_22208.cpp: In function `int calc(int)':
0_0_11858559_22208.cpp:127: error: `cl' undeclared (first use this function)
0_0_11858559_22208.cpp:154: error: `max' undeclared (first use this function)
0_0_11858559_22208.cpp: In function `int main()':
0_0_11858559_22208.cpp:164: error: `scanf' undeclared (first use this function)
0_0_11858559_22208.cpp:176: error: `cl' undeclared (first use this function)
0_0_11858559_22208.cpp:181: error: `sort' undeclared (first use this function)
0_0_11858559_22208.cpp:182: error: `max' undeclared (first use this function)
0_0_11858559_22208.cpp:184: error: `printf' undeclared (first use this function)
|