Run ID:141982
提交时间:2025-12-29 16:50:52
#include <iostream> using namespace std; int main(){ int j,i; cin>>i>>j; for(i;i<=j;i++){ cout<<i<<endl; } }