Main.cc: In function 'int main()':Main.cc:10:13: error: 'pow' was not declared in this scope 10 | d = pow(a + 1, b); | ^~~