会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
五岁就很帅🎈
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2020年11月23日
Leetcode1 - 10
摘要: 1. 两数之和 class Solution { public: vector<int> twoSum(vector<int>& nums, int target) { vector<int> v; for(int i = 0;i < nums.size();i++){ for(int j = i;
阅读全文
posted @ 2020-11-23 12:42 五岁就很帅🎈
阅读(75)
评论(0)
推荐(0)
2020年11月20日
程序模板
摘要: #include<bits/stdc++.h> using namespace std; typedef long long ll; typedef unsigned long long ull; typedef pair<int,int> pii; #define max(x,y) ((x) >
阅读全文
posted @ 2020-11-20 12:19 五岁就很帅🎈
阅读(175)
评论(0)
推荐(0)
上一页
1
2
公告