Advertisement
a53

Concurs1

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