mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-01-26 18:20:27 +08:00
国外版
This commit is contained in:
parent
4a83e940d3
commit
44cb2b9989
@ -120,9 +120,8 @@ def main():
|
|||||||
|
|
||||||
|
|
||||||
if __name__=='__main__':
|
if __name__=='__main__':
|
||||||
if os.path.exists("算法题"):
|
folderName = "算法题(国外版)"
|
||||||
os.chdir("算法题")
|
if not os.path.exists(folderName):
|
||||||
else:
|
os.mkdir(folderName)
|
||||||
os.mkdir("算法题")
|
os.chdir(folderName)
|
||||||
os.chdir("算法题")
|
|
||||||
main()
|
main()
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user