Main.cc: In function 'long long int nl_t(int, int)': Main.cc:10:9: error: 'x' was not declared in this scope return x*nl_t(x,n-1); ^ Main.cc:10:18: error: 'n' was not declared in this scope return x*nl_t(x,n-1); ^