| Problem | exponentiate |
|---|---|
| User | Ant1234567890 |
| Submission Time | 2025-06-10 09:01:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:17:14: error: expected ‘;’ before ‘}’ token
17 | cout<<(a%m)
| ^
| ;
18 | }
| ~