8000 Update 2630.cpp · ingbeeedd/basic-algo-lecture@364390e · GitHub
[go: up one dir, main page]

Skip to content

Commit 364390e

Browse files
authored
Update 2630.cpp
1 parent ff32d5a commit 364390e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0x0B/solutions/2630.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ void func(int n, int r, int c)
2222
for (int j = c; j < c + n; j++) {
2323
sum += mat[i][j];
2424
}
25-
}
25+
}
2626

2727
if (sum == 0) {
2828
white += 1;

0 commit comments

Comments
 (0)
0