#include <iostream> using namespace std; int main() { float a; int b; scanf("%f%d", &a, &b); printf("%f", a / b); }