for a in range(32):
	print "		*(dst + (x +", a, ") * dim + (int)(slope * (x +", a, ") + y)) = max;"
