#include using namespace std; int main() { unsigned price, taxRate; cin >> price >> taxRate; cout<<(int)(price*(1+taxRate/100.0))<