Problem simp
User skibidininja98
Submission Time 2024-06-19 11:13:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simp.cpp:5:7: error: invalid preprocessing directive #Check
5 | # Check if Pavement starts on a forbidden cell
| ^~~~~
simp.cpp:9:7: error: invalid preprocessing directive #Directions
9 | # Directions for adjacent cells
| ^~~~~~~~~~
simp.cpp:12:7: error: invalid preprocessing directive #Check
12 | # Check all adjacent cells in each move
| ^~~~~
simp.cpp:18:15: error: invalid preprocessing directive #If; did you mean #if?
18 | # If Pavement reaches the target cell, return "YES"
| ^~
| if
simp.cpp:21:15: error: invalid preprocessing directive #If; did you mean #if?
21 | # If Pavement lands on a forbidden cell, return "NO"
| ^~
| if
simp.cpp:25:7: error: invalid preprocessing directive #If; did you mean #if?
25 | # If Pavement cannot reach the target cell without