#include<iostream>
using namespace std;
int main(){
    int num;
    cin>>num;
    if(num>0&&num<<100){
        cout<<"j";
    }
}