#include using namespace std; #include namespace mp = boost::multiprecision; typedef mp::number> d; 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); d length; d product; d ans=0; for(int i=0;i