#include void main(void){ const char theme[] = "IGNITION"; int i = 0; scanf("%d",&i); printf("%c",theme[i-1]); }