#include #include using namespace std; int main(){ int a; cin >> a; cout << "decimal" << endl; cout << a + 0.0001*a << endl; return 0; }