Problem | exponentiate |
---|---|
User | Red123 |
Submission Time | 2025-07-30 22:00:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:12:21: error: ‘n’ was not declared in this scope
12 | for(int i = 0; i < n; i++){
| ^
exponentiate.cpp:15:21: error: ‘n’ was not declared in this scope
15 | for(int i = 0; i < n; i++){
| ^