数星星-题解(C语言代码) 摘要: #include int a[1000][1000]; int main() { int n,m,x,y; scanf("%d",&n);…… 题解列表 2019年08月13日 0 点赞 0 评论 1029 浏览 评分:9.9
[编程入门]筛选N以内的素数-题解(Java代码) 摘要:```java import java.util.Scanner; public class T1022 { public static void main(String[] args) …… 题解列表 2019年08月13日 0 点赞 0 评论 1496 浏览 评分:9.9
比较简单易上手(C++代码) 摘要: #include using namespace std; class Date { private: int year; …… 题解列表 2019年08月14日 0 点赞 0 评论 1829 浏览 评分:9.9
简明易懂,活学活用(C++代码) 摘要: #include using namespace std; class Time { private: int h; …… 题解列表 2019年08月14日 0 点赞 0 评论 1248 浏览 评分:9.9
元素配对-题解(C语言代码) 摘要: #include #include #include void fun(int a[],int n) { int i,j,t; …… 题解列表 2019年08月14日 0 点赞 0 评论 1140 浏览 评分:9.9
汪汪斗恶龙 (C++代码) 摘要:# 法一 #include using namespace std; int main() { int a,b,c; int ca[105],…… 题解列表 2019年08月14日 0 点赞 0 评论 1262 浏览 评分:9.9
简明易懂题解!!!1802题-汪汪的暗恋-题解(C++代码) 摘要: #include using namespace std; int fun(int n) { string str; while(n>0)…… 题解列表 2019年08月15日 0 点赞 0 评论 907 浏览 评分:9.9
简单粗暴的COUT!!!1803题-汪汪的表白-题解(C++代码) 摘要: #include using namespace std; int fun() { cout…… 题解列表 2019年08月15日 0 点赞 0 评论 1607 浏览 评分:9.9
汪汪斗恶龙-题解(C++代码) 摘要:# C++描述 ## 代码 - #### 代码块 ```cpp #include using namespace std; class role {//创建角色类 …… 题解列表 2019年08月15日 0 点赞 0 评论 942 浏览 评分:9.9
考试排名-题解(C语言代码) 摘要:```c #include #include #include typedef struct BSTree *BST; //定义排序数 struct BSTree{ char nam…… 题解列表 2019年08月16日 0 点赞 0 评论 1239 浏览 评分:9.9