Run ID:102522
提交时间:2024-12-21 19:12:03
#include <iostream> using namespace std; int main(){ int i,j; cin>>i>>j; for(;i<=j;i++){ cout<<i<<endl; } }