#include #include using namespace std; int main() { float x {0.1}; cout << setprecision(10) << x << endl; }