Thanks to visit codestin.com Credit goes to github.com
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 4981f7b commit 9bc3aabCopy full SHA for 9bc3aab
src/com/blankj/easy/_013/Solution.java
@@ -36,6 +36,6 @@ public int romanToInt(String s) {
36
public static void main(String[] args) {
37
Solution solution = new Solution();
38
System.out.println(solution.romanToInt("DCXXI"));// 621
39
- System.out.println(solution.romanToInt("CCCXLVIII"));// 384
+ System.out.println(solution.romanToInt("CCCXLVIII"));// 348
40
}
41
0 commit comments