提交时间:2025-01-04 15:53:05

运行 ID: 3944

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