fork download
  1. #include<iostream>
  2. using namespace std;
  3. int main()
  4. {
  5. float H;
  6. cout<<"nhap gia tri cho H=";
  7. cin>>H;
  8. if(H<5)
  9. {
  10. cout <<"Rot";
  11. }
  12. else
  13. {
  14. cout <<"Dau";
  15. }
  16. return 0;
  17. }
Success #stdin #stdout 0.01s 5440KB
stdin
9
stdout
nhap gia tri cho H=Dau