#include<stdio.h> int main() { int x=0; int l=0; int r=0; scanf("%d %d %d",&x,&l,&r); if(x>=l&&x<=r) &nbs...