上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 33 下一页
摘要: 【7.4】 1 #include 2 #include 3 #include 4 using namespace std; 5 #define MAXN 100 6 7 typedef struct node{ 8 char data; 9 node *lchild;10 ... 阅读全文
posted @ 2014-05-21 21:23 Freecode# 阅读(709) 评论(0) 推荐(0) 编辑
摘要: 【6.5】 1 #include 2 3 using namespace std; 4 #define MAXN 100 5 #define N 4 6 #define M 4 7 int x,y,num; 8 int a[MAXN][MAXN] = { 9 {0,2,3,4},10 ... 阅读全文
posted @ 2014-05-21 21:21 Freecode# 阅读(535) 评论(0) 推荐(0) 编辑
摘要: 算法训练 操作格子 时间限制:1.0s 内存限制:256.0MB问题描述有n个格子,从左到右放成一排,编号为1-n。共有m次操作,有3种操作类型:1.修改一个格子的权值,2.求连续一段格子权值和,3.求连续一段格子的最大值。对于每个2、3操作输出你所求出的结果。输入格式第一行2个整数n,m。接下来... 阅读全文
posted @ 2014-05-21 09:44 Freecode# 阅读(673) 评论(0) 推荐(0) 编辑
摘要: 实验 6:Linux 文件系统实验环境:安装了 Red Hat Enterprise Linux 6.0 可运行系统,并且是成功验证系统。有另外一个无特权用户 student,密码 student 的账户存在。实验目标:更好的理解 Linux 文件系统基础,包括创建和使用链接;使用 locate 和... 阅读全文
posted @ 2014-05-20 20:28 Freecode# 阅读(268) 评论(0) 推荐(0) 编辑
摘要: Color the ballTime Limit: 9000/3000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 7941Accepted Submission(s): 4070Prob... 阅读全文
posted @ 2014-05-19 17:21 Freecode# 阅读(2063) 评论(0) 推荐(0) 编辑
摘要: LabyrinthTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1507Accepted Submission(s): 520Problem De... 阅读全文
posted @ 2014-05-17 12:17 Freecode# 阅读(571) 评论(0) 推荐(0) 编辑
摘要: Energy ConversionTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4278Accepted Submission(s): 1024P... 阅读全文
posted @ 2014-05-16 22:13 Freecode# 阅读(449) 评论(0) 推荐(0) 编辑
摘要: 亲和串Time Limit: 3000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 7298Accepted Submission(s): 3324Problem Descrip... 阅读全文
posted @ 2014-05-14 17:06 Freecode# 阅读(320) 评论(0) 推荐(0) 编辑
摘要: K-th NumberTime Limit:20000MSMemory Limit:65536KTotal Submissions:35653Accepted:11382Case Time Limit:2000MSDescriptionYou are working for Macrohard co... 阅读全文
posted @ 2014-05-07 21:23 Freecode# 阅读(734) 评论(2) 推荐(0) 编辑
摘要: Boring CountingTime Limit: 3000ms Memory limit: 65536K有疑问?点这里^_^题目描述 In this problem you are given a number sequence P consisting of N integer and Pi... 阅读全文
posted @ 2014-05-07 13:48 Freecode# 阅读(497) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 33 下一页