0_0_13038058_12534.cpp:1:9: #include expects "FILENAME" or <FILENAME>
0_0_13038058_12534.cpp:2: error: expected unqualified-id before '<' token
0_0_13038058_12534.cpp:2: error: expected `,' or `;' before '<' token
0_0_13038058_12534.cpp:3:9: #include expects "FILENAME" or <FILENAME>
0_0_13038058_12534.cpp:5:9: #include expects "FILENAME" or <FILENAME>
0_0_13038058_12534.cpp:7:9: #include expects "FILENAME" or <FILENAME>
0_0_13038058_12534.cpp:9:9: #include expects "FILENAME" or <FILENAME>
0_0_13038058_12534.cpp:15: error: `acos' was not declared in this scope
0_0_13038058_12534.cpp: In function `point angle(double)':
0_0_13038058_12534.cpp:89: error: `sin' undeclared (first use this function)
0_0_13038058_12534.cpp:89: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_13038058_12534.cpp:89: error: `cos' undeclared (first use this function)
0_0_13038058_12534.cpp: In function `double dis(point, point)':
0_0_13038058_12534.cpp:113: error: `sqrt' undeclared (first use this function)
0_0_13038058_12534.cpp: In function `int main()':
0_0_13038058_12534.cpp:153: error: `scanf' undeclared (first use this function)
0_0_13038058_12534.cpp:164: error: `printf' undeclared (first use this function)
|