#include int main() { int N; scanf( "%d", &N ); puts("decimal"); printf( "%d\n", N ); return 0; }