| Problem | exponentiate |
|---|---|
| User | yuanbin |
| Submission Time | 2026-03-14 12:02:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:25:33: error: expected ‘;’ before ‘printf’
25 | res = modPow(base, power, mod)
| ^
| ;
26 | printf("%lld\n", res);
| ~~~~~~