#include <stdio.h>

int main(void) {
	// your code goes here
	
	
	printf("dober dan, kako si kaj.");
	printf("\n danes je ponedeljek.");
	return 0;
}
