Problem exponentiate
User Joashhh
Submission Time 2023-03-23 18:44:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:14:12: error: invalid type argument of unary ‘*’ (have ‘int’)
14 | ans = a**b;
| ^