Run ID:132768

提交时间:2025-10-12 11:58:42

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