Problem | exponentiate |
---|---|
User | Yanwang |
Submission Time | 2024-10-25 21:55:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:20:19: error: expected ‘;’ before ‘}’ token
20 | res = (res*a)%c
| ^
| ;
21 | }
| ~