Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. cout<<endl;
  2. cout<<"wins_a: "<<aw<<endl;
  3. cout<<"draws_a: "<<ar<<endl;
  4. cout<<"losses_a: "<<ap<<endl;
  5. cout<<"games_a: "<<ag<<endl;
  6. cout<<"pc_wins_a: "<<asw<<endl;
  7. cout<<"pc_draws_a: "<<asr<<endl;
  8. cout<<"pc_losses_a: "<<asp<<endl;
  9. cout<<endl;
  10. cout<<"wins_b: "<<bw<<endl;
  11. cout<<"draws_b: "<<br<<endl;
  12. cout<<"losses_b: "<<bp<<endl;
  13. cout<<"games_b: "<<bg<<endl;
  14. cout<<"pc_wins_b: "<<bsw<<endl;
  15. cout<<"pc_draws_b: "<<bsr<<endl;
  16. cout<<"pc_losses_b: "<<bsp<<endl;
  17. cout<<endl;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement