#include<sstream>
#include<iostream>

int main() {
	auto f = [](int i){std::stringstream b("It would be extremely painful... for you!"),c("If I pull that off will you die? You're a big guy.");std::string s,w;int n=0,t=i,p;while(t/=2)n++;for(;n>=0;p=t)((t=i>>n&1)?c:b)>>w,s+=p^t?t?"CIA: ":"BANE: ":" ",s+=t^(i>>--n)&1?w+"\n":w;return s;};
	for (int x : {522300, 494542, 326711})
	    std::cout << f(x) << std::endl << std::endl;
}