#include using namespace std; int main() { double d = 123.46589; cout << d << endl; return 0; }