Run ID:153577

提交时间:2026-05-23 10:18:46

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