import sequtils,strutils var K = stdin.readline.parsefloat S = stdin.readline.parsefloat K = 100 - K S = S / K * 100 echo ((S + 0.0001).int)