← Back to List

24079번: 移動 (Moving) ↗

Solutions

Python 3
41 B | 41 chars
a,b,c=map(int,open(0))
print(int(a+b<=c))