Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. main.cpp:175:136: '&&' within '||'
  2. main.cpp:175:37: Place parentheses around the '&&' expression to silence this warning
  3. main.cpp:179:103: '&&' within '||'
  4. main.cpp:179:37: Place parentheses around the '&&' expression to silence this warning
  5. main.cpp:183:70: '&&' within '||'
  6. main.cpp:183:37: Place parentheses around the '&&' expression to silence this warning
  7. main.cpp:49:21: Variable 'score' may be uninitialized when used here
  8. main.cpp:26:38: Initialize the variable 'score' to silence this warning
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement