Run ID:92664
提交时间:2024-10-06 10:58:26
#include<iostream> using namespace std; int main(){ int i,j; cin>>i>>j; for(i<j;i<=j;i++){ cout<<i<<endl; } }