PS/Baekjoon Online Judge

[백준 19602] Dog Treats [Python]

kimyoungrok 2023. 5. 10. 21:52

백준 19602 - 문제
백준 19602 - 입/출력


풀이

서로 다른 종류의 간식의 개수가 주어진다. 입력되는 간식의 개수에 맞게 happiness score를 계산해주면 된다.


소스코드

소스코드 보기


출처

 

19602번: Dog Treats

There are three lines of input. Each line contains a non-negative integer less than 10. The first line contains the number of small treats, S, the second line contains the number of medium treats, M, and the third line contains the number of large treats,

www.acmicpc.net