主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
zcc
这个人很懒,什么都没有写...
关注
发消息
文章
10
题解
0
发帖
1
笔记
0
Ta的粉丝
407
关注数
0
粉丝数
407
获赞数
1
阅读数
117078
删除最大最小数
#include <bits/stdc++.h> using namespace std; int main(){ int n,a[100]; int max=0,min=0; &nb...
备考心情
2020年5月1日 16:48
回复 0
|
赞 0
|
浏览 10.1k
复数
#include <bits/stdc++.h> using namespace std; int main(){ double a,b,c,d; char e; &nb...
备考心情
2020年5月1日 16:06
回复 0
|
赞 0
|
浏览 9.6k
最长因子数
#include <bits/stdc++.h> using namespace std; int main(){ int n,x; while(cin>>n){ &nbs...
备考心情
2020年5月1日 15:30
回复 0
|
赞 0
|
浏览 11.2k
单链表排序
单链表pai #include using namespace std; struct node{ int data; struct node *next; }; struct node* cre...
备考心情
2020年4月24日 11:39
回复 0
|
赞 0
|
浏览 10.7k
3
#include<iostream> using namespace std; int days[] = {0, 30, 31, 30, 31, 31, 30, 31, 30, 31};//4月之后每月的天数,第一个元素为0便于计数 string week[] =...
C语言
2020年4月14日 23:11
回复 0
|
赞 0
|
浏览 13.0k
zhengchu
整除#include<bits/stdc++.h> using namespace std; int main(){ int count=0; for(int i=100;i<=1000;i+...
备考心情
2020年4月9日 11:10
回复 0
|
赞 0
|
浏览 11.6k
字符串翻转
#include <bits/stdc++.h> C++语言中反转字符串的函数strrev(), reverse() 1: char s[]="hello"; strrev(s); puts(s); return 0; 2: ...
备考心情
2020年4月9日 09:10
回复 0
|
赞 0
|
浏览 12.6k
电梯
#include <bits/stdc++.h> using namespace std; int main(){ int a[11]; int t;  ...
C语言
2020年4月8日 23:37
回复 0
|
赞 1
|
浏览 13.7k
4.7
01序列: #include using namespace std; int main() { for(int i=0;i<64;i++) { int a[6]={0};//先将数组全置为0 int k=i;将k置为i,随着循环...
备考心情
2020年4月7日 17:17
回复 0
|
赞 0
|
浏览 9.5k
ONE
第一个简单模拟(万能头文件#include<bits/stdc++.h>其下面也可以编辑C语言) 一般C++头文件(#include <iostream> &n...
学习交流
2020年4月4日 07:43
回复 0
|
赞 0
|
浏览 8.2k
本科学校:中国矿业大学
目标学校:中国矿业大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!