import std.stdio; void main(){ int D, P; readf("%d %d\n", &D, &P); writeln( (D * (100 + P) ) / 100 ); }