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

Commitb0f0467

Browse files
committed
Fixed readme.
1 parent03eb49b commitb0f0467

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/g0701_0800/s0749_contain_virus

1 file changed

+1
-1
lines changed

‎src/main/java/g0701_0800/s0749_contain_virus/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import java.util.Set;
5858
publicclassSolution {
5959
privateint m;
6060
privateint n;
61-
privatefinalint[][] dirs= {{-1,0}, {1,0}, {0,1}, {0,-1}};
61+
privatefinalint[][] dirs= {{-1,0}, {1,0}, {0,1}, {0,-1}};
6262

6363
publicintcontainVirus(int[][]grid) {
6464
m= grid.length;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp