240 发简信
IP属地:广东
  • c++总结

    enum 枚举enum spectrum{red, orange, yellow, green, blue, violet, indigo, u...

  • Resize,w 360,h 240
    AWS踩坑指南

    1.nones and free tier EC2 just like a computer with only an operating sy...

  • Linux Ubuntu命令

    文件 cdcd 去文件夹cd g 按tab自动补全cd g* 去文件夹cd g*4 去文件夹pwd 路径present working dir...

  • 67. Add Binary

    QuestionGiven two binary strings, return their sum (also a binary string...

  • Resize,w 360,h 240
    CodeBlocks不能调试

    1 单个文件是不能调试的,只有工程才能调试2 文件路径不要有中文,或者空格,否则断点不会停下3 setting complier中勾上:

  • 66. Plus One

    QuestionGiven a non-negative integer represented as a non-empty array of...

  • 58. Length of Last Word

    QuestionGiven a string s consists of upper/lower-case alphabets and empt...

  • 53. Maximum Subarray

    QuestionFind the contiguous subarray within an array (containing at leas...

  • 38. Count and Say

    QuestionThe count-and-say sequence is the sequence of integers with the ...