Run ID:141917

提交时间:2025-12-29 16:24:28

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