#include <stdio.h>

int main(k) {
    // your code goes here
    while(k++<7) {
        putchar("~!#/&&%%"[k&7]+'\x40');
    }
    return 0;
}