#include int main() { int D,P,Z; scanf("%d",&D); scanf("%d",&P); printf("%d",(D+D*P/100)); }