|
| 1 | +PS F:\OtherApps\Program\Git\Store\Store20_LeetCode> git pull origin master |
| 2 | +remote: Enumerating objects: 35, done. |
| 3 | +remote: Counting objects: 100% (35/35), done. |
| 4 | +remote: Compressing objects: 100% (17/17), done. |
| 5 | +remote: Total 26 (delta 9), reused 25 (delta 9), pack-reused 0 (from 0) |
| 6 | +Unpacking objects: 100% (26/26), 19.92 KiB | 4.00 KiB/s, done. |
| 7 | +From github.com:LetMeFly666/LeetCode |
| 8 | + * branch master -> FETCH_HEAD |
| 9 | + 9e41c9485..6cb55b4a4 master -> origin/master |
| 10 | +Updating 9e41c9485..6cb55b4a4 |
| 11 | +Fast-forward |
| 12 | + ...-the-count-of-numbers-which-are-not-special.cpp | 104 +++++++ |
| 13 | + Codes/3238-find-the-number-of-winning-players.cpp | 58 ++++ |
| 14 | + Codes/3238-find-the-number-of-winning-players.go | 26 ++ |
| 15 | + Codes/3238-find-the-number-of-winning-players.java | 24 ++ |
| 16 | + Codes/3238-find-the-number-of-winning-players.py | 14 + |
| 17 | + KongMingQi.cpp | 3 +- |
| 18 | + README.md | 4 +- |
| 19 | + Solutions/LeetCode 3238.求出胜利玩家的数目.md | 176 ++++++++++++ |
| 20 | + Solutions/Other-English-LearningNotes-SomeWords.md | 9 +- |
| 21 | + Solutions/Other-Japanese-LearningNotes.md | 9 +- |
| 22 | + Solutions/Other-Python-LearnPythonFrom0.md | 100 +++++++ |
| 23 | + Solutions/Other-Verilog-Note.md | 2 + |
| 24 | + history.del.html | 67 +++++ |
| 25 | + history.del.ipynb | 238 ++++++++++++++++ |
| 26 | + history.del.js | 68 +++++ |
| 27 | + history.del2.js | 42 +++ |
| 28 | + history.stillNeedREADME.del-视频压制.py | 305 +++++++++++++++++++++ |
| 29 | + tryGo/JSFUZZ.bash | 19 -- |
| 30 | + tryGo/chat-6yggde35y.bash | 118 -------- |
| 31 | + temp-PythonTeaching.md => tryGo/temp-ZuiJin.md | 0 |
| 32 | + tryGo/temp.2.html | 37 +++ |
| 33 | + tryGo/temp.cssJianBian.html | 40 +++ |
| 34 | + tryGo/tryEasyX.cpp | 17 -- |
| 35 | + 24 files changed, 1381 insertions(+), 158 deletions(-) |
| 36 | + create mode 100644 Codes/3233-find-the-count-of-numbers-which-are-not-special.cpp |
| 37 | + create mode 100644 Codes/3238-find-the-number-of-winning-players.cpp |
| 38 | + create mode 100644 Codes/3238-find-the-number-of-winning-players.go |
| 39 | + create mode 100644 Codes/3238-find-the-number-of-winning-players.java |
| 40 | + create mode 100644 Codes/3238-find-the-number-of-winning-players.py |
| 41 | + create mode 100644 Solutions/LeetCode 3238.求出胜利玩家的数目.md |
| 42 | + create mode 100644 Solutions/Other-Python-LearnPythonFrom0.md |
| 43 | + create mode 100644 history.del.html |
| 44 | + create mode 100644 history.del.ipynb |
| 45 | + create mode 100644 history.del.js |
| 46 | + create mode 100644 history.del2.js |
| 47 | + create mode 100644 history.stillNeedREADME.del-视频压制.py |
| 48 | + delete mode 100644 tryGo/JSFUZZ.bash |
| 49 | + delete mode 100644 tryGo/chat-6yggde35y.bash |
| 50 | + rename temp-PythonTeaching.md => tryGo/temp-ZuiJin.md (100%) |
| 51 | + create mode 100644 tryGo/temp.2.html |
| 52 | + create mode 100644 tryGo/temp.cssJianBian.html |
| 53 | + delete mode 100644 tryGo/tryEasyX.cpp |
| 54 | + create mode 100644 tryGo/tt.3.html |
| 55 | +PS F:\OtherApps\Program\Git\Store\Store20_LeetCode> cls^C |
| 56 | +PS F:\OtherApps\Program\Git\Store\Store20_LeetCode> git pull origin master |
| 57 | +remote: Enumerating objects: 30, done. |
| 58 | +remote: Counting objects: 100% (30/30), done. |
| 59 | +remote: Compressing objects: 100% (18/18), done. |
| 60 | +remote: Total 30 (delta 12), reused 29 (delta 12), pack-reused 0 (from 0) |
| 61 | +Unpacking objects: 100% (30/30), 46.26 KiB | 19.00 KiB/s, done. |
| 62 | +From github.com:LetMeFly666/LeetCode |
| 63 | + * branch master -> FETCH_HEAD |
| 64 | + 6cb55b4a4..37a4490d3 master -> origin/master |
| 65 | +Updating 6cb55b4a4..37a4490d3 |
| 66 | +Fast-forward |
| 67 | + .gitignore | 1 + |
| 68 | + ...allest-range-covering-elements-from-k-lists.cpp | 174 +++ |
| 69 | + KongMingQi.cpp | 1287 -------------------- |
| 70 | + README.md | 1 + |
| 71 | + Solutions/LeetCode 0632.最小区间.md | 109 ++ |
| 72 | + Solutions/Other-English-LearningNotes-SomeWords.md | 3 + |
| 73 | + Solutions/Other-Japanese-LearningNotes.md | 1 + |
| 74 | + Solutions/Other-Python-LearnPythonFrom0.md | 50 +- |
| 75 | + history.del.html | 67 - |
| 76 | + history.del.ipynb | 238 ---- |
| 77 | + history.del.js | 68 -- |
| 78 | + history.del2.js | 42 - |
| 79 | + history.stillNeedREADME.del-视频压制.py | 305 ----- |
| 80 | + tryGo/.gitkeep | 2 - |
| 81 | + tryGo/temp.2.html | 37 - |
| 82 | + tryGo/temp.cssJianBian.html | 40 - |
| 83 | + tryGo/tt.3.html | 59 - |
| 84 | + tryGoPy/.gitkeep | 2 + |
| 85 | + {tryGo => tryGoPy}/OUT.md | 16 +- |
| 86 | + tryGoPy/py1/README.md | 13 + |
| 87 | + tryGoPy/py1/a.py | 8 + |
| 88 | + tryGoPy/py1/b.py | 10 + |
| 89 | + tryGo/temp-ZuiJin.md => tryGoPy/最近.md | 0 |
| 90 | + {tryGo => tryGoPy}/本周周报.md | 34 +- |
| 91 | + 24 files changed, 394 insertions(+), 2173 deletions(-) |
| 92 | + create mode 100644 Codes/0632-smallest-range-covering-elements-from-k-lists.cpp |
| 93 | + delete mode 100644 KongMingQi.cpp |
| 94 | + create mode 100644 Solutions/LeetCode 0632.最小区间.md |
| 95 | + delete mode 100644 history.del.html |
| 96 | + delete mode 100644 history.del.ipynb |
| 97 | + delete mode 100644 history.del.js |
| 98 | + delete mode 100644 history.del2.js |
| 99 | + delete mode 100644 history.stillNeedREADME.del-视频压制.py |
| 100 | + delete mode 100644 tryGo/.gitkeep |
| 101 | + delete mode 100644 tryGo/temp.2.html |
| 102 | + delete mode 100644 tryGo/temp.cssJianBian.html |
| 103 | + delete mode 100644 tryGo/tt.3.html |
| 104 | + create mode 100644 tryGoPy/.gitkeep |
| 105 | + rename {tryGo => tryGoPy}/OUT.md (86%) |
| 106 | + create mode 100644 tryGoPy/py1/README.md |
| 107 | + create mode 100644 tryGoPy/py1/a.py |
| 108 | + create mode 100644 tryGoPy/py1/b.py |
| 109 | + rename tryGo/temp-ZuiJin.md => tryGoPy/最近.md (100%) |
| 110 | + rename {tryGo => tryGoPy}/本周周报.md (92%) |
| 111 | +PS F:\OtherApps\Program\Git\Store\Store20_LeetCode> |
0 commit comments