Run ID:148636

提交时间:2026-02-28 14:20:21

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