#include using namespace std; int main(){ double n; cin >> n; cout << "decimal" << endl; cout << n + 1e-4 << endl; }