提交时间:2025-03-09 10:58:31

运行 ID: 312077

#include<iostream> using namespace std; int main(){ int i=1; while(i<=n){ cout<<i<<endl; i++; } return 0; }