| Problem | exponentiate |
|---|---|
| User | benji9736 |
| Submission Time | 2025-12-11 15:45:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘ull exponentiate(ull, ull, ull)’:
exponentiate.cpp:8:31: error: ‘res’ was not declared in this scope
8 | if (b & 1) results = (res * a) % m;
| ^~~
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:18:12: error: ‘T’ was not declared in this scope
18 | while (T--) {
| ^