Main.cc: In function 'long long int akm(int)':
Main.cc:13:12: error: 'n' was not declared in this scope
return f(n - 1) + f(n - 2);
^
Main.cc:13:17: error: 'f' was not declared in this scope
return f(n - 1) + f(n - 2);
^