摘要: 蓝桥杯题目:能量项链 题目链接:https://www.dotcpp.com/oj/problem1255.html(这是一个蓝桥杯的题目) 下面是我的两个代码: 1、链表模拟: 1 #include<cstdio> 2 #include<cstring> 3 #include<malloc.h> 阅读全文
posted @ 2020-03-05 19:18 SavenNeer 阅读(167) 评论(0) 推荐(0) 编辑
摘要: C++ STL编译报错:error: error passing 'const' as 'this' argument 用C++ STL(标准模板库)编写仿函数的时候,编译报错:error: passing 'const FindNameOrAddress' as 'this' argument o 阅读全文
posted @ 2020-03-05 19:11 SavenNeer 阅读(370) 评论(0) 推荐(0) 编辑