主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
Black_Day
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
4
发帖
0
笔记
0
Ta的粉丝
495
关注数
0
粉丝数
495
获赞数
2
阅读数
30986
字符串匹配升级后c++版
#include <iostream> #include <string> #include <vector> using namespace std; //转全部小写 void lowCase(string& str) { ...
P1378
2021年3月10日 12:43
回复 0
|
赞 0
|
浏览 7.9k
最大报销额 - 普通解法
#include<bits/stdc++.h> using namespace std; int w; char c; float cost; //记录价格 char type; //记录类型 float dp[1005]; //动态规划数...
P1327
2021年3月5日 12:01
回复 0
|
赞 1
|
浏览 8.1k
游船出租
#include<bits/stdc++.h> using namespace std; int main(){ int num; double outh[105]; //记录出租时时间-小时 double outm[105]; //记录出租时时...
P1321
2021年3月4日 11:20
回复 0
|
赞 0
|
浏览 7.0k
寝室扫地问题
#include<bits/stdc++.h> using namespace std; int xq[7] = {5,6,7,1,2,3,4};//星期数组 int XinQi(int n){//判断星期几 return xq[n%7]; } i...
P1215
2021年2月2日 22:06
回复 0
|
赞 1
|
浏览 8.0k
本科学校:TYUT
目标学校:北京化工大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!