会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
BorisDimitri
The blog of BorisDimitri
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
下一页
2020年2月16日
【Codeforces】CF25A IQ test (题解)
摘要: 题目链接由于此题过于水,所以就不解释了直接上题解 题解: #include using namespace std;int a[101];int main(int argc, char **argv){ i...
阅读全文
posted @ 2020-02-16 13:48 BorisDimitri
阅读(177)
评论(0)
推荐(0)
2020年2月15日
【codeforces】CF11B Jumping Jack (题解)
摘要: 大水题让我们介绍一下STL库中的绝对值函数-...
阅读全文
posted @ 2020-02-15 18:10 BorisDimitri
阅读(100)
评论(0)
推荐(0)
【codeforces】CF9C Hexadecimal's Numbers (题解)
摘要: CF9C Hexadecimal's Numbersせむすけヌ题解:#include#includeusing namespace std;int a[100],ans,n;int pow_(int a,int ...
阅读全文
posted @ 2020-02-15 17:21 BorisDimitri
阅读(15)
评论(0)
推荐(0)
2020年2月14日
【洛谷】P2404 自然数的拆分问题 (题解)
摘要: P2404 自然数的拆分问题题解:#include using namespace std;int n,sum;int a[15]={1};void print(int t){ for(int i=1;i>n; ...
阅读全文
posted @ 2020-02-14 16:20 BorisDimitri
阅读(107)
评论(0)
推荐(0)
【洛谷】P1118 [USACO06FEB]数字三角形`Backward Digit Su (题解)
摘要: P1118 [USACO06FEB]数字三角形`Backward Digit Su`…第一次看到这个题的感受 :题解:#include using namespace std;int n,sum;int ha[1...
阅读全文
posted @ 2020-02-14 15:07 BorisDimitri
阅读(66)
评论(0)
推荐(0)
【洛谷】P1023 税收与补贴问题 (题解)
摘要: P1023 税收与补贴问题题解:#include#include#includeusing namespace std;int s, a, b, d, n = 0;int a1, a2, a3, b1, b2, ...
阅读全文
posted @ 2020-02-14 14:55 BorisDimitri
阅读(67)
评论(0)
推荐(0)
2020年2月13日
【codeforces】题解 CF10A Power Consumption Calculation(题解)
摘要: 模拟排序概率论解模拟题的方法:(1)认真仔细...
阅读全文
posted @ 2020-02-13 15:58 BorisDimitri
阅读(92)
评论(0)
推荐(0)
【codeforces】 CF4C 【Registration system】(题解)
摘要: 哈希表若关键字为k,则其值存放在f(k)的存...
阅读全文
posted @ 2020-02-13 13:56 BorisDimitri
阅读(65)
评论(0)
推荐(0)
2020年2月12日
【洛谷】P1024 一元三次方程求解 (题解)
摘要: P1024 一元三次方程求解 题解:#include using namespace std;int main(){ double a,b,c,d; cin>>a>>b>>c>>d; for(doub...
阅读全文
posted @ 2020-02-12 16:27 BorisDimitri
阅读(54)
评论(0)
推荐(0)
2020年2月11日
【洛谷】P1072 Hankson 的趣味题 (题解)
摘要: P1072 Hankson 的趣味题题解: 提交效果图,亲试#include#include#include#define ll long longusing namespace std;int prime[10...
阅读全文
posted @ 2020-02-11 20:02 BorisDimitri
阅读(47)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
下一页
公告