Ad Code

Responsive Advertisement

1014 - Consumption

Author: Ismail Hosen

Daffodil International University





Problem Link

//Please follow from main function



#include <stdio.h>


#include <stdlib.h>





int main()


{


    int x;


    double y;


    scanf("%d %lf", &x, &y);


    printf("%.3lf km/l\n",x/y);


    return 0;


}


Post a Comment

0 Comments