When You Are Biding Your Time

So, after spending some hours on the Kaprekar's Numbers Problem, I was finished with my work for the day and what to do to bide the time...and I thought of using typedef and define like this... inspired by the BhaiLang, the perfect C++ language :)

 #include <iostream>

#include<vector>
#include<math.h>
#define bolBhai cout<<
#define aurYehBhiBol <<
#define abeSunna cin>>
#define bhaiLineDena cout<<endl;
#define bhaiLinePhirdena
#define dedeBhai(n) return(n);
#define warnaBhai else
#define agarBhai if
#define yehHaiNautanki int main()
#define milteHainBhai return 0;
#define dekhZara(a,b) max(a,b)
using namespace std;
typedef int abeYehHai;
typedef string aurSunYehHai;
typedef char yehBhiKuchHai;

abeYehHai max(abeYehHai a,abeYehHai b){
    agarBhai (a>b){
        dedeBhai(a)
    }
    warnaBhai
    {
        bhaiLineDena
    }
    dedeBhai(b);
}

yehHaiNautanki
{
    
abeYehHai a=2;

abeYehHai a1=3;

aurSunYehHai h="Himesh Singh Chauhan";
 
yehBhiKuchHai c='a';

bolBhai a;
bhaiLineDena
bolBhai h;
bhaiLinePhirdena
bolBhai dekhZara(a,a1);
milteHainBhai
}

Comments

Popular Posts