1
2
3
4
5
|
p=int(input())
q=int(input())
if p<=50 and q<=10:print("White")
elif q>=30 : print("Red")
else:print("Yellow")
|
cs |
반응형
'python-algorithm' 카테고리의 다른 글
[백준] 4635 (0) | 2021.03.12 |
---|---|
[백준] 20976 (0) | 2021.03.12 |
[백준] 20499 (0) | 2021.03.12 |
[백준] 3507 (0) | 2021.03.11 |
[백준] 2975 (0) | 2021.03.11 |
댓글