0_0_12931513_7099.cpp:14: error: expected template-name before '<' token
0_0_12931513_7099.cpp:14: error: expected `{' before '<' token
0_0_12931513_7099.cpp:14: error: expected unqualified-id before '<' token
0_0_12931513_7099.cpp:14: error: expected `,' or `;' before '<' token
0_0_12931513_7099.cpp:17: error: expected constructor, destructor, or type conversion before ';' token
0_0_12931513_7099.cpp: In function `point vec(const line&)':
0_0_12931513_7099.cpp:24: error: no match for 'operator[]' in 's[1]'
0_0_12931513_7099.cpp:24: error: no match for 'operator[]' in 's[0]'
0_0_12931513_7099.cpp: At global scope:
0_0_12931513_7099.cpp:27: error: `vector' has not been declared
0_0_12931513_7099.cpp:27: error: expected `,' or `...' before '<' token
0_0_12931513_7099.cpp:27: error: ISO C++ forbids declaration of `parameter' with no type
0_0_12931513_7099.cpp: In function `void intersection_point(const line&, const Circle&, int)':
0_0_12931513_7099.cpp:28: error: no match for 'operator[]' in 'A[1]'
0_0_12931513_7099.cpp:28: error: no match for 'operator[]' in 'A[0]'
0_0_12931513_7099.cpp:28: error: no match for 'operator[]' in 'A[1]'
0_0_12931513_7099.cpp:28: error: no match for 'operator[]' in 'A[0]'
0_0_12931513_7099.cpp:29: error: no match for 'operator[]' in 'A[0]'
0_0_12931513_7099.cpp:29: error: no match for 'operator[]' in 'A[0]'
0_0_12931513_7099.cpp:35: error: `ret' undeclared (first use this function)
0_0_12931513_7099.cpp:35: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_12931513_7099.cpp:35: error: no match for 'operator[]' in 'A[0]'
0_0_12931513_7099.cpp:36: error: no match for 'operator[]' in 'A[0]'
0_0_12931513_7099.cpp: In function `double areaCL(const Circle&, const line&)':
0_0_12931513_7099.cpp:50: error: no match for 'operator[]' in 's[0]'
0_0_12931513_7099.cpp:50: error: no match for 'operator[]' in 's[1]'
0_0_12931513_7099.cpp:52: error: `vector' undeclared (first use this function)
0_0_12931513_7099.cpp:52: error: expected primary-expression before '>' token
0_0_12931513_7099.cpp:52: error: `ret' undeclared (first use this function)
0_0_12931513_7099.cpp: In function `int main()':
0_0_12931513_7099.cpp:71: error: `L' undeclared (first use this function)
0_0_12931513_7099.cpp:71: error: invalid use of undefined type `struct line'
0_0_12931513_7099.cpp:14: error: forward declaration of `struct line'
|