嵌套函数的例子 发布时间:2026/7/6 21:09:35 使用函数输出一个整数的逆序数int reverse(int n) { static int a; if(n) { aa*10n%10; reverse(n/10); } return a; }