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

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:7:6: error: ‘let’ was not declared in this scope
7 | for(let i; i<n; i++)
| ^~~
exponentiate.cpp:7:13: error: ‘i’ was not declared in this scope
7 | for(let i; i<n; i++)
| ^
exponentiate.cpp:7:15: error: ‘n’ was not declared in this scope; did you mean ‘no’?
7 | for(let i; i<n; i++)
| ^
| no