#include int main() { int D,P; double ans; scanf("%d%d",&D,&P); ans=D+D*P*0.01; printf("%d ", (int)ans); return 0; }