We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c9ca1 commit 7728ffaCopy full SHA for 7728ffa
decode-ways/eunhwa99.java
@@ -41,4 +41,4 @@ private boolean checkRange(char left, char right) {
41
int num = leftNum * 10 + rightNum;
42
return (num >= 10 && num <= 26);
43
}
44
-}
+}
0 commit comments