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