0_0_21633123_4692.cpp: In function 'bool NormalLineToPolarLine(double, double, double)':
0_0_21633123_4692.cpp:97:26: error: 'y' was not declared in this scope
double thita = atan2(y/x);
^
0_0_21633123_4692.cpp:97:28: error: 'x' was not declared in this scope
double thita = atan2(y/x);
^
0_0_21633123_4692.cpp: In function 'double ChangeToRad(double)':
0_0_21633123_4692.cpp:254:8: error: redefinition of 'double ChangeToRad(double)'
double ChangeToRad(double rad){
^
0_0_21633123_4692.cpp:250:8: note: 'double ChangeToRad(double)' previously defined here
double ChangeToRad(double deg) {
^
0_0_21633123_4692.cpp: In function 'int main()':
0_0_21633123_4692.cpp:321:10: error: expected ')' before 'printf'
printf("%d\n", a+b);
^
|