#include using namespace std; int main() { int D,P;cin>>D>>P; int A=D*(100+P)/100; cout<