Problem exponentiate
User kesleryak
Submission Time 2024-03-12 15:37:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:12:11: error: ‘pow’ was not declared in this scope
12 | cout << pow(x, y) % z << endl;
| ^~~