Run ID:150176
提交时间:2026-03-23 17:02:21
#include <iostream> using namespace std; int main(){ int n,i; cin>>i>>n; for(;i<=n;i=i+1){ cout<<i<<endl; } }