0_0_30269469_17479.cpp:13:33: error: unterminated comment
printf("%.2lf\n",atan2(t)*180/*3.14159266);
^
0_0_30269469_17479.cpp: In function 'int main()':
0_0_30269469_17479.cpp:13:28: error: too few arguments to function 'double atan2(double, double)'
printf("%.2lf\n",atan2(t)*180/*3.14159266);
^
In file included from 0_0_30269469_17479.cpp:2:0:
GCC4.9.2/x86_64-w64-mingw32/include/math.h:147:18: note: declared here
double __cdecl atan2(double _Y,double _X);
^
0_0_30269469_17479.cpp:13:30: error: expected '}' at end of input
printf("%.2lf\n",atan2(t)*180/*3.14159266);
^
0_0_30269469_17479.cpp:13:30: error: expected '}' at end of input
0_0_30269469_17479.cpp:13:30: error: expected '}' at end of input
|