#include using namespace std; #define rep(i, n) for (int i = 0; i < (int)(n); i++) int main() { double d,p,ans; cin>>d>>p; ans=d*p/100+d; cout<