简单粗暴的COUT!!!1803题-汪汪的表白-题解(C++代码) #includeusingnamespacestd;intfun(){cout 题解列表 2019年08月15日 0 点赞 0 评论 2014 浏览 评分:9.9
汪汪斗恶龙-题解(C++代码) #C++描述##代码-####代码块```cpp#includeusingnamespacestd;classrole{//创建角色类public:inthealth;intattack;intjingyanzhi;intjingyan;voidshengji();};voidrole::shengj 题解列表 2019年08月15日 0 点赞 0 评论 1211 浏览 评分:9.9
考试排名-题解(C语言代码) ```c#include#include#includetypedefstructBSTree*BST;//定义排序数structBSTree{charname[15];intAC;inttime;BSTLeft,Right;};BSTInsert(BSTT, 题解列表 2019年08月16日 0 点赞 0 评论 1691 浏览 评分:9.9
[编程入门]结构体之时间设计-题解(C语言代码) ````c/*定义一个结构体变量(包括年、月、日)。计算该日在本年中是第几天,注意闰年问题。输入年月日输出当年第几天样例输入20001231样例输出366*/#includestructDate{intyear;intmonth;intday;};structDatedate;intmain(){in 题解列表 2019年08月16日 0 点赞 5 评论 2255 浏览 评分:9.9
超短代码,你值得拥有!!!第36届ACM亚洲区大连站网络赛The kth great number-题解(C++代码) 摘要: #include using namespace std; int main() { int n,k; while(cin>>n>>k) …… 题解列表 2019年08月17日 0 点赞 0 评论 1811 浏览 评分:9.9
小O的乘积-题解(C语言代码) ```c/*先排序,在根据a[0]和a[n-1]的符号判断选择什么方案*/#include#includeintbijiao(constvoid*a,constvoid*b)//定义qsort的排序方式(小到大){return*(int*)a-*(int*)b;}intmain(){intn, 题解列表 2019年08月18日 0 点赞 0 评论 1478 浏览 评分:9.9
map实战!!!2067题-[STL训练]百步穿杨-题解(C++代码) 摘要: #include//#include using namespace std; void fun(int x) { for(int i=x;i>0;i…… 题解列表 2019年08月18日 0 点赞 0 评论 1666 浏览 评分:9.9
multiset解决问题!!!2068题-[STL训练]Ignatius and the Princess IV -题解(C++代码) 摘要: #include using namespace std; int main() { int n; while(cin>>n) …… 题解列表 2019年08月18日 0 点赞 0 评论 1520 浏览 评分:9.9
multiset中的count统计!!!2069题-[STL训练]Let the Balloon Rise-题解(C++代码) 摘要: #include using namespace std; int main() { int n; while(cin>>n) …… 题解列表 2019年08月18日 0 点赞 0 评论 1571 浏览 评分:9.9
超短精炼代码!!!2070题-[STL训练]Mispelling4-题解(C++代码) Mispelling4Mispelling4#include#includeusingnamespacestd;intmain(){intt;inti=0;cin>>t;while(t--){i++;intn;cin>>n;strings;cin>>s;s.erase(n-1,1);cout 题解列表 2019年08月18日 0 点赞 0 评论 1258 浏览 评分:9.9