Run ID:92709

提交时间:2024-10-06 11:36:04

#include <iostream> using namespace std; int main(){ int n,m; cin>>n>>m; for(char i=n;i<=m;i++){ cout<<i } }