Advertisement
Rofyda_Elghadban1

Untitled

Dec 3rd, 2021
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #include <iostream>
  2. #include <iomanip>
  3. #include <cmath>
  4.  
  5. using namespace std;
  6.  
  7. void Rofyda_Elghadban(){
  8. #ifndef ONLINE_JUDGE
  9. freopen("input.txt", "r", stdin), freopen("output.txt", "w", stdout);
  10. #endif
  11. }
  12.  
  13. int main()
  14. { Rofyda_Elghadban();
  15. }
  16. int A, B;
  17. cin >> A>> B;
  18. if (A >= B){
  19. cout << "Yes";
  20. }
  21. else {
  22. cout << "No";
  23. }
  24. return 0;
  25. }
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement