| Problem | exponentiate |
|---|---|
| User | chickennn |
| Submission Time | 2026-04-21 18:02:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:14:25: error: ‘m’ was not declared in this scope
14 | for (int j = 0; j < m; j + 3) {
| ^
exponentiate.cpp:18:21: error: invalid operands of types ‘__gnu_cxx::__promote_2<int, int, double, double>::__type’ {aka ‘double’} and ‘int’ to binary ‘operator%’
18 | cout << pow(A, B) % M << endl;
| ~~~~~~~~~ ^ ~
| | |
| | int
| __gnu_cxx::__promote_2<int, int, double, double>::__type {aka double}