0_0_39406649_6300.cpp: In function 'int sgn(double)': 0_0_39406649_6300.cpp:12:8: error: 'fabs' was not declared in this scope 12 | if(fabs(x)<eps) return 0; | ^~~~