Guest User

Untitled

a guest
Jun 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #include <iostream>
  2. #include <string>
  3. using namespace std;
  4.  
  5. class SimpleWordGame
  6. {
  7. public:
  8. int points(vector <string> player, vector <string> dictionary)
  9. {
  10. for(int i=0;player[i]=!dictionary[j];i++)
  11. {
  12. points=player[i].size*player[i].size;
Add Comment
Please, Sign In to add comment