#include #define _LIBCPP_DEBUG 0 using namespace std; typedef long long int ll; ll MOD = 1e9 + 7; int INF = 1 << 30; int main(void){ string S; cin>>S; if(S=="0") cout<<"Nothing"<