per= int(input()) minute= int(input()) rest= 100 - per print(per / minute * rest + minute)