Problem ghostrule
User user123
Submission Time 2023-12-30 15:24:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ghostrule.cpp: In function ‘void bfs2()’:
ghostrule.cpp:57:21: error: return-statement with a value, in function returning ‘void’ [-fpermissive]
57 | if (u==te) return 1;
| ^
ghostrule.cpp:71:9: error: return-statement with a value, in function returning ‘void’ [-fpermissive]
71 | return 0;
| ^