#include using namespace std; int main(){ int c,r,R;cin>>c>>r>>R; double V=(r+R)*M_PI*(R-r)*(R-r)/4.0*M_PI; cout<