题解列表
蓝桥杯2014年第五届真题-地宫取宝 记忆化搜索
摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"usingnamespacestd;#definell&nb……
测试数据是不是有问题?明明是非空集合,却要判断空集为0的情况。
摘要:```#include #include #include #define int long long using namespace std;const int N ……
字符串反转C语言题解
摘要:解题思路:使用字符串函数strlen获得字符串长度注意事项:记得加上预处理命令#include<string.h>参考代码:#include<stdio.h>#include ……