class Solution { enum class RomanInt(val value: Int) { I(1), V(5), X(10), L(50), C(100), D(500), M(1000), UNKNOWN(0) } fun Char.
確定! 回上一頁