Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
C++ integers and words
you could use #define kkae 87 (or whatever you said)
e.g.
#include <iostream> //As its c++
#define lukem 1337 //0mgz 1337 h4x0r
using namespace std;
int main(int argc, char *argv[])
{
char word[];
cin >> word;
if(word == lukem){
word = lukem; //make word equal to 1337
} else {
cout << "You suck!";
}
cin.get()
return 0;
}