Run ID:92690

提交时间:2024-10-06 11:19:13

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