#include using namespace std; int main() { unsigned price, taxRate; cin >> price >> taxRate; cout<