int
age(
n);
main(){
printf
(
"the 5th kid is %d olds."
, age(5));
return
0;
}
n){
n1;
if
(n > 1){
//n--;
n1 = age(n-1) + 2;
else
n1 = 10;