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