public static int reportAge(int pplNum){ if(pplNum == 1){ return 10; }else{ return reportAge(pplNum - 1) + 2; } }
51,412
社区成员
86,034
社区内容
加载中
试试用AI创作助手写篇文章吧