摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/12419542.html 1.分糖果(力扣57min) 题目链接:https://leetcode-cn.com/problems/distribute-candies-to-people/submissio 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/12409829.html 骨牌铺方格(65min) 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2046 Problem Description 在2×n的一 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/12401693.html find your present (2)(41min) 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2095 Problem De 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/12395220.html 1.算菜价(22min) 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2090 Problem Description 妈妈每天都要 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/12388787.html 小明A+B(23min) 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2096 Problem Description 小明今年3岁 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/12384918.html 分拆素数和(28min) 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2098 Problem Description 把一个偶数拆 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/12380402.html 选课时间(150min) 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2079 Problem Description 又到了选课的 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/12373817.html 今年暑假不AC(72min) 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2037 Problem Description “今年暑 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/12368569.html Lowest Common Multiple Plus(73min) 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2028 Prob 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/12364536.html 问题表述:英文字母大小写转换时,c=c-32和c-=32不一样? 正确代码如下: import java.util.Scanner; public class Hello { pub 阅读全文