#include <stdio.h>
int main()
{
	printf("%d\n",4+5);
	return 0;
}
