Run ID:147601
提交时间:2026-02-06 14:17:17
#include<iostream> using namespace std; int main(){ int n,m; cin>>n,m; for(i=n;i<=m;i++){ cout<<i<<endl; } }