반응형
S = int(input())
M = int(input())
L = int(input())
score = S+2*M+3*L
if score>=10:
print('happy')
else:
print('sad')
반응형
'백준 문제풀이' 카테고리의 다른 글
baekjoon - python - 4101 (0) | 2020.10.14 |
---|---|
baekjoon - python - 16430 (0) | 2020.10.14 |
baekjoon - python - 18108 (0) | 2020.10.14 |
baekjoon - python - 5355 (0) | 2020.10.14 |
baekjoon - python - 10845 (0) | 2020.10.10 |
댓글