1. #include <iostream>
  2. using namespace std;
  3. int main() { int difscore, hifscore;
  4. cout << "\nHur m\x86nga m\x86l gjorde Djurg\x86rden: ";
  5. cin >> AikScore;
  6. cout << "\nHur m\x86nga m\x86l gjorde Hammarby: ";
  7. cin >> HifScore;
  8. if (DifScore > HifScore)
  9. {
  10. cout << "\nDjurg\x86rden vann matchen!";
  11. }
  12. else
  13. {
  14. if (DifScore < HifScore)
  15. {
  16. cout << "\nHammarby vann matchen!";
  17. }
  18. else
  19. {
  20. cout << "\nDet blev oavgjort!";
  21. }
  22. return 0;
  23. }