Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.38 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7.     int A;
  8.     int a;
  9.     int x;
  10.     cin>>A;
  11.     cin>>a;
  12.     cin>>x;
  13.     while(a != A){
  14.         if(x = a){
  15.             cout<<"litera mica";
  16.         }else{
  17.             if(x = A){
  18.                 cout<<"litera mare";
  19.             }
  20.         }
  21.     }cout<<"litera mica","litera mare";
  22.  
  23.  
  24.  
  25.     return 0;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement