#include <stdio.h>
#define __cplusplus

int main()
{
	#ifndef __cplusplus
		printf("Nahuuy poshel");
	#else
		printf("Soryan, antosha");
	#endif
} 
