0_0_39800664_5048.cpp:2:2: error: invalid preprocessing directive #inlcude; did you mean #include?
2 | #inlcude<cmath>
| ^~~~~~~
| include
0_0_39800664_5048.cpp: In function 'int main()':
0_0_39800664_5048.cpp:7:5: error: 'fabs' was not declared in this scope; did you mean 'labs'?
7 | x = fabs(x);
| ^~~~
| labs
0_0_39800664_5048.cpp:10:2: error: expected '}' at end of input
10 | }
| ^
0_0_39800664_5048.cpp:4:11: note: to match this '{'
4 | int main(){
| ^
|