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