nicelines.cpp: In function 'void solve(int, int)':
nicelines.cpp:22:51: error: 'EPSILON' was not declared in this scope
22 | if(abs((query(0,m1) - query(0,m2)) - topgrad) < EPSILON){
| ^~~~~~~
nicelines.cpp:34:14: error: redeclaration of 'long double e'
34 | long double e = 999999999999;
| ^
nicelines.cpp:15:14: note: 'long double e' previously declared here
15 | long double e = 999999999999;
| ^
nicelines.cpp:41:51: error: 'EPSILON' was not declared in this scope
41 | if(abs((query(1,m1) - query(1,m2)) - topgrad) < EPSILON){
| ^~~~~~~
nicelines.cpp:30:14: warning: unused variable 'xone' [-Wunused-variable]
30 | long double xone = 0;
| ^~~~