Please read the new rule regarding the restriction on the use of AI tools. ×

Help with a 2-SAT problem please?

Revision en1, by KIMJONGOOF, 2024-10-11 01:05:53

Problem Link -> https://mirror.codeforces.com/contest/776/problem/D

My submission -> https://mirror.codeforces.com/contest/776/submission/285238557

Its pretty obvious from my code what i am trying to do. My Question is that is the logic correct? Where am I going wrong?

I just take cases of whether the door is locked or not and accordingly I build the adj list for the corresponding switch combinations.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English KIMJONGOOF 2024-10-11 01:05:53 434 Initial revision (published)