#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); mp::cpp_dec_float_100 length; mp::cpp_dec_float_100 product; mp::cpp_dec_float_100 ans=0; for(int i=0;i