比较简单易上手(C++代码) 摘要: #include using namespace std; class Date { private: int year; …… 题解列表 2019年08月14日 0 点赞 0 评论 1658 浏览 评分:9.9
简明易懂,活学活用(C++代码) 摘要: #include using namespace std; class Time { private: int h; …… 题解列表 2019年08月14日 0 点赞 0 评论 942 浏览 评分:9.9
元素配对-题解(C语言代码) 摘要: #include #include #include void fun(int a[],int n) { int i,j,t; …… 题解列表 2019年08月14日 0 点赞 0 评论 840 浏览 评分:9.9
汪汪斗恶龙 (C++代码) 摘要:# 法一 #include using namespace std; int main() { int a,b,c; int ca[105],…… 题解列表 2019年08月14日 0 点赞 0 评论 1060 浏览 评分:9.9
简明易懂题解!!!1802题-汪汪的暗恋-题解(C++代码) 摘要: #include using namespace std; int fun(int n) { string str; while(n>0)…… 题解列表 2019年08月15日 0 点赞 0 评论 658 浏览 评分:9.9
简单粗暴的COUT!!!1803题-汪汪的表白-题解(C++代码) 摘要: #include using namespace std; int fun() { cout…… 题解列表 2019年08月15日 0 点赞 0 评论 1385 浏览 评分:9.9
汪汪斗恶龙-题解(C++代码) 摘要:# C++描述 ## 代码 - #### 代码块 ```cpp #include using namespace std; class role {//创建角色类 …… 题解列表 2019年08月15日 0 点赞 0 评论 769 浏览 评分:9.9
考试排名-题解(C语言代码) 摘要:```c #include #include #include typedef struct BSTree *BST; //定义排序数 struct BSTree{ char nam…… 题解列表 2019年08月16日 0 点赞 0 评论 1000 浏览 评分:9.9
[编程入门]结构体之时间设计-题解(C语言代码) 摘要:````c /*定义一个结构体变量(包括年、月、日)。计算该日在本年中是第几天,注意闰年问题。 输入 年月日 输出 当年第几天 样例输入 2000 12 31 样例输出 366 …… 题解列表 2019年08月16日 0 点赞 5 评论 1887 浏览 评分: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 评论 1059 浏览 评分:9.9