#include using namespace std; string S = "IGNITION"; int i; int main() { cin >> i; cout << S[i - 1] << endl; return 0; }