Advertisement
Guest User

asdas

a guest
Dec 15th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. if(moves.empty()) {
  2. cerr << "can't move at all" << endl;
  3. cout << "PASS" << endl;
  4. }
  5. else {
  6. print_moves(moves);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement