0_0_37600551_18547.cpp: In function 'int main()': 0_0_37600551_18547.cpp:12:52: error: 'pow' was not declared in this scope for (int j = 1; j <= n; j++) ans += pow(-1, j + 1) * 1.0 / j; ^