Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. cout << "Your best option is: "
  2. for(vector<card>::iterator it = ans.begin(); it!=ans.end(); it++) {
  3.     *it.suitexp();
  4.     cout << *it.str() << endl;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement