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