0_0_13466808_26800.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13466808_26800.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13466808_26800.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13466808_26800.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13466808_26800.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13466808_26800.cpp:8:28: error: 'acos' was not declared in this scope
const double pi = acos(-1.0);
^
0_0_13466808_26800.cpp: In function 'int dcmp(double)':
0_0_13466808_26800.cpp:12:12: error: 'fabs' was not declared in this scope
if(fabs(x)
^
0_0_13466808_26800.cpp:13:1: error: expected ')' before '}' token
}
^
0_0_13466808_26800.cpp:13:1: error: expected primary-expression before '}' token
0_0_13466808_26800.cpp: In member function 'void Point::out()':
0_0_13466808_26800.cpp:23:33: error: 'printf' was not declared in this scope
printf("%.10f %.10f", x, y);
^
0_0_13466808_26800.cpp: At global scope:
0_0_13466808_26800.cpp:32:3: error: expected type-specifier before 'return'
return a.x
^
0_0_13466808_26800.cpp:33:1: error: expected declaration before '}' token
}
^
|