Commit 7e520d96 by 牛家玺

批改

parent 527ea839
...@@ -46,3 +46,6 @@ while True: ...@@ -46,3 +46,6 @@ while True:
elif re.findall("再见|bye|拜拜", s): elif re.findall("再见|bye|拜拜", s):
print("再见") print("再见")
break break
...@@ -15,7 +15,6 @@ if __name__ == '__main__': ...@@ -15,7 +15,6 @@ if __name__ == '__main__':
# 通过二分查找实现 O(log2n) # 通过二分查找实现 O(log2n)
def peakIndexInMountainArray(mountain): def peakIndexInMountainArray(mountain):
height = len(mountain) height = len(mountain)
low = 0 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