diff --git "a/day1/\346\226\260\345\273\272 Markdown.md" "b/day1/\346\226\260\345\273\272 Markdown.md" new file mode 100644 index 0000000..e69de29 diff --git a/day10/main.cpp b/day10/main.cpp index dba1c04..87b5735 100644 --- a/day10/main.cpp +++ b/day10/main.cpp @@ -46,11 +46,12 @@ class Solution { }; int main() { - vector> v = {{1,2,3}, {1,1,3}, {1,2,3}}; - Solution solution; - vector re = solution.smallestRange(v); - for (int i : re) { - cout << i << " "; - } +// vector> v = {{1,2,3}, {1,1,3}, {1,2,3}}; +// Solution solution; +// vector re = solution.smallestRange(v); +// for (int i : re) { +// cout << i << " "; +// } + char *a = "ss"; return 0; }