#include using namespace std; int main(){ int k; cin>>k; for(int n=0;n<=30;n++){ for(int m=0;m<=30-n;m++){ if(n+m==0) continue; if((1LL<