提交时间:2025-01-04 16:00:24

运行 ID: 3952

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