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