Problem | exponentiate |
---|---|
User | Joashhh |
Submission Time | 2023-06-22 16:30:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:9:15: error: invalid type argument of unary ‘*’ (have ‘int’)
9 | cout << (a**b)%c; << "\n";
| ^
exponentiate.cpp:9:21: error: expected primary-expression before ‘<<’ token
9 | cout << (a**b)%c; << "\n";
| ^~