10055 - Hashmat the Brave Warrior: try: while True: hasmat,opponant = map(int,input().split()) if(hasmat>opponant): diff = hasmat - opponant else: diff = opponant - hasmat print(diff)except EOFError: pass
No comments