热门

最新

红包

立Flag

投票

同城

我的

发布
weixin_45685286
weixin_45685286
5 年前
trueweixin_45685286

【ICC】icc基本使用步骤(转载)(初稿)

CSDN App 扫码分享
分享
评论
点赞
打赏
  • 复制链接
  • 举报
下一条:
今天你刷题了吗???class Solution {public:    bool isRectangleOverlap(vector<int>& rec1, vector<int>& rec2) {        return !(rec1[2] <= rec2[0] or rec1[3] <= rec2[1] or rec1[0] >= rec2[2] or rec1[1] >= rec2[3]);        }};
立即登录