Header Ads

Header ADS

UVA-10055 || Hashmat the Brave Warrior



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

Theme images by centauria. Powered by Blogger.