Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyLTY committed Jun 21, 2024
1 parent 11c9c20 commit a7776cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Empty file added day1/新建 Markdown.md
Empty file.
13 changes: 7 additions & 6 deletions day10/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ class Solution {
};

int main() {
vector<vector<int>> v = {{1,2,3}, {1,1,3}, {1,2,3}};
Solution solution;
vector<int> re = solution.smallestRange(v);
for (int i : re) {
cout << i << " ";
}
// vector<vector<int>> v = {{1,2,3}, {1,1,3}, {1,2,3}};
// Solution solution;
// vector<int> re = solution.smallestRange(v);
// for (int i : re) {
// cout << i << " ";
// }
char *a = "ss";
return 0;
}

0 comments on commit a7776cd

Please # to comment.