0_0_11628130_13186.cpp:8:25: bits/stdc++.h: No such file or directory
0_0_11628130_13186.cpp:17: error: expected init-declarator before '<' token
0_0_11628130_13186.cpp:17: error: expected `,' or `;' before '<' token
0_0_11628130_13186.cpp:24: error: expected init-declarator before '<' token
0_0_11628130_13186.cpp:24: error: expected `,' or `;' before '<' token
0_0_11628130_13186.cpp:25: error: expected init-declarator before '<' token
0_0_11628130_13186.cpp:25: error: expected `,' or `;' before '<' token
0_0_11628130_13186.cpp:34: error: `Vector' was not declared in this scope
0_0_11628130_13186.cpp:34: error: `Vector' was not declared in this scope
0_0_11628130_13186.cpp:35: error: initializer expression list treated as compound expression
0_0_11628130_13186.cpp:35: error: expected `,' or `;' before '{' token
0_0_11628130_13186.cpp:40: error: `Point' does not name a type
0_0_11628130_13186.cpp:40: error: `Vector' does not name a type
0_0_11628130_13186.cpp:42: error: expected `)' before "p"
0_0_11628130_13186.cpp:45: error: `Point' has not been declared
0_0_11628130_13186.cpp:46: error: ISO C++ forbids declaration of `p' with no type
0_0_11628130_13186.cpp: In function `bool line_intersection(Line, Line, int&)':
0_0_11628130_13186.cpp:47: error: 'struct Line' has no member named 'v'
0_0_11628130_13186.cpp:47: error: 'struct Line' has no member named 'p'
0_0_11628130_13186.cpp:47: error: 'struct Line' has no member named 'p'
0_0_11628130_13186.cpp:47: error: `cross' cannot be used as a function
0_0_11628130_13186.cpp:47: error: 'struct Line' has no member named 'v'
0_0_11628130_13186.cpp:47: error: 'struct Line' has no member named 'p'
0_0_11628130_13186.cpp:47: error: 'struct Line' has no member named 'v'
0_0_11628130_13186.cpp:47: error: 'struct Line' has no member named 'p'
0_0_11628130_13186.cpp:47: error: `cross' cannot be used as a function
0_0_11628130_13186.cpp:49: error: 'struct Line' has no member named 'p'
0_0_11628130_13186.cpp:49: error: 'struct Line' has no member named 'v'
0_0_11628130_13186.cpp:49: error: 'struct Line' has no member named 'p'
0_0_11628130_13186.cpp: At global scope:
0_0_11628130_13186.cpp:53: error: expected init-declarator before '<' token
0_0_11628130_13186.cpp:53: error: expected `,' or `;' before '<' token
0_0_11628130_13186.cpp:55: error: `Point' was not declared in this scope
0_0_11628130_13186.cpp:55: error: expected primary-expression before "l"
0_0_11628130_13186.cpp:56: error: initializer expression list treated as compound expression
0_0_11628130_13186.cpp:56: error: expected `,' or `;' before '{' token
0_0_11628130_13186.cpp: In function `bool cmp(const Line&, const Line&)':
0_0_11628130_13186.cpp:62: error: 'const struct Line' has no member named 'v'
0_0_11628130_13186.cpp:62: error: 'const struct Line' has no member named 'p'
0_0_11628130_13186.cpp:62: error: 'const struct Line' has no member named 'p'
0_0_11628130_13186.cpp:62: error: `cross' cannot be used as a function
0_0_11628130_13186.cpp: At global scope:
0_0_11628130_13186.cpp:65: error: `Polygon' has not been declared
0_0_11628130_13186.cpp:66: error: ISO C++ forbids declaration of `a' with no type
0_0_11628130_13186.cpp: In function `void halfplane_intersection(Line*, int, int&)':
0_0_11628130_13186.cpp:67: error: `sort' undeclared (first use this function)
0_0_11628130_13186.cpp:67: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11628130_13186.cpp:69: error: `vector' undeclared (first use this function)
0_0_11628130_13186.cpp:69: error: expected primary-expression before '>' token
0_0_11628130_13186.cpp:69: error: `q' undeclared (first use this function)
0_0_11628130_13186.cpp:70: error: `Point' undeclared (first use this function)
0_0_11628130_13186.cpp:70: error: `p' undeclared (first use this function)
0_0_11628130_13186.cpp:74: error: `on_left' cannot be used as a function
0_0_11628130_13186.cpp:75: error: `on_left' cannot be used as a function
0_0_11628130_13186.cpp:80: error: `on_left' cannot be used as a function
0_0_11628130_13186.cpp:82: error: `assign' has not been declared
0_0_11628130_13186.cpp:82: error: request for member of non-aggregate type before '(' token
0_0_11628130_13186.cpp: At global scope:
0_0_11628130_13186.cpp:89: error: `Polygon' does not name a type
0_0_11628130_13186.cpp: In function `int main()':
0_0_11628130_13186.cpp:94: error: `scanf' undeclared (first use this function)
0_0_11628130_13186.cpp:98: error: `Point' undeclared (first use this function)
0_0_11628130_13186.cpp:98: error: `Vector' undeclared (first use this function)
0_0_11628130_13186.cpp:116: error: expected `;' before "p"
0_0_11628130_13186.cpp:117: error: expected `;' before "v"
0_0_11628130_13186.cpp:118: error: `fabs' undeclared (first use this function)
0_0_11628130_13186.cpp:118: error: `p' undeclared (first use this function)
0_0_11628130_13186.cpp:121: error: `v' undeclared (first use this function)
0_0_11628130_13186.cpp:123: error: `poly' undeclared (first use this function)
0_0_11628130_13186.cpp:130: error: `puts' undeclared (first use this function)
|