Run ID:141911

提交时间:2025-12-29 16:23:19

#include<iostream> using namespace std; int main(){ int n; for(n=1;n<=5;n++){ cout<<n<<endl; } }