Jump to content

just a real pizza place (nothing clandestine)


Recommended Posts

  • Replies 959
  • Created
  • Last Reply

Top Posters In This Topic

noretard that is translation

#include <iostream>

int main()

{

char s[100];

char b[100];

std::cin >> s;

std::cout << s;

int i;

i = 0;

while (i < 100)

{

if(s == 's')

{

b = 'a';

}

else if (s == 'b') {

b = 'v';

}

else if (s == 'c') {

b = 'x';

}

else if (s == 'd') {

b = 's';

}

else if (s == 'e') {

b = 'w';

}

else if (s == 'f') {

b = 'd';

}

else if (s == 'g') {

b = 'f';

}

else if (s == 'h') {

b = 'g';

}

else if (s == 'i') {

b = 'u';

}

else if (s == 'j') {

b = 'h';

}

else if (s == 'k') {

b = 'j';

}

else if (s == 'l') {

b = 'k';

}

else if (s == 'm') {

b = 'n';

}

else if (s == 'n') {

b = 'b';

}

else if (s == 'o') {

b = 'i';

}

else if (s == 'p') {

b = 'o';

}

else if (s == '[') {

b = 'p';

}

else if (s == 'r') {

b = 'e';

}

else if (s == 's') {

b = 'a';

}

else if (s == 't') {

b = 'r';

}

else if (s == 'u') {

b = 'y';

}

else if (s == 'v') {

b = 'c';

}

else if (s == 'w') {

b = 'q';

}

else if (s == 'x') {

b = 'z';

}

else if (s == 'y') {

b = 't';

}

else if (s == ';') {

b = 'l';

}

else if (s == ',') {

b = 'm';

}

i++;

}

std::cout << "\n" << b;

return 0;

}

THERE IS MY REALLY SHITTY PRGORAM I MADE WEN BOARD IT HASNO INGENUITY IM SURE THERE WUZ BETTR WAI 2 DO IT BUT I DUN KARE ITS GHEY.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...