| Problem | exponentiate |
|---|---|
| User | chickennn |
| Submission Time | 2026-04-21 19:03:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:14:23: error: expected primary-expression before ‘>>’ token
14 | cin >> aA[i]; >> aB[i] >> aM[i];
| ^~
exponentiate.cpp:17:21: error: ‘j’ was not declared in this scope
17 | for (int i = 0; j < T; j++) {
| ^
exponentiate.cpp:18:24: error: ‘B’ was not declared in this scope
18 | for (int j = 1; j <= B; j++) {
| ^