摘要: 注意sort时,自定义函数要加引用 lower_bound用set自己的 set是用红黑树存的,所以lower_bound时会用自己的结构查找 class Solution { public: struct node { int x, y; bool operator < (const node b 阅读全文
posted @ 2021-11-17 23:00 WTSRUVF 阅读(22) 评论(0) 推荐(0) 编辑