#include using namespace std; int main(){ double x; cin >> x; cout << "decimal" << endl; cout << x + 0.001 << endl; }