Advertisement
ioanaasdfgh

V91 sb 1

Nov 13th, 2018
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. { int nr;
  7.     cin>>nr;
  8.  
  9.     if (nr<7) if (nr>3)
  10.  cout<<"Bine";
  11.  else cout<<"Foarte bine";
  12.  else cout<<"Rau";
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement