0_0_39800652_11043.cpp: In function 'int main()':
0_0_39800652_11043.cpp:6:5: error: 'fabs' was not declared in this scope; did you mean 'labs'?
6 | x = fabs(x);
| ^~~~
| labs
0_0_39800652_11043.cpp:9:2: error: expected '}' at end of input
9 | }
| ^
0_0_39800652_11043.cpp:3:11: note: to match this '{'
3 | int main(){
| ^
|