Run ID:144544

提交时间:2026-01-24 10:25:00

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