Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit06a8162

Browse files
authored
Update Solution.java
1 parent58d3ce5 commit06a8162

File tree

1 file changed

+0
-2
lines changed
  • src/main/java/g2501_2600/s2536_increment_submatrices_by_one

1 file changed

+0
-2
lines changed

‎src/main/java/g2501_2600/s2536_increment_submatrices_by_one/Solution.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public int[][] rangeAddQueries(int n, int[][] queries) {
2121
g[r2 +1][c2 +1]++;
2222
}
2323
}
24-
2524
for (inti =0;i <n;i++) {
2625
for (intj =0;j <n;j++) {
2726
if (i >0) {
@@ -35,7 +34,6 @@ public int[][] rangeAddQueries(int n, int[][] queries) {
3534
}
3635
}
3736
}
38-
3937
returng;
4038
}
4139
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp