Run ID:153847

提交时间:2026-05-24 10:15:35

#include<bits/stdc++.h> using namespace std; int main() { int i,j; cin>>i>>j; for(int k=i,k<=j;k++){ cout<<k<<endl; } return 0; }