Run ID:122962
提交时间:2025-06-22 12:19:22
#include<bits/stdc++.h> using namespace std; int main(){ for(int b=1;b<=100;b++){ cout<<b<<" "; } return 0; }