题目地址:https://www.nowcoder.com/pat/6/problem/4040 题意:模拟题,循环找相同的字母,但是注意题目的坑 1 /** 2 * 3 *作者:Ycute 4 *时间:2019-11-14-20.12.04 5 *题目题意简单描述:遍历 6 */ 7 8 9 #i Read More
posted @ 2019-11-14 21:22
LifeRunningError
Views(121)
Comments(0)
Diggs(0)
题目地址:https://www.nowcoder.com/pat/6/problem/4043 题解:遍历大数,边除边输出,最后得到余数输出即可 1 /** 2 * 3 *作者:Ycute 4 *时间:2019-11-14-19.31.22 5 *题目题解简单描述:遍历相除就好了 6 */ 7 8 Read More
posted @ 2019-11-14 20:07
LifeRunningError
Views(100)
Comments(0)
Diggs(0)