struct node
{
    ll a, b;
    
    bool operator< (const node &c)const{
        return a < c.a;
    }
}pre[eps];

 

相关文章:

  • 2021-11-25
  • 2022-12-23
  • 2021-06-12
  • 2021-07-30
  • 2021-08-28
  • 2022-12-23
  • 2021-12-08
  • 2021-10-08
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案