Problem | illuminate |
---|---|
User | PlayVoltz |
Submission Time | 2023-08-12 22:26:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
illuminate.cpp: In function ‘int main()’:
illuminate.cpp:16:17: error: expected ‘;’ before ‘}’ token
16 | ++continuous
| ^
| ;
17 | }
| ~
illuminate.cpp:28:17: error: expected ‘;’ before ‘}’ token
28 | ++continuous
| ^
| ;
29 | }
| ~