自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Blackkitty 's Blog

我能吞下玻璃而不伤身体。

  • 博客(5)
  • 收藏
  • 关注

原创 【VSCode】Windows下VSCode便携式c/c++环境【更新 2018.03.27】

Windows下VSCode便携式c/c++环境 ——————2018.03.27更新—————— Visual Studio Code 最新版本1.21.1 与 cpptools 最新版 0.15.0 整合的 便携版VSCode for C++ 下载链接 链接: https://pan.baidu.com/s/1jqb4dEQ8FBNUD8XilmWzDw 密码: 6s...

2016-08-01 10:34:56 83975 28

原创 【题解】QDUOJ.94.ltwy的比特绷板键盘

题目: https://qduoj.com/problem/94/主要考察模拟2进制的置位和复位,其中有些细节需要注意:i的范围是[1,32768],也就是说输出结果的范围是[0, 2^32767], 所以只用一个整型变量存储是不行的,要用数组模拟大数。对于”调皮的操作”,需要考虑的全面一些,诸如: pRint printf set 1 1 reset 1i p

2016-08-13 19:59:54 1916

原创 【题解】Leetcode.241.Different Ways to Add Parentheses

Given a string of numbers and operators, return all possible results from computing all the different possible ways to group numbers and operators. The valid operators are +, - and *. Exampl

2016-08-05 23:13:41 608

原创 【题解】Leetcode.78.Subsets

Describe Given a set of distinct integers, nums, return all possible subsets. Note: The solution set must not contain duplicate subsets. For example, If nums = [1,2,3], a solution is: [ [3

2016-08-04 22:18:40 694

转载 【题解】Leetcode.319.Bulb Switcher

Describe: There are n bulbs that are initially off. You first turn on all the bulbs. Then, you turn off every second bulb. On the third round, you toggle every third bulb (turning on if it’

2016-08-04 00:22:12 744

空空如也

空空如也

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

TA关注的人

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