while True: print "max=%d" % max([int(i) for i in (raw_input().split())]) /************************************************************** Problem: 2181 User: admin Language: Python Result: Wrong Answer ****************************************************************/