Run ID:148635

提交时间:2026-02-28 14:19:39

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