Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. for (int d4 : DIRECTIONS) {
  2. if (moves.find({loc1, d4}) != moves.end()) {
  3. moves.erase({loc1, d4});
  4. }
  5. }
  6. moves.insert({loc1, reverseDir(d1)});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement