#include <stdio.h>

int main(void) {
	// your code goes here
	
	int i;
	
	for(i=1; i<8; i++) {  printf("Dober dan.\n");
	printf("Danes je četrtek.\n");
	printf("Beni bo zabou.\n");
	
	
	}
	
	
	return 0;
}
