#includeint main(){ int i= 1; print(i); return 0;}int print(i){ if(i<=100){ printf("%d ",i); print(i+1); }}
No comments:
Post a Comment