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