0_0_1785016_5084.cpp: In function `int tubao()':
0_0_1785016_5084.cpp:33: error: conversion from `point*' to non-scalar type `point' requested
0_0_1785016_5084.cpp:38: error: no match for 'operator=' in 'result[cur] = P'
0_0_1785016_5084.cpp:3: note: candidates are: point& point::operator=(const point&)
0_0_1785016_5084.cpp: In function `int main()':
0_0_1785016_5084.cpp:53: error: request for member `x' in `P', which is of non-class type `point[35]'
0_0_1785016_5084.cpp:53: error: request for member `y' in `P', which is of non-class type `point[35]'
0_0_1785016_5084.cpp:54: error: request for member `x' in `P', which is of non-class type `point[35]'
0_0_1785016_5084.cpp:56: error: request for member `x' in `P', which is of non-class type `point[35]'
0_0_1785016_5084.cpp:57: error: request for member `y' in `P', which is of non-class type `point[35]'
0_0_1785016_5084.cpp:60: error: request for member `x' in `P', which is of non-class type `point[35]'
0_0_1785016_5084.cpp:60: error: request for member `y' in `P', which is of non-class type `point[35]'
0_0_1785016_5084.cpp:62: error: request for member `x' in `P', which is of non-class type `point[35]'
0_0_1785016_5084.cpp:63: error: request for member `y' in `P', which is of non-class type `point[35]'
0_0_1785016_5084.cpp:69: error: incompatible types in assignment of `point' to `point[35]'
0_0_1785016_5084.cpp:70: error: incompatible types in assignment of `point' to `point[35]'
0_0_1785016_5084.cpp:81: error: request for member `x' in `M', which is of non-class type `point[35]'
0_0_1785016_5084.cpp:81: error: request for member `y' in `M', which is of non-class type `point[35]'
0_0_1785016_5084.cpp:86: error: request for member `x' in `M', which is of non-class type `point[35]'
0_0_1785016_5084.cpp:86: error: request for member `y' in `M', which is of non-class type `point[35]'
|