Problem | exponentiate |
---|---|
User | Tonko |
Submission Time | 2025-06-18 21:07:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:13:16: error: ‘a’ was not declared in this scope
13 | ans = (ans * a) % M;
| ^