eolymp
bolt
Try our new interface for solving problems
Məsələlər

İntervalın daxilində

dərc olunub 05.01.24 17:10:54

ay bleee

dərc olunub 24.04.24 20:51:55

include<iostream>

include<bits/stdc++.h>

using namespace std; int main(){ long long x,a,b; cin>>x>>a>>b; if(x>=a&&x<=b) cout<<"YES"; else{ cout<<"NO"; }

}