#include <bits/stdc++.h> using namespace std; int main(){ for(int x;x<=100;x++){ cout<<x<<endl; } return 0; }