Problem exponentiate
User Red123
Submission Time 2025-07-30 22:00:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:11:21: error: ‘n’ was not declared in this scope
11 | for(int i = 0; i < n; i++){
| ^