上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 50 下一页
摘要: 1078 - Integer DivisibilityPDF (English)StatisticsForumTime Limit:2 second(s)Memory Limit:32 MBIf an integer is not divisible by 2 or 5, some multiple... 阅读全文
posted @ 2015-12-03 16:28 非我非非我 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 1008 - Fibsieve`s Fantabulous BirthdayPDF (English)StatisticsForumTime Limit:0.5 second(s)Memory Limit:32 MBFibsieve had a fantabulous (yes, it's an a... 阅读全文
posted @ 2015-12-03 14:42 非我非非我 阅读(377) 评论(0) 推荐(0) 编辑
摘要: find the longest of the shortestTime Limit: 1000/5000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2524Accepted Submi... 阅读全文
posted @ 2015-11-28 17:50 非我非非我 阅读(415) 评论(0) 推荐(0) 编辑
摘要: #include#include#includeusing namespace std;typedef struct{ int weight; int parent,lchild,rchild;}HTNode,*HuffmanTree;typedef char **HuffmanCode;void ... 阅读全文
posted @ 2015-11-27 18:14 非我非非我 阅读(2560) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#include#include#define null 0using namespace std;typedef struct node { int data;//节点 node *lchild,*rchild;}node,*Tree;typede... 阅读全文
posted @ 2015-11-27 18:07 非我非非我 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 10409: D.引水工程Time Limit:2 SecMemory Limit:128 MBSubmit:96Solved:34[Submit][Status][Web Board]Description南水北调工程是优化水资源配置、促进区域协调发展的基础性工程,是新中国成立以来投资额最大、涉及... 阅读全文
posted @ 2015-11-27 17:55 非我非非我 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 数的长度时间限制:3000ms | 内存限制:65535KB难度:1描述 N!阶乘是一个非常大的数,大家都知道计算公式是N!=N*(N-1)······*2*1.现在你的任务是计算出N!的位数有多少(十进制)?输入首行输入n,表示有多少组测试数据(n#include#include#define P... 阅读全文
posted @ 2015-11-25 22:08 非我非非我 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 天气情况Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 638Accepted Submission(s): 257Problem Descript... 阅读全文
posted @ 2015-11-25 21:40 非我非非我 阅读(307) 评论(0) 推荐(0) 编辑
摘要: The sum problemTime Limit: 5000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 19608Accepted Submission(s): 5786Pr... 阅读全文
posted @ 2015-11-25 17:17 非我非非我 阅读(148) 评论(0) 推荐(0) 编辑
摘要: Octorber 21stTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 3688Accepted Submission(s): 2268Probl... 阅读全文
posted @ 2015-11-25 13:59 非我非非我 阅读(209) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 50 下一页