-코드
x = int(input())
y = int(input())
z = int(input())
if x + y > z:
print(0)
else:
print(1)
'Beakjoon&프로그래머스 > 파이썬' 카테고리의 다른 글
[프로그래머스/파이썬] 행렬의 덧셈 (0) | 2022.01.15 |
---|---|
[백준/파이썬] 20673번 Covid-19 (0) | 2022.01.15 |
[백준/파이썬] 24262번 알고리즘 수업 - 알고리즘의 수행 시간 1 (0) | 2022.01.15 |
[백준/파이썬] 24075번 計算 (Calculation) (0) | 2022.01.14 |
[백준/파이썬] 1927번 최소 힙 (0) | 2022.01.14 |