We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8353ae7 commit 3d9c465Copy full SHA for 3d9c465
src/week02/haemin/PG_81301.java
@@ -6,7 +6,7 @@ class Solution {
6
7
private static HashMap<String, String> map = new HashMap<>();
8
9
- public int solution(String s) {
+ public int solution1(String s) {
10
// map 구성
11
map.put("zero", "0");
12
map.put("one", "1");
0 commit comments