提交时间:2025-10-01 12:24:19
运行 ID: 353758
#incude <bits/stdc++.h> using namespace std; int main(){ for(int i=1;i<=100;i++){ cout<<i<<endl; } return 0; }