#include int main(void) { int value, tax; scanf("%d %d", &value, &tax); printf("%d", value + value * tax / 100); }