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