Closed afwlehmann closed 9 years ago
According to the definition of ackermann, the types for ackermannIO need to be long instead of int (fixes compile-time error).
ackermann
ackermannIO
long
int
Thanks!
According to the definition of
ackermann
, the types forackermannIO
need to belong
instead ofint
(fixes compile-time error).