Guest User

Untitled

a guest
Nov 13th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main ()
  5. {
  6. int a,b,c;
  7. cin>>a>>b>>c;
  8.  
  9. if(a==10||b==10||c==10)cout<<"DUNG"<<endl;
  10.  
  11. else cout<<"SAI";
  12.  
  13. return 0 ;
  14. }
Add Comment
Please, Sign In to add comment