import static java.lang.System.out; class Ideone{ public static void main (String[] args) throws java.lang.Exception {for(int c:"剶騃虹灰3".getBytes()){byte[]b="brainfuck ".getBytes();b[c&15]=42;for(int t:b)if(t>32)out.write(t);}out.flush(); }}