#include using namespace std; int main(){ int N; cin>>N; vector P(3); for(int i=0;i<3;i++){ cin>>P[i]; } vector> Q(N,vector(3)); for(int i=0;i>Q[i][j]; Q[i][j]-=P[j]; } } vector a(3),b(3),law(3); double length; double product; double ans=0; for(int i=0;i