0_0_38822926_6324.cpp: In function 'int charToint(char*, int)': 0_0_38822926_6324.cpp:19:32: error: 'pow' was not declared in this scope 19 | ans += pow(10, n - i) * (str[i] - 48); | ^~~