0_0_29241596_30213.cpp:50:42: error: stray '#' in program
double md=cs.x*cs.x+cs.y*cs.y+cs.z*cs.z;#include <bits/stdc++.h>
^
0_0_29241596_30213.cpp: In function 'void cal(double*, point, point, point, point)':
0_0_29241596_30213.cpp:50:43: error: 'include' was not declared in this scope
double md=cs.x*cs.x+cs.y*cs.y+cs.z*cs.z;#include <bits/stdc++.h>
^
0_0_29241596_30213.cpp:50:52: error: 'bits' was not declared in this scope
double md=cs.x*cs.x+cs.y*cs.y+cs.z*cs.z;#include <bits/stdc++.h>
^
0_0_29241596_30213.cpp:50:57: error: 'stdc' was not declared in this scope
double md=cs.x*cs.x+cs.y*cs.y+cs.z*cs.z;#include <bits/stdc++.h>
^
0_0_29241596_30213.cpp:72:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_29241596_30213.cpp:76:1: error: a template declaration cannot appear at block scope
template<class T> inline
^
0_0_29241596_30213.cpp:92:14: error: declaration of 'double c [4][5]' shadows a parameter
double c[4][5];
^
0_0_29241596_30213.cpp:93:55: error: a function-definition is not allowed here before '{' token
void cal(double c[5],point u,point v,point w,point ot){
^
0_0_29241596_30213.cpp:107:20: error: a function-definition is not allowed here before '{' token
double det(int ban){
^
0_0_29241596_30213.cpp:227:1: error: expected '}' at end of input
}
^
|