I,J,K=map(int,input().split()) print(['No','Yes'][J>=I<=K])