Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. int a,b,x;
  4. int main()
  5. {
  6. cin>>a>>b>>x;
  7. if(a<=x && x<=b)
  8. cout<<"DA";
  9. else cout<<"NU";
  10. return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement