#include int main(){ int i; std::cin >> i; std::cout << "IGNITION"[i-1] << std::endl; }