法拉利201903231900848
法拉利201903231900848
全部文章
分类
学习笔记(9)
读书笔记(1)
资源(1)
题解(75)
归档
标签
去牛客网
登录
/
注册
法拉利201903231900848的博客
Talk is cheap. Show me the code.
全部文章
(共86篇)
输出7有关数字的个数,包括7的倍数,还有包含7的数字
while True: try: N=int(input())  ...
2019-08-18
0
1252
NOC产品部-杨辉三角的变形
while True: try: n=int(input())  ...
2019-08-18
15
3032
计算字符串的距离
#include <iostream> #include <vector> #include <string> using namespace std; int calStringDistance&nbs...
2019-08-18
0
984
输出单向链表中倒数第k个结点
while True: try: n=int(input())  ...
2019-08-18
1
950
四则运算
while True: try: s=input() &nbs...
2019-08-18
41
3069
字符串加解密
while True: try: a=input() &nbs...
2019-08-15
4
902
查找兄弟单词
#python3 #python3 from collections import defaultdict while True: try: #defaultdict主要用来需要对val...
2019-08-15
1
1113
尼科彻斯定理
while True: try: n=int(input())  ...
2019-08-15
10
1475
求小球落地5次后所经历的路程和第5次反弹的高度
#很简单的一道题,但就是输出的精度.........囧! while True: try: n=int(input()) ...
2019-08-14
2
1183
统计每个月兔子的总数
#斐波那契数列(不要用递归,容易内存超限) while True: try: n=int(input()) &...
2019-08-14
10
1160
首页
上一页
1
2
3
4
5
6
7
8
9
下一页
末页