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