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