Run ID:101118
提交时间:2024-12-14 14:47:03
#include<iostream> using namespace std; int main(){ int i,j; cin>>i>>j; for(int afty=1;afty<=j;afty++){ cout<<afty<<endl; } return 0; }