Problem | illuminate |
---|---|
User | wrizz69 |
Submission Time | 2024-12-30 19:21:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
illuminate.cpp: In function ‘int main()’:
illuminate.cpp:12:22: error: ‘wh’ was not declared in this scope; did you mean ‘w’?
12 | for(int i = 0; i<wh; i++){
| ^~
| w
illuminate.cpp:19:22: error: ‘jw’ was not declared in this scope; did you mean ‘j’?
19 | if(arr[i+jw] == '#'){
| ^~
| j
illuminate.cpp:20:23: error: ‘aa’ was not declared in this scope; did you mean ‘a’?
20 | il += aa;
| ^~
| a
illuminate.cpp:24:35: error: ‘aa’ was not declared in this scope; did you mean ‘a’?
24 | if (j==h-1) il += aa;
| ^~
| a
illuminate.cpp:31:22: error: ‘jw’ was not declared in this scope; did you mean ‘j’?
31 | if(arr[i+jw] == '#')