Run ID:141934

提交时间:2025-12-29 16:30:41

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