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