0_0_38141836_16567.cpp:6:1: error: 'Vector' does not name a type
Vector<Point> polygon;
^
0_0_38141836_16567.cpp:8:11: error: '::main' must return 'int'
void main(){
^
0_0_38141836_16567.cpp: In function 'int main()':
0_0_38141836_16567.cpp:9:23: error: 'n' was not declared in this scope
while(~scanf("%d",&n)){
^
0_0_38141836_16567.cpp:14:12: error: 'polygon' was not declared in this scope
polygon.push_back(p);
^
0_0_38141836_16567.cpp:16:14: error: 'm' was not declared in this scope
while(m>0){
^
0_0_38141836_16567.cpp:20:1: error: expected '}' at end of input
}
^
|