提交时间:2025-08-03 14:20:59
运行 ID: 337550
#include<bits/stdc++.h> using namespace std; int main(){ for(int i=1;i<=100;i++){ cout<<i<<endl; } return 0; }