主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
FinalTaco
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
16
发帖
0
笔记
0
Ta的粉丝
402
关注数
0
粉丝数
402
获赞数
21
阅读数
155915
要求多组输入
#include <bits/stdc++.h> using namespace std; int main(){ int n,sum ...
P1180
2020年4月4日 16:52
回复 1
|
赞 1
|
浏览 9.8k
【不考虑年份为公元前的作法】
思路是分别计算两个日期距离0000年00月00日有多少天,然后相减即可求得這两个日期相差的天数,求三连啊哈哈哈~ #include<bits/stdc++.h> //万能头文件 using namespace&nbs...
P1290
2020年3月26日 00:30
回复 1
|
赞 3
|
浏览 11.4k
蒟蒻作法
#include<bits/stdc++.h> using namespace std; void number (int a, int b, int &...
P1264
2020年4月17日 00:30
回复 0
|
赞 3
|
浏览 9.1k
蒟蒻作法
从1开始编号的二叉树中结点x,其父节点的号码为x/2 #include<bits/stdc++.h> using namespace std; int findfather (int&...
P1233
2020年4月17日 00:08
回复 0
|
赞 0
|
浏览 9.4k
蒟蒻作法
#include <bits/stdc++.h> using namespace std; int main(){ stack<char>&nb...
P1501
2020年4月15日 16:21
回复 1
|
赞 0
|
浏览 9.1k
蒟蒻作法
#include <bits/stdc++.h> using namespace std; int main(){ int x,y; &nb...
P1353
2020年4月4日 17:17
回复 0
|
赞 1
|
浏览 8.2k
蒟蒻作法
#include <bits/stdc++.h> using namespace std; int main(){ int n;  ...
P1426
2020年4月4日 17:15
回复 0
|
赞 1
|
浏览 9.3k
短小的做法
#include<bits/stdc++.h> using namespace std; struct guojia{ double jinpai; ...
P1310
2020年3月31日 17:18
回复 0
|
赞 2
|
浏览 10.1k
比较容易理解的作法
#include using namespace std; struct student { int p; &nbs...
P1159
2020年3月26日 22:17
回复 0
|
赞 1
|
浏览 11.1k
比较容易理解的作法
#include<bits/stdc++.h> using namespace std; bool compare(int x, int y){ &...
P1010
2020年3月26日 21:49
回复 1
|
赞 0
|
浏览 10.8k
偷菜时间表
#include<bits/stdc++.h> using namespace std; int main(){ int n;  ...
P1053
2020年3月26日 14:14
回复 0
|
赞 1
|
浏览 8.4k
蒟蒻作法
#include<bits/stdc++.h> using namespace std; int yuetianshu[13] = {0,31,28,31,30,31,30,31,31,30,31,3...
P1437
2020年3月26日 01:29
回复 0
|
赞 1
|
浏览 9.8k
蒟蒻作法
#include<bits/stdc++.h> using namespace std; int IsLeapYear(int year){ //判断是否为闰年,因为闰年天数和平年天数不同,需要区分 if (year % 4 ==...
P1410
2020年3月26日 01:12
回复 0
|
赞 1
|
浏览 8.3k
蒟蒻作法
#include<bits/stdc++.h> using namespace std; int tianshu[13] = {0,0,0,0,30,31,30,31,31,30,31,30,31};...
P1011
2020年3月25日 22:02
回复 0
|
赞 0
|
浏览 11.2k
蒟蒻作法
#include<bits/stdc++.h> using namespace std; int main(){ int juzhen[4][4];&nbs...
P1472
2020年3月24日 18:56
回复 0
|
赞 2
|
浏览 9.9k
蒟蒻第一次发题解~
#include<bits/stdc++.h> using namespace std; int main(){ int n;  ...
P1392
2020年3月23日 15:19
回复 0
|
赞 4
|
浏览 10.0k
本科学校:武汉科技大学
目标学校:北京科技大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!