#include using namespace std; #define modulo 1000000007 #define mod(mod_x) ((((long long)mod_x)+modulo)%modulo) #define Inf 1000000000000 int main(){ string S; cin>>S; if(S=="0")cout<<"Nothing"<