#include <stdio.h> int main() { double a,b; scanf("%lf",&a); scanf("%lf",&b); printf("%.3lf%.3lf",a/(100*b)); return 0; }