0_0_17650313_28298.cpp: In function 'int main()':
0_0_17650313_28298.cpp:58:21: error: 's' was not declared in this scope
while (cin>>s[1].x>>s[1].y>>s[1].z)
^
0_0_17650313_28298.cpp:65:14: error: 'judge' was not declared in this scope
if (!judge())
^
0_0_17650313_28298.cpp:71:30: error: 'b' was not declared in this scope
double abc=norm(cross(minu(b,a),minu(c,a)));
^
0_0_17650313_28298.cpp:71:32: error: 'a' was not declared in this scope
double abc=norm(cross(minu(b,a),minu(c,a)));
^
0_0_17650313_28298.cpp:71:40: error: 'c' was not declared in this scope
double abc=norm(cross(minu(b,a),minu(c,a)));
^
0_0_17650313_28298.cpp:72:40: error: 'd' was not declared in this scope
double abd=norm(cross(minu(b,a),minu(d,a)));
^
0_0_17650313_28298.cpp:77:78: error: too few arguments to function 'point dot(point, double)'
point ansp=plu(plu(dot(d,abc),dot(c,abd)),plu(dot(b,abc),dot()));
^
0_0_17650313_28298.cpp:47:7: note: declared here
point dot(point a,double b)
^
|