#include <stdio.h>
main()
{
	printf("5*3/2\n");

}