zl程序教程

您现在的位置是:首页 >  其它

当前栏目

error: no match for ‘operator<‘ (operand types are ‘Interval‘ and ‘Interval‘)(sort函数出错(不能省略第三个参数))

函数 Error for 参数 and 不能 No 出错
2023-09-14 09:07:07 时间
struct Interval {
   
    int start;
    int end;
    Interval(int s, int e) : start(start), end