백준 17009번
![[백준/17009번] Winning Score ( CCC 2019 Junior Division)[Java]](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2F3dd31%2FbtqAjnOlTpy%2FjKpANghadRKqlaTfXYMbP1%2Fimg.png)
[백준/17009번] Winning Score ( CCC 2019 Junior Division)[Java]
Problem 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 The first three lines of input describe the scoring of the Apples,..