摘要:
Leetcode Google VIP Plus Dynamic Programming Medium Problems 276 Paint Fence Question: You are painting a fence of n posts with k different colors.You 阅读全文
摘要:
Scanner import java.util.*; class Solution{ public static void main(String[] args) { /** At first Scanner是一个扫描器,我们录取到键盘的数据,先存到缓存区等待读取。 next() 遇到任何一个空白 阅读全文