Main.cc: In function 'int main()':Main.cc:13:29: error: 'pow' was not declared in this scope 13 | p = pow(i, 2); | ^~~