会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
执||念
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
30
31
32
33
34
2018年5月27日
kmp
摘要: https://vjudge.net/contest/227956#problem/A https://vjudge.net/contest/227956#problem/B https://vjudge.net/contest/227956#problem/E
阅读全文
posted @ 2018-05-27 20:11 执||念
阅读(149)
评论(0)
推荐(0)
2018年5月6日
如何保留小数点后任意一位数
摘要: #include #include #include #define pi 3.14159265 using namespace std; int main() { char format[10]={0}; int t; cin>>t; while(t--) { long long n,x; scanf("%lld%lld",&n,&x);//求n的Pi次方,并且输出小数点后x...
阅读全文
posted @ 2018-05-06 17:13 执||念
阅读(868)
评论(0)
推荐(0)
2018年5月4日
区间dp
摘要: https://vjudge.net/contest/226480#problem/B 参考博客:https://blog.csdn.net/limhhhhh/article/details/50599551 https://vjudge.net/contest/226480#problem/A 参
阅读全文
posted @ 2018-05-04 19:36 执||念
阅读(191)
评论(0)
推荐(0)
2018年4月22日
概率与期望
摘要: https://vjudge.net/problem/LightOJ-1030 #include<iostream>#include<stdio.h>#include<cstring>using namespace std;int main(){ int t; cin>>t; int a[110];
阅读全文
posted @ 2018-04-22 15:17 执||念
阅读(184)
评论(0)
推荐(0)
上一页
1
···
30
31
32
33
34
公告