Problem | exponentiate |
---|---|
User | YTj |
Submission Time | 2024-07-24 12:50:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:13:4: error: ‘diff’ was not declared in this scope
13 | diff = exp - sum
| ^~~~
exponentiate.cpp:14:19: error: ‘j’ was not declared in this scope
14 | for(int j = 0; j<b; j++){
| ^
exponentiate.cpp:14:21: error: ‘b’ was not declared in this scope
14 | for(int j = 0; j<b; j++){
| ^