/******************************************************************************
Online C++ Compiler.
Code, Compile, Run and Debug C++ program online.
Write your code in this editor and press "Run" button to compile and execute it.
*******************************************************************************/
#include <iostream>
using namespace std;
int main()
{ cout<<"ENTER THE NUMBER ======="<<endl;
long long a;
cin>>a;
int result ;
cout<<" WAIT **************************"<<endl;
cout<<"RESULTS CAME UP ( VERY HARDWORK REQUIRED) = 0"<<endl;
cout<<"*********************** THANKS ME TO BUILD MORE LIKE THIS ************************"<<endl;
cout<<"___________________________OFFICALLY RIGHTS RESERVED OF RESULTS BY SUKHJIT __________"<<endl;
return 0;
}