#include using namespace std; int main(){ long double A,B,C; cin>>A>>B>>C; long double D=A/(A+B+C),E=B/(A+B+C),F=C/(A+B+C); cout<