#include<iostream>
using namespace std;
int main(){
	int a,b,c,i
	cin>>a; 
	 for(int i=1;i<=a;i++){
	 	cout<<endl;
	 }
}