#include <stdio.h>

f(n){for(puts("||||");n--;puts(" ()"));puts("/__\\");}

main() {f(5);}