Skip to content

Latest commit

 

History

History

0500.keyboard-row

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

0500. 键盘行

解法 1 (map.js)

非常简单的解法, 把键盘每个字母在哪行记在 map 里, 然后遍历入参就好了.

成绩