#include using namespace std; int main(){ int r; for (int i(29);;--i){ cout << (1<> r; if (r) return 0; } }