Beecrowd 1008

     #include<stdio.h>

    int main()

    {

        int r;

        double h,s;

        scanf("%d%lf%lf", &r,&h,&s);


        printf("NUMBER = %d\n",r);

        printf("SALARY = U$ %.2lf\n",h*s);

        return 0;

    }

Comments

Popular posts from this blog

Beecrowd 1020

Array variable found /not found

minimum