0_0_16338505_24800.cpp: In function 'int main()': 0_0_16338505_24800.cpp:10:23: error: 'pow' was not declared in this scope cout << pow(2, n - 1) + pow(2, n - 2)*(n - 1) << endl; ^