//ackermann I a(I x,I y){R x?a(x-1,y?a(x,y-1):1):y+1;} Twetch ยท August 6, 2019 //ackermannI a(I x,I y){R x?a(x-1,y?a(x,y-1):1):y+1;}