主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
huanghu
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
55
发帖
0
笔记
0
Ta的粉丝
100
关注数
1
粉丝数
100
获赞数
12
阅读数
29777
统计单词 题解:
#include<stdio.h> #include<iostream> #include<string> using namespace std; int main(){ string str; while(getlin...
P1394
2024年3月13日 07:50
回复 0
|
赞 0
|
浏览 576
素数判定 题解:
#include<stdio.h> #include<iostream> using namespace std; bool ss(int a){ for(int i = 2; i<=a/2; i++){ if(a%i =...
P1102
2024年3月13日 00:06
回复 0
|
赞 0
|
浏览 376
括号匹配 题解:
#include<stdio.h> #include<iostream> #include<stack> #include<string> using namespace std; int main(){ stack&...
P1501
2024年3月13日 00:06
回复 0
|
赞 0
|
浏览 704
偷菜时间表 题解:
#include<stdio.h> #include<iostream> using namespace std; int main(){ int h,m; int n; cin>>n; for(int...
P1053
2024年3月13日 00:05
回复 0
|
赞 0
|
浏览 400
括号的匹配 题解:利用map来控制优先级
#include<stdio.h> #include<iostream> #include<stack> #include<map> using namespace std; int main(){ stack<...
P1067
2024年3月11日 00:40
回复 0
|
赞 0
|
浏览 773
二叉树遍历 题解:c++
#include<stdio.h> #include<malloc.h> #include<string> #include<iostream> using namespace std; string str; int len...
P1161
2024年3月10日 00:38
回复 0
|
赞 2
|
浏览 1.4k
打印日期 题解:C++
#include<stdio.h> #include<iostream> using namespace std; int main(){ int year,n; while(cin>>year>...
P1410
2024年3月10日 00:12
回复 0
|
赞 0
|
浏览 416
国名排序 题解:sort函数秒了
#include<stdio.h> #include<iostream> #include<string> #include<algorithm> using namespace std; int main(){ in...
P1217
2024年3月9日 23:44
回复 0
|
赞 0
|
浏览 597
日期差值 题解:c++
#include<stdio.h> #include<iostream> #include<string> using namespace std; //有两个日期,求两个日期之间的天数,如果两个日期是连续的我们规定他们之...
P1290
2024年3月8日 18:04
回复 0
|
赞 0
|
浏览 652
统计单词 题解:c++
#include<stdio.h> #include<iostream> #include<string> using namespace std; int main(){ string str; ...
P1394
2024年3月8日 16:04
回复 0
|
赞 1
|
浏览 542
最长连续因子 题解:c++
P1020
2024年3月7日 20:21
回复 0
|
赞 0
|
浏览 534
字母统计 题解:c++ 利用map来实现统计
#include<stdio.h> #include<string> #include<iostream> #include<map> using namespace std; int main(){ ...
P1292
2024年3月7日 18:49
回复 0
|
赞 0
|
浏览 582
博学楼的阶梯 题解:c++
#include<stdio.h> #include<iostream> #include<math.h> using namespace std; int main(){ int T,n; cin>>T; ...
P1005
2024年3月7日 18:35
回复 0
|
赞 0
|
浏览 470
日期计算 题解:C++
#include<stdio.h> #include<iostream> #include<string> using namespace std; struct Date{ int year; int month; ...
P1051
2024年3月7日 17:21
回复 0
|
赞 2
|
浏览 520
单链表 题解:
#include<stdio.h> #include<iostream> #include<malloc.h> using namespace std; //在以下程序中完成单链表的排序,输入五个数即可 ty...
P1015
2024年3月6日 19:11
回复 0
|
赞 0
|
浏览 620
1
2
3
本科学校:郑州财经学院
目标学校:贵州大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!