0_0_39049335_28912.cpp: In function 'int main()':
0_0_39049335_28912.cpp:9:16: error: 'setprecision' was not declared in this scope
9 | cout<<fixed<<setprecision(2)<<fabs(a)<<endl;
| ^~~~~~~~~~~~
0_0_39049335_28912.cpp:3:1: note: 'std::setprecision' is defined in header '<iomanip>'; did you forget to '#include <iomanip>'?
2 | #include<math.h>
+++ |+#include <iomanip>
3 | using namespace std;
|