Problem | exponentiate |
---|---|
User | Bulbasheen |
Submission Time | 2024-02-03 13:24:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:10:10: error: expected ‘;’ before ‘for’
10 | ord = 0
| ^
| ;
11 | for (int j = 0; j < B; j++){
| ~~~
exponentiate.cpp:11:19: error: ‘j’ was not declared in this scope
11 | for (int j = 0; j < B; j++){
| ^