#include <stdio.h> main(){ int i,k; double a; scanf("%d%d",&i,&k); scanf("%lf",&a); printf("%d\n",i/k); printf("%f",i/a);}
10 4 4
2 2.500000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!