Problem werewolf
User auser24241
Submission Time 2026-02-08 17:28:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

werewolf.cpp:8:38: error: stray ‘#’ in program
8 | impossible_list.append(curr) #no next step
| ^
werewolf.cpp:13:35: error: stray ‘#’ in program
13 | for i in possible_next_paths: #from curr point
| ^
werewolf.cpp:18:33: error: stray ‘#’ in program
18 | if not human and i > R: #gg not possible
| ^
werewolf.cpp:22:31: error: stray ‘#’ in program
22 | human = False #change
| ^
werewolf.cpp:25:26: error: stray ‘#’ in program
25 | continue #gg not possible
| ^
werewolf.cpp:31:31: error: stray ‘#’ in program
31 | return 0, impossible_list #this point not possible
| ^
werewolf.cpp:44:24: error: stray ‘#’ in program
44 | for i in ra