#include <iostream>
using namespace std;
int main() {
double a, b;
cin >> a >> b;
cout << a / b;
return 0;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgp1c2luZyBuYW1lc3BhY2Ugc3RkOwoKaW50IG1haW4oKSB7Cglkb3VibGUgYSwgYjsKCWNpbiA+PiBhID4+IGI7Cgljb3V0IDw8IGEgLyBiOwoJcmV0dXJuIDA7Cn0=