#include <stdio.h>

f(n){for(;n--;printf(n?"=":"=(:)-"));}

int main(void) {
	f(7);
	return 0;
}
