Problem lasers3
User chickengoat
Submission Time 2025-12-29 14:43:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lasers3.cpp: In function ‘int main()’:
lasers3.cpp:16:5: error: ‘N’ was not declared in this scope
16 | if(N==1) {
| ^
lasers3.cpp:23:2: error: expected ‘}’ at end of input
23 | }
| ^
lasers3.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^