Problem ihate1111
User Wheezycantcode
Submission Time 2025-02-22 22:22:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ihate1111.cpp: In function ‘int main()’:
ihate1111.cpp:6:10: error: ‘n’ was not declared in this scope
6 | int arr[n];
| ^
ihate1111.cpp:8:10: error: ‘arr’ was not declared in this scope
8 | cin >> arr[i];
| ^~~
ihate1111.cpp:11:7: error: ‘arr’ was not declared in this scope
11 | if (arr[i]%11 == 0){
| ^~~