Skip to content

Commit 1d1a7a1

Browse files
heshuyuelabuladong
authored andcommitted
update solution_code.md
1 parent 0da6679 commit 1d1a7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

多语言解法代码/solution_code.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54629,7 +54629,7 @@ public:
5462954629
}
5463054630
// 然后反转二维矩阵的每一行
5463154631
for (auto& row : matrix) {
54632-
reverse(row.begin(), row.end());
54632+
::reverse(row.begin(), row.end());
5463354633
}
5463454634
}
5463554635

0 commit comments

Comments
 (0)