728x90
반응형
단순 사칙연산 문제이다.
S = int(input())
M = int(input())
L = int(input())
print("happy" if S*1 + M*2 + L*3 >= 10 else "sad")
728x90
반응형
'Agorithm > 백준 알고리즘' 카테고리의 다른 글
백준 알고리즘 19944번 뉴비의 기준은 뭘까?(python) (0) | 2021.02.09 |
---|---|
백준 알고리즘 19698번 헛간 청약(python) (0) | 2021.02.09 |
백준 알고리즘 18414번 X に最も近い値(python) (0) | 2021.02.09 |
백준 알고리즘 18411번 試験(python) (0) | 2021.02.09 |
백준 알고리즘 18408번 3 つの整数(python) (0) | 2021.02.09 |