
UVA
文章平均质量分 71
洛神之思
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
UVA——10189(keng die a)扫雷
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1130源代码:#include#includeusing namespace std;int main(){int m,n;int num=0;char a[10原创 2012-09-01 10:29:37 · 653 阅读 · 0 评论 -
POJ——1152
题目链接:http://poj.org/problem?id=1152 http://uva.onlinejudge.org/index.phpoption=com_onlinejudge&Itemid=8&page=show_problem&category=&problem=1034&mosmsg=Submission+received+with+ID+10547052原创 2012-08-31 21:14:59 · 512 阅读 · 0 评论 -
UVA——10405(dp之最长公共子序列)
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1346源代码://这个是倒推的,下面是我同学写的正# include # include # include #include #includeusing name原创 2012-08-31 19:35:39 · 612 阅读 · 0 评论 -
UVA——12446(递推公式)
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3877借鉴代码:#include #include using namespace std;long long int a[1000001],t,n;int main(){a转载 2012-09-03 15:18:45 · 871 阅读 · 0 评论 -
UVA——10090(数论之线性方程)(挑战编程题目)
挑战编程地址:http://www.programming-challenges.com/pg.php?page=downloadproblem&probid=110707&format=html参考地址:http://www.cppblog.com/lzh/archive/解析:就是线性方程的求解。#include #include #include #include #in原创 2013-08-04 11:16:28 · 833 阅读 · 0 评论 -
UVA——10465(dp)
题目地址:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=16&page=show_problem&problem=1406注:和换硬币的形式差不多。#include #include #include using namespace std;#define N 11111原创 2013-07-28 09:41:47 · 605 阅读 · 0 评论 -
UVA——10139(数论)(挑战编程题目)
题目地址:http://uva.onlinejudge.org/index.phpoption=com_onlinejudge&Itemid=8&page=show_problem&category=13&problem=1080&mosmsg=Submission+received+with+ID+12122020或者:http://www.programming-challenges.原创 2013-07-29 12:52:50 · 691 阅读 · 0 评论