0_0_30837492_24424.cpp: In function 'int main()': 0_0_30837492_24424.cpp:13:33: error: 'pow' was not declared in this scope int sum = pow(i%10,3) + pow((i/10)%10,3) + pow(i/100,3); ^