#include <stdio.h>

int main(void)
{
	printf("Marek Kubica\n");
	printf("Am Hart 9g\n");
	printf("85375 Neufahrn\n");
	return 0;
}