Problem exponentiate
User UVRAYS
Submission Time 2024-11-07 13:33:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:7:15: error: ‘n’ was not declared in this scope
7 | for(int i; i<n; i++)
| ^