#include<bits/stdc++.h> using namespace std; int main(){ int i; for(i=1;i<=100;i++){ cout<<i<<endl; } } /************************************************************** Problem: 1881 User: wangyiyang Language: C++ Result: Accepted Time:9 ms Memory:2072 kb ****************************************************************/