본문 바로가기
python-algorithm

백준 24079 移動 (Moving)

by 무적김두칠 2022. 4. 12.

1
2
3
4
5
x=int(input())
y=int(input())
z=int(input())
if x+y>z : print(0)
else : print(1)
cs
반응형

댓글