2019年3月17日
摘要: 头文件wuyong.h: #pragma once #include<iostream> #include<vector> #include<deque> #include<algorithm> #include<string> using namespace std; class Player { 阅读全文
posted @ 2019-03-17 21:42 一杯明月 阅读(395) 评论(0) 推荐(0)
摘要: 直接上代码,一调试,一切就明白: 直接在源文件中实现,源文件的名字随便取: #include<iostream> using namespace std; int mycount(int* start ,int* end, int val)//算法,负责统计某个容器中某个元素出现的个数 { int 阅读全文
posted @ 2019-03-17 09:45 一杯明月 阅读(267) 评论(0) 推荐(0)