#!/usr/bin/env python # coding: utf-8 # In[ ]: print('1\n' * 200) # In[ ]: print('1\n' * 20)