Problem | exponentiate_ex |
---|---|
User | PlayVoltz |
Submission Time | 2023-07-08 23:10:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate_ex.cpp: In function ‘long long unsigned int exponentiate(long long unsigned int, long long unsigned int, long long unsigned int)’:
exponentiate_ex.cpp:11:27: error: expected ‘;’ before ‘}’ token
11 | result = (result*num)%m
| ^
| ;
12 | }
| ~