0_0_17523070_28.cpp: In function 'int main()':
0_0_17523070_28.cpp:13:17: error: expected ')' before ';' token
#define eps 1e-4;
^
0_0_17523070_28.cpp:36:30: note: in expansion of macro 'eps'
if(x1 <= 300+eps && x1 >= 0)
^
0_0_17523070_28.cpp:36:44: error: expected ';' before ')' token
if(x1 <= 300+eps && x1 >= 0)
^
0_0_17523070_28.cpp:13:17: error: expected ')' before ';' token
#define eps 1e-4;
^
0_0_17523070_28.cpp:40:30: note: in expansion of macro 'eps'
if(x2 <= 300+eps && x2 >= 0)
^
0_0_17523070_28.cpp:40:44: error: expected ';' before ')' token
if(x2 <= 300+eps && x2 >= 0)
^
0_0_17523070_28.cpp:36:37: error: label 'x1' used but not defined
if(x1 <= 300+eps && x1 >= 0)
^
0_0_17523070_28.cpp:40:37: error: label 'x2' used but not defined
if(x2 <= 300+eps && x2 >= 0)
^
|