0_0_36674673_5771.cpp: In function 'int solutionNum(int)': 0_0_36674673_5771.cpp:16:22: error: 'pow' was not declared in this scope return pow(2, n / 2) * (n % 2 + 1) - (n % 2); ^