Commit 7e520d96 by 牛家玺

批改

parent 527ea839
......@@ -46,3 +46,6 @@ while True:
elif re.findall("再见|bye|拜拜", s):
print("再见")
break
......@@ -15,7 +15,6 @@ if __name__ == '__main__':
# 通过二分查找实现 O(log2n)
def peakIndexInMountainArray(mountain):
height = len(mountain)
low = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment