#include int main(){ float a,b,c; scanf("%f %f",&a,&b); b/=100.0+1.0; c = a / b; printf("%f",c); return 0; }