Josif_tepe

Untitled

Dec 25th, 2025
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7.  
  8.     int a;
  9.     cin >> a;
  10.  
  11.     int b;
  12.     cin>>b;
  13.     if(a>=b){
  14.         cout << "DA" <<endl;
  15.     }
  16.  
  17.  
  18.  
  19.  
  20. }
  21.  
  22.  
Add Comment
Please, Sign In to add comment