rengetsu

Proced_2_Pratyb_2.01

Mar 1st, 2018
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. #include<iostream>
  2. using namespace std;
  3. int main()
  4. {
  5.     long long int one;
  6.     cin>>one;
  7.     if(one>0)
  8.     {
  9.         cout<<"TAIP"<<endl;
  10.     }else{
  11.     cout<<"NE"<<endl;
  12.     }
  13.     return 0;
  14. }
Add Comment
Please, Sign In to add comment