飙风玫瑰
飙风玫瑰
全部文章
分类
题解(3)
归档
标签
去牛客网
登录
/
注册
飙风玫瑰的博客
找工作啊,啊啊啊啊啊
全部文章
(共3篇)
連續數組和為S
# -*- coding:utf-8 -*- class Solution: def FindContinuousSequence(self, tsum): # write code here &nbs...
2019-07-28
0
640
丑数
# -*- coding:utf-8 -*- class Solution: def GetUglyNumber_Solution(self, index): # write code here &nb...
2019-07-27
1
955
把数组排成最小的数字
# -*- coding:utf-8 -*- class Solution: def PrintMinNumber(self, numbers): # write code here &n...
2019-07-27
6
1159