Run ID:141960

提交时间:2025-12-29 16:47:11

#include<iostream> using namespace std; int main(){ int i,j; cin>>i>>j; for(i;i<=j;i++){ cout<<i<<endl; } }