#include typedef long long ll; using namespace std; #define MOD 1000000007 int main() { bool under = false; ll n , k , x; cin>>n>>k>>x; ll ans = 1; if(x<=k) { under = true; } for(ll i=0;i