wenbao与结构体

 

 

 

 

1 struct Node{
2     int x, y, z;
3     bool operator < (const Node& a) const{
4         return x < a.x;
5     }
6 }T[maxn], W[maxn];

 

 

 1 T[i] = (Node){xx, yy, i};

 2 W[i] = (Node){xx+yy*t, yy, 0}; 

 

 

 

 

 

 

 

 

 

 

 

 

只有不断学习才能进步!

 

posted @ 2018-04-14 13:49  wenbao  阅读(84)  评论(0编辑  收藏  举报