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