// (C) 2020 Herbert zur Nedden

#include <stdio.h>

int main(void) {
	printf("Prost");
}

