Problem exponentiate
User UVRAYS
Submission Time 2024-11-07 13:32:37
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
exponentiate.cpp:12:1: error: expected ‘}’ at end of input
12 | }
| ^
exponentiate.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^