简单粗暴的COUT!!!1803题-汪汪的表白-题解(C++代码) 摘要: #include using namespace std; int fun() { cout…… 题解列表 2019年08月15日 0 点赞 0 评论 1404 浏览 评分:9.9
汪汪斗恶龙-题解(C++代码) 摘要:# C++描述 ## 代码 - #### 代码块 ```cpp #include using namespace std; class role {//创建角色类 …… 题解列表 2019年08月15日 0 点赞 0 评论 797 浏览 评分:9.9
考试排名-题解(C语言代码) 摘要:```c #include #include #include typedef struct BSTree *BST; //定义排序数 struct BSTree{ char nam…… 题解列表 2019年08月16日 0 点赞 0 评论 1026 浏览 评分:9.9
[编程入门]结构体之时间设计-题解(C语言代码) 摘要:````c /*定义一个结构体变量(包括年、月、日)。计算该日在本年中是第几天,注意闰年问题。 输入 年月日 输出 当年第几天 样例输入 2000 12 31 样例输出 366 …… 题解列表 2019年08月16日 0 点赞 5 评论 1904 浏览 评分: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 评论 1110 浏览 评分:9.9
小O的乘积-题解(C语言代码) 摘要:```c /*先排序,在根据a[0]和a[n-1]的符号判断选择什么方案*/ #include #include int bijiao(const void *a,const void *…… 题解列表 2019年08月18日 0 点赞 0 评论 690 浏览 评分: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 评论 1122 浏览 评分: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 评论 899 浏览 评分: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 评论 932 浏览 评分:9.9
超短精炼代码!!!2070题-[STL训练]Mispelling4-题解(C++代码) 摘要:Mispelling4Mispelling4 #include #include using namespace std; int main() { …… 题解列表 2019年08月18日 0 点赞 0 评论 669 浏览 评分:9.9