#include int main(void){ float N; scanf("%f",&N); printf("decimal\n"); printf("%.5f\n", N); return 0; }