0_0_9044776_1939.cpp:2:25: bits/stdc++.h: No such file or directory
0_0_9044776_1939.cpp:16: error: expected init-declarator before '<' token
0_0_9044776_1939.cpp:16: error: expected `,' or `;' before '<' token
0_0_9044776_1939.cpp: In function `int SG(double)':
0_0_9044776_1939.cpp:21: error: `abs' undeclared (first use this function)
0_0_9044776_1939.cpp:21: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_9044776_1939.cpp: In member function `void P::input()':
0_0_9044776_1939.cpp:31: error: `scanf' undeclared (first use this function)
0_0_9044776_1939.cpp: In member function `void P::output()':
0_0_9044776_1939.cpp:32: error: `printf' undeclared (first use this function)
0_0_9044776_1939.cpp: In function `double dis(P)':
0_0_9044776_1939.cpp:42: error: `sqrt' undeclared (first use this function)
0_0_9044776_1939.cpp: In function `void input()':
0_0_9044776_1939.cpp:56: error: `scanf' undeclared (first use this function)
0_0_9044776_1939.cpp: In function `void flip(P*, int, int*)':
0_0_9044776_1939.cpp:72: error: `reverse' undeclared (first use this function)
0_0_9044776_1939.cpp: In function `double fcrh(P)':
0_0_9044776_1939.cpp:129: error: `sort' undeclared (first use this function)
0_0_9044776_1939.cpp:140: error: `max' undeclared (first use this function)
0_0_9044776_1939.cpp: In function `void solve()':
0_0_9044776_1939.cpp:157: error: `max' undeclared (first use this function)
0_0_9044776_1939.cpp:160: error: `puts' undeclared (first use this function)
0_0_9044776_1939.cpp:163: error: `printf' undeclared (first use this function)
0_0_9044776_1939.cpp: In function `int main()':
0_0_9044776_1939.cpp:169: error: `scanf' undeclared (first use this function)
|