i,j,k=map(int,input().split()) print(i<=j and j<=k)