1
2
3
4
5
|
x=int(input())
y=int(input())
z=int(input())
if x+y>z : print(0)
else : print(1)
|
cs |
반응형
'python-algorithm' 카테고리의 다른 글
leetcode 387. First Unique Character in a String (0) | 2022.04.14 |
---|---|
leetcode 1317. Convert Integer to the Sum of Two No-Zero Integers (0) | 2022.04.14 |
백준 알고리즘 수업 - 알고리즘의 수행 시간 1 (0) | 2022.04.12 |
leetcode 2235. Add Two Integers (0) | 2022.04.12 |
leetcode 682. Baseball Game (0) | 2022.04.11 |
댓글