Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. while(!C && find_broken_components(S)) //pick a broken component to fix
  2. C = pick(S.components)
  3. if(C.active) C = null
  4. if(C)
  5. C.active = 1 //fix that shit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement