
综合
文章平均质量分 65
PIANKEzzc
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
文章标题
#include<iostream> using namespace std; int a[100]; int n,ans; int main() { cin>>n; if (n==0) cout<<10<<endl; else if (n<10) cout<<n<<endl; else { ans=0;//位数数值只有在2-9。原创 2016-07-23 11:49:41 · 287 阅读 · 0 评论 -
欢迎使用优快云-markdown编辑器
#include <iostream> #include<stdio.h> #include <algorithm> #include<cstring> using namespace std; int c[1005], v[1005], f[1005][1005]; int main() { int i, j, n, m, t; cin>>t; while(t--)原创 2016-07-25 12:13:48 · 341 阅读 · 0 评论 -
欢迎使用优快云-markdown编辑器
欢迎使用Markdown编辑器写博客本Markdown编辑器使用StackEdit修改而来,用它写博客,将会带来全新的体验哦: Markdown和扩展Markdown简洁的语法 代码块高亮 图片链接和图片上传 LaTex数学公式 UML序列图和流程图 离线写博客 导入导出Markdown文件 丰富的快捷键 快捷键includeusing namespace std;enum city{Beijing转载 2016-07-14 11:27:18 · 284 阅读 · 0 评论 -
欢迎使用优快云-markdown编辑器
The contest’s message distribution is a big thing in prepare. Assuming N students stand in a row, from the row-head start transmit message, each person can transmit message to behind M personals, and h原创 2016-07-31 11:31:54 · 320 阅读 · 0 评论