Run ID:153578

提交时间:2026-05-23 10:20:13

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