0_0_21649179_26343.cpp: In function 'int main()':
0_0_21649179_26343.cpp:2:17: error: expected ')' before ';' token
#define eps 1e-7;
^
0_0_21649179_26343.cpp:25:12: note: in expansion of macro 'eps'
if(eps<=R-ok) printf("%.8f\n",fuck);
^
0_0_21649179_26343.cpp:25:15: error: expected primary-expression before '<=' token
if(eps<=R-ok) printf("%.8f\n",fuck);
^
0_0_21649179_26343.cpp:26:9: error: 'else' without a previous 'if'
else printf("%.8f\n",stay);
^
|