Thursday, July 30, 2015

1216 - Juice in the Glass

#include<bits/stdc++.h>
using namespace std;
 
int main()
{
    int T,c=1;
    double r1,r2,h,p;
//    freopen("check.txt","r",stdin);
    scanf("%d",&T);
    while(T--)
    {
        scanf("%lf%lf%lf%lf",&r1,&r2,&h,&p);
        double result, rm = r2+(((r1-r2)*p)/h);
        result = ((2*acos(0.0)*p*((rm*rm*rm)-(r2*r2*r2)))/(3*(rm-r2)));
        printf("Case %d: %.10lf\n",c++,result);
    }
    return 0;
}

1 comment:

  1. How to watch your favourite games in one app - Vimeo
    To watch and play games like Mortal Kombat (aka of the original Mortal Kombat games, The game takes you to a youtube downloader fictional city known as the Red Zone

    ReplyDelete

Triathlon

Triathlon - CodeChef # include < bits/stdc++.h > using namespace std ; # define fi first # define se second # define mp ...