Owl Get a Life
exam.cpp: In function ‘int main()’:exam.cpp:20:36: error: ‘pow’ was not declared in this scope 20 | ans += stoi(A.substr(i,1)) * B * pow(10,x); | ^~~