#include<bits/stdc++.h> using namespace std; int main(){ int k=3; for(int i=1;i<=100;i++){ cout<<i<<endl; } }