#include <stdio.h>int main(void) {float a, b, c;scanf("%f %f", &a, &b);c = a / b;printf("%.3f", c);return 0;}
162 81
2.000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!