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