rt
要求使用递归输出
1
2
3
4
5
找了很多资料都没写出来(痛苦)
初学C++,轻喷
int x=1;if(x<=5){
for(int a=1,a<=x,a++){printf(x);}
x++;}