Problem | exponentiate |
---|---|
User | ZhangBowen |
Submission Time | 2025-07-14 11:01:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘long long int power(int, int, int)’:
exponentiate.cpp:5:6: error: expected ‘;’ before ‘for’
5 | A%=M
| ^
| ;
6 | for (int i=0;i<B;i++){
| ~~~
exponentiate.cpp:6:15: error: ‘i’ was not declared in this scope
6 | for (int i=0;i<B;i++){
| ^