#include using namespace std; int main(){ for(int i=0;i<3600;i++){ cout << "0\n"; fflush(stdout); } return 0; }