提交时间:2026-05-30 13:48:21
运行 ID: 442195
#include<bits/stdc++.h> using namespace std; int main() { for(int i=1;i<=100;i++) cout<<i<<endl; return 0; }