Run ID:137508
提交时间:2025-11-18 16:06:21
#include <iostream> //designed by hu 2025-10 using namespace std; int main(){ int n; cin>>n; for( int i=1;i<=n;i++){ cout<<i << "\n"; } // int i=1; // while(i<=n) // { // cout<< i << endl; // i++; // } return 0; //暴露出来的!!!!! }