会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
pengge666
博客园
首页
新随笔
联系
订阅
管理
2022年2月20日
第 72 场双周赛【5999. 统计数组中好三元组数目:树状数组+等价转换】
摘要: 1 class Solution { 2 public: 3 int countPairs(vector<int>& nums, int k) { 4 int s=0; 5 for(int i=0;i<nums.size();i++){ 6 for(int j=i+1;j<nums.size();j
阅读全文
posted @ 2022-02-20 22:36 pengge666
阅读(35)
评论(0)
推荐(0)
编辑
公告