Run ID:132808
提交时间:2025-10-12 12:15:22
#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; } }