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