#include using namespace std; #define rep(i,n) for(int i=0;i<(int)(n);i++) #define ALL(v) v.begin(),v.end() typedef long long ll; template using V=vector; template using VV=V>; int main(){ ios::sync_with_stdio(false); std::cin.tie(nullptr); for(int i=0;i<30;i++){ cout<<(1<>r; if(r==-1) return 0; if(r==1) return 0; } return 0; }