| Problem | illuminate |
|---|---|
| User | Bristie |
| Submission Time | 2026-07-17 15:14:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
illuminate.cpp: In function ‘int main()’:
illuminate.cpp:30:5: error: ‘lights’ was not declared in this scope
30 | lights = 0;
| ^~~~~~
illuminate.cpp:38:2: error: expected ‘}’ before ‘else’
38 | else {
| ^~~~
illuminate.cpp:17:14: note: to match this ‘{’
17 | if (r == 1) {
| ^