| Problem | exponentiate |
|---|---|
| User | fueh |
| Submission Time | 2026-03-07 11:54:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:8:15: error: invalid type argument of unary ‘*’ (have ‘long long int’)
8 | cout << (a**b)%c << endl;
| ^