Josif_tepe

Untitled

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