Run ID:122961

提交时间:2025-06-22 12:18:56

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