Problem xmas
User ryelin
Submission Time 2023-11-09 13:44:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp: In function ‘int main()’:
xmas.cpp:7:13: error: ‘i’ was not declared in this scope
7 | for(int n; i<n; i++){
| ^
xmas.cpp:10:13: error: ‘i’ was not declared in this scope
10 | for(int n; i<n; i++){
| ^
xmas.cpp:11:11: error: ‘arrr’ was not declared in this scope; did you mean ‘arr’?
11 | cout << arrr[i];
| ^~~~
| arr