#include using namespace std; typedef long long ll; #define all(x) (x).begin(),(x).end() const int mod=1000000007,MAX=100005,INF=1<<30; int main(){ //std::ifstream in("text.txt"); //std::cin.rdbuf(in.rdbuf()); double A,B,C;cin>>A>>B>>C; cout<