Problem | lasers |
---|---|
User | agentasasin121 |
Submission Time | 2024-03-15 20:59:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lasers.cpp:2:7: error: invalid preprocessing directive #Initialize
2 | # Initialize a list to keep track of the number of times each laser is blocked
| ^~~~~~~~~~
lasers.cpp:5:7: error: invalid preprocessing directive #Iterate
5 | # Iterate through each row and update the blocked_count list accordingly
| ^~~~~~~
lasers.cpp:7:11: error: invalid preprocessing directive #Calculate
7 | # Calculate the starting index of the row
| ^~~~~~~~~
lasers.cpp:8:37: error: stray ‘#’ in program
8 | start_index = sum(row[1:]) # Sum of wall widths
| ^
lasers.cpp:10:11: error: invalid preprocessing directive #Update
10 | # Update the blocked_count list
| ^~~~~~
lasers.cpp:13:19: error: invalid preprocessing directive #Update
13 | # Update the count for the lasers blocked by this wall