Problem | exponentiate |
---|---|
User | ForsakenPBJ |
Submission Time | 2024-06-29 15:56:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:11:14: error: invalid type argument of unary ‘*’ (have ‘int’)
11 | cout << a**b % m;
| ^