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