#include #include int main() { double a, b; scanf("%f%f", &a, &b); printf("%g\n", (double) (a/b)); return EXIT_SUCCESS; }