leetcode14题解
leetcode13
描述
Write a function to find the longest common prefix string amongst an array of strings.
If there is no common prefix, return an em...
Write a function to find the longest common prefix string amongst an array of strings.
If there is no common prefix, return an em...
Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M.
Symbol Value I 1 V 5 X 10 L 5...
Seven different symbols represent Roman numerals with the following values:
Symbol Value I 1 V 5 X 10 L 50 C 100 D 500 M 1000 Roman numerals are formed by appending ...