Lucian_Adrian

Untitled

Aug 11th, 2021
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. int main()
  4. {
  5. int x;
  6. cin >> x;
  7. if (x>=5)
  8. cout << "promovat";
  9. else
  10. cout << "corigent";
  11. return 0;
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment