#include using namespace std; int main() { clock_t starttime = clock(); while (clock() - starttime <= 1900000) { printf("1"); } }