Run ID:150192

提交时间:2026-03-23 17:07:42

int j,n,i; cin>>j>>n; for(i=j;i<=n;i++) cout<<i<<endl; return 0; }