首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
408真题
专业课程
兑换中心
登录
注册
上岸
雨梦のkira
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
6
发帖
0
笔记
0
Ta的粉丝
43
关注数
0
粉丝数
43
获赞数
41
阅读数
4337
取模运算 题解:
好嘛,快速幂都考,下一个是不是单调栈了。 #include <iostream> #include <string> using namespace std; int main() { string x; long long y = 0...
P5133
2024年3月26日 22:47
回复 0
|
赞 9
|
浏览 725
密码的翻译 题解:
#include<bits/stdc++.h> using namespace std; int main() { string s; while(cin >> s){ //only a for for(auto &...
P3502
2024年3月26日 19:22
回复 0
|
赞 0
|
浏览 746
字符串替换 题解:
看不懂的话就用双重循环吧~,如果有多个tantan, #include <bits/stdc++.h> using namespace std; int main() { string s; string sp = "baibai"; bool is...
P2011
2024年3月26日 19:20
回复 0
|
赞 2
|
浏览 576
集合中的相同元素 题解:
用set去重吧,如果不要把个数排在前面直接用set而不是unordered_set了 #include<bits/stdc++.h> using namespace std; int main() { int n; while(cin >>...
P5105
2024年3月26日 19:17
回复 0
|
赞 1
|
浏览 686
简单排序 题解:
简单sort #include <iostream> #include <vector> #include <string> #include <algorithm> using namespace std; int ma...
P1929
2024年3月26日 19:16
回复 0
|
赞 0
|
浏览 478
喝饮料问题 题解:
第一眼还以为是背包问题的dp呢,没想到还是个挺简单的贪心。 我们可以想想,一元可以买每种饮料多少?我们是不是每次要拿钱少,量还大的饮料? #include <iostream> #include <vector> #include <strin...
P5128
2024年3月26日 19:08
回复 0
|
赞 29
|
浏览 1.1k
本科学校:湘潭大学
目标学校:湘潭大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!