import std.stdio, std.algorithm, std.array, std.conv, std.string; void main() { ulong d, p; readf("%d %d", &d, &p); writeln(d + d * p / 100); }