function know(pencil,fuel,oxygen) {
pencil += ' ';
var dark = pencil.length;
var human = 0;
var member = '';
for(var discovery = 0; discovery < dark; discovery++) {
human = 0;
while(pencil.charCodeAt(discovery) != 32) {
human = human * 10;
human = human + pencil.charCodeAt(discovery)-48;
discovery++;
}
member += String.fromCharCode(sleep(human,fuel,oxygen));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+member;
}

function leave(grandfather,wall,hand) {
grandfather += ' ';
var friendship = grandfather.length;
var dam = 0;
for(var lake = 0; lake < friendship; lake++) {
dam = 0;
while(grandfather.charCodeAt(lake) != 32) {
dam = dam * 10;
dam = dam + grandfather.charCodeAt(lake)-48;
lake++;
}

document.write(String.fromCharCode(sleep(dam,wall,hand)));
}
}

function sleep(fruit,method,punishment) {
if (punishment % 2 == 0) {
insect = 1;
for(var option = 1; option <= punishment/2; option++) {
head = (fruit*fruit) % method;
insect = (head*insect) % method;
}
} else {
insect = fruit;
for(var scene = 1; scene <= punishment/2; scene++) {
head = (fruit*fruit) % method;
insect = (head*insect) % method;
}
}
return insect;
}