自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 Leetcode15 3Sum(C++)

Leetcode15 3Sum(C++)文章目录Leetcode15 3Sum(C++)题目论述思考分析code(c++)题目论述链接:Leetcode15 3Sum概述:Given an array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all ...

2018-09-30 22:22:37 644

原创 Leetcode11 Container With Most Water

Leetcode11: Container With Most Water文章目录Leetcode11: Container With Most Water题目论述思考分析code(c++)题目论述链接:Leetcode11: Container With Most Water概述:Given n non-negative integers a1,a2,...,ana_1, a_...

2018-09-24 00:07:01 293

原创 Python2.7中文注释报错的解决方案

在代码文件的第一行或者第二行加入: # coding: utf-8

2018-09-02 18:07:28 1352

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除