Skip to content

Commit 48b4b8e

Browse files
committed
1u
1 parent ea235a9 commit 48b4b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/1.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ long p1(const auto &input) {
1616
}
1717

1818
long p2(const auto &input) {
19-
std::vector<long> m;
19+
std::vector<long> m{};
2020
long c{0};
2121
for (const auto &l : input) {
2222
if (l.empty()) {

0 commit comments

Comments
 (0)