import math
lst1 = []
lst2 = []
i = 0
sz = len(lst1)
while i<sz:
a = lst2[i]-lst1[i]
b = math.ceil((a/lst1[i])*100)
print(a,'(',b,'%)')
i+=1
aW1wb3J0IG1hdGgKbHN0MSA9IFtdCmxzdDIgPSBbXQoKCmkgPSAwCnN6ID0gbGVuKGxzdDEpCgp3aGlsZSBpPHN6OgogICAgYSA9IGxzdDJbaV0tbHN0MVtpXQogICAgYiA9IG1hdGguY2VpbCgoYS9sc3QxW2ldKSoxMDApCiAgICBwcmludChhLCcoJyxiLCclKScpCiAgICBpKz0xCg==