CCC '19 J1 - Winning Score

View as PDF

Submit solution

Points: 3
Time limit: 1.0s
Memory limit: 256M

Problem types
Canadian Computing Competition: 2019 Stage 1, Junior #1

You record all of the scoring activity at a basketball game. Points are scored by a 3-point shot, a 2-point field goal, or a 1-point free throw.

You know the number of each of these types of scoring for the two teams: the Apples and the Bananas. Your job is to determine which team won, or if the game ended in a tie.

Input Specification

The first three lines of input describe the scoring of the Apples, and the next three lines of input describe the scoring of the Bananas. For each team, the first line contains the number of successful 3-point shots, the second line contains the number of successful 2-point field goals, and the third line contains the number of successful 1-point free throws. Each number will be an integer between 0 and 100, inclusive.

Output Specification

The output will be a single character. If the Apples scored more points than the Bananas, output A. If the Bananas scored more points than the Apples, output B. Otherwise, output T, to indicate a tie.

Sample Input 1

10
3
7
8
9
6

Sample Output 1

B

Explanation for Sample Output 1

The Apples scored 10 \cdot 3 + 3 \cdot 2 + 7 \cdot 1 = 43 points and the Bananas scored 8 \cdot 3 + 9 \cdot 2 + 6 \cdot 1 = 48 points, and thus the Bananas won.

Sample Input 2

7
3
0
6
4
1

Sample Output 2

T

Explanation for Sample Output 2

The Apples scored 7 \cdot 3 + 3 \cdot 2 + 0 \cdot 1 = 27 points and the Bananas scored 6 \cdot 3 + 4 \cdot 2 + 1 \cdot 1 = 27 points, and thus it was a tie game.


Comments


  • 0
    22KamilMazur  commented on March 6, 2024, 2:31 p.m.

    everyone trying to give advice for this when i just got some one to help me (a teacher) :)


  • 4
    fruitloops  commented on June 17, 2022, 1:13 a.m.

    pay attention to that math. I accidentally kept multiplying everything by '3'. First input worked, second didn't. d'oh. ⇢😅


  • 12
    iiGam_r  commented on Feb. 16, 2021, 10:28 p.m.

    Just a hint for those who come across this comment:

    • Look closely at what it says about the first 3 lines and 3 last lines
    • 2nd, use math sense and see if you can figure it out yourselves what's going on
    • 3rd, use your math sense, and use what you know in your coding sense, and figure it out!

    That's all I can say! Good-luck!


  • 29
    QiQi  commented on Aug. 12, 2020, 9:30 p.m. edit 2

    wait it says:::::::::You record all of the scoring activity at a basketball game. Points are scored by a 3-point shot, a 2-point field goal, or a 1-point free throw.

    You know the number of each of these types of scoring for the two teams: the Apples and the Bananas. Your job is to determine which team won, or if the game ended in a tie.::::::::::::::::::::::::::::::::::::::::::::::::::::; should'nt it be:::::::::::::::::::::::::::You record all of the scoring activity at a basketball game. Points are scored by a 3-point shot, a 2-point field goal, or a 1-point free throw.

    You know the number of each of these types of scoring for the two teams: the Apples and the Bananas. Your job is to determine which team won, or if the game ended in an overtime.:::::::::::::::::::::::::::: crashroyaleoo said that (Thank You crashroyaleoo)(s)he said:::::::::::"basketball games can't end in a tie. the just go to overtime(OT)"::::::::::::::::::::::which meant to be "basketball games can't end in a tie. the GAME WILL just go to overtime(OT)"(Thank You crashroyaleoo again)please press the /\ logo near crashroyaleoo logo to thank me................,......... peace out (^o^)/


  • 77
    clashroyaleoo  commented on Aug. 4, 2019, 12:15 a.m.

    basketball games can't end in a tie. the just go to overtime(OT)


    • 0
      fruitloops  commented on June 17, 2022, 1:14 a.m.

      anything is possible in a word problem.


      • 2
        960t  commented on Sept. 22, 2022, 1:05 a.m.

        bob has 45 tomatoes