提交时间:2025-01-04 15:59:18

运行 ID: 3951

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