#!/user/bin/python3

"""
comm
"""
# coom

def main():
	print("hi")
	pass

if __name__=="__main__":
	main()
