字符串的反码 (C++代码) 摘要:#include <iostream> #include <stdio.h> #include <cstring> #include <string> #include <algorithm>…… 题解列表 2018年08月24日 0 点赞 0 评论 1223 浏览 评分:5.7
蓝桥杯算法训练VIP-暗恋 (C++代码) 摘要:#include <iostream> #include <stdio.h> #include <cstring> #include <string> #include <algorithm>…… 题解列表 2018年08月24日 0 点赞 0 评论 1471 浏览 评分:7.0
三角形 (C++代码)(DP) 摘要:#include <iostream> #include <stdio.h> #include <cstring> #include <algorithm> #include <cmath>…… 题解列表 2018年08月23日 0 点赞 0 评论 867 浏览 评分:0.0
三角形 (C++代码)(递归+记忆化搜索) 摘要:#include <iostream> #include <stdio.h> #include <cstring> #include <algorithm> #include <cmath>…… 题解列表 2018年08月23日 0 点赞 0 评论 1446 浏览 评分:0.0
蓝桥杯算法提高VIP-铺地毯 (C++代码) 摘要:#include <iostream> #include <stdio.h> #include <string> #include <cstring> #include <map> usin…… 题解列表 2018年08月23日 0 点赞 0 评论 1199 浏览 评分:0.0
P1002 (C++代码) 摘要:#include<iostream> #include<stdio.h> #include<cmath> #include<algorithm> #include<string> using…… 题解列表 2018年08月23日 0 点赞 0 评论 1091 浏览 评分:0.0
文科生的悲哀 (C++代码) 摘要:解题思路: 斐波那契数列#include<bits/stdc++.h> using namespace std; typedef long long ll; int main()…… 题解列表 2018年08月23日 0 点赞 0 评论 1528 浏览 评分:9.9
排列 (C++代码) 摘要:#include<stdio.h> #include<iostream> #include<string> #include<algorithm> #include<cmath> using…… 题解列表 2018年08月22日 0 点赞 0 评论 1114 浏览 评分:0.0
生日日数 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int a[12]={31,28,31,30,31,30,3…… 题解列表 2018年08月22日 0 点赞 0 评论 1589 浏览 评分:0.0