Problem reachability2
User Hijackedsoul
Submission Time 2026-02-02 10:41:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reachability2.cpp: In function ‘int main()’:
reachability2.cpp:73:2: error: expected ‘;’ before ‘if’
73 | if(bf(0, state)) std::cout << "YES";
| ^~
reachability2.cpp:74:2: error: ‘else’ without a previous ‘if’
74 | else std::cout << "NO";
| ^~~~