法拉利201903231900848
法拉利201903231900848
全部文章
题解
学习笔记(9)
读书笔记(1)
资源(1)
归档
标签
去牛客网
登录
/
注册
法拉利201903231900848的博客
Talk is cheap. Show me the code.
全部文章
/ 题解
(共75篇)
找出字符串中第一个只出现一次的字符(题面已经更新)
while True: try: s=input() &nbs...
2019-08-20
6
1160
输入n个整数,输出其中最小的k个
while True: try: [n1,n2]=[int(i) for i in input().spl...
2019-08-20
7
1330
高精度整数加法
//大神的解法,MARK一下 #include<iostream> #include<cstring> using namespace std; int main() { char str...
2019-08-20
4
1605
完全数计算
#include <iostream> using namespace std; int main(){ int n; while(cin&n...
2019-08-20
9
1179
从单向链表中删除指定值的节点
while True: try: s=input().split() &n...
2019-08-19
6
895
按字节截取字符串
#python好秀 while True: try: s,n=input().split() &n...
2019-08-19
1
1519
名字的漂亮度
#其实就是计算出各个字母出现的次数,出现次数最多的字母的“漂亮度”最大(26),后面按次数依次递减 while True: try: n=int(...
2019-08-19
16
1945
迷宫问题
//Mark一下大神的解法 #include<iostream> #include<vector> using namespace std; int N, M; //分别代表行和列 vector<vecto...
2019-08-19
0
944
学英语
#有些地方还有些迷糊,先MARK一下 def dps(n): m1 = 'one,two,three,four,five,six,seven,eight,nine,ten,eleven,twelve,thirteen,fo...
2019-08-19
9
1596
称砝码
#python2 while True: try: n=int(input()) &n...
2019-08-19
6
1164
首页
上一页
1
2
3
4
5
6
7
8
下一页
末页