编程语言
文章平均质量分 68
liulingbo918
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Poj 1459 Power Network 最大流
Poj的1459题Power Network,很敏原创 2014-04-10 23:05:04 · 863 阅读 · 0 评论 -
K-th string (微软2014实习生及秋令营技术类职位在线测试题)
时间限制:10000ms 单点时限:1000ms 内存限制:256MB Description Consider a string set that each of them consists of {0, 1} only. All strings in the set have the same number of 0s and 1s. Write a program to find and原创 2014-04-12 23:27:16 · 1108 阅读 · 0 评论 -
C/C++ 任意大小的二维数组作为函数参数
已知 int a[3][3]={{1,1,1},{1,1,1},{1,1,1}}; 求 啊 方法1: int lcs(int *a,int n, int m) { int sum=0; int i, j; for(i = 0; i { for(j = 0; j sum +原创 2014-05-22 00:41:23 · 2155 阅读 · 0 评论
分享