← Back to List
24072번: 帰省 (Homecoming) ↗
Solutions
Python 3
49 B | 49 chars
a,b,c=map(int,input().split()) print(int(a<=c<b))