#include <stdio.h>
int main(){
unsigned short int in, i;
for( i
= 1; i
<= in
; i
++ ) printf( i
& 3 ? "%d " : "PUM\n", i
); return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CmludCBtYWluKCl7CiAgICB1bnNpZ25lZCBzaG9ydCBpbnQgaW4sIGk7CgogICAgc2NhbmYoIiVoZCIsICZpbik7CgogICAgZm9yKCBpID0gMTsgaSA8PSBpbjsgaSsrICkgcHJpbnRmKCBpICYgMyA/ICIlZCAiIDogIlBVTVxuIiwgaSApOwogICAgcmV0dXJuIDA7Cn0=