Problem exponentiate
User mingging1748
Submission Time 2024-10-30 14:38:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:14:12: error: ‘ll’ was not declared in this scope
14 | result = ll(pow(base, exp));
| ^~