#include using namespace std; double xa, xb, xc, ya, yb, yc; int main() { cin>>xa>>ya>>xb>>yb>>xc>>yc; cout<