摘要: 数据结构实验之栈五:下一较大值(一)Time Limit: 1000MS Memory Limit: 65536KBSubmit StatisticProblem Des... 阅读全文
posted @ 2016-09-28 21:36 Philtell 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 数据结构实验之栈五:下一较大值(一)Time Limit: 1000MS Memory Limit: 65536KBSubmit StatisticProblem Description对于包含n(1间隔。Example Input24 12 20 15... 阅读全文
posted @ 2016-09-28 21:35 Philtell 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 数据结构实验之栈四:括号匹配Time Limit: 1000MS Memory Limit: 65536KBSubmit StatisticProblem Des... 阅读全文
posted @ 2016-09-28 21:35 Philtell 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 数据结构实验之栈四:括号匹配Time Limit: 1000MS Memory Limit: 65536KBSubmit StatisticProblem Description 给你一串字符,不超过50个字符,可能包括括号、数字、字母、标点符号... 阅读全文
posted @ 2016-09-28 21:34 Philtell 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 数据结构实验之栈三:后缀式求值Time Limit: 1000MS Memory Limit: 65536KBSubmit StatisticProblem Description对于一个基于二元运算符的后缀表示式(基本操作数都是一位正整数),求其代表的算术表达式的值。Input输入一个算术表达... 阅读全文
posted @ 2016-09-28 21:33 Philtell 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 数据结构实验之栈三:后缀式求值Time Limit: 1000MS Memory Limit: 65536KBSubmit StatisticProblem Description对于一个基于二元运算符的后缀表示... 阅读全文
posted @ 2016-09-28 21:33 Philtell 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 数据结构实验之栈二:一般算术表达式转换成后缀式Time Limit: 1000MS Memory Limit: 65536KBSubmit StatisticProblem Description对于一个基于二元... 阅读全文
posted @ 2016-09-28 21:32 Philtell 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 数据结构实验之栈二:一般算术表达式转换成后缀式 Time Limit: 1000MS Memory Limit: 65536KB Submit Statistic Problem Description 对于一个基于二元运算符的算术表达式,转换为对应的后缀式,并输出之。 Input... 阅读全文
posted @ 2016-09-28 21:31 Philtell 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 数据结构实验之栈一:进制转换Time Limit: 1000MS Memory Limit: 65536KBSubmit StatisticProblem Description输入一个十进制整数,将其转换成对应... 阅读全文
posted @ 2016-09-28 21:29 Philtell 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 数据结构实验之栈一:进制转换 Time Limit: 1000MS Memory Limit: 65536KB Submit Statistic Problem Description 输入一个十进制整数,将其转换成对应的R(2#include using namespace std... 阅读全文
posted @ 2016-09-28 21:28 Philtell 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 数据结构实验之链表九:双向链表 Time Limit: 1000MS Memory Limit: 65536KB Submit Statistic Problem Description 学会了单向链表,我们... 阅读全文
posted @ 2016-09-28 21:25 Philtell 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 数据结构实验之链表九:双向链表Time Limit: 1000MS Memory Limit: 65536KBSubmit S... 阅读全文
posted @ 2016-09-28 21:25 Philtell 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 数据结构实验之链表八:Farey序列Time Limit: 10MS Memory Limit: 600KBSubmit StatisticProblem DescriptionFarey序列是一个这样的序列:其... 阅读全文
posted @ 2016-09-28 21:24 Philtell 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 数据结构实验之链表八:Farey序列 Time Limit: 10MS Memory Limit: 600KB Submit Statistic Problem Description Farey序列是一个这样的序列:其第一级序列定义为(0/1,1/1),这一序列扩展到第二级形成序列... 阅读全文
posted @ 2016-09-28 21:23 Philtell 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 数据结构实验之链表七:单链表中重复元素的删除Time Limit: 1000MS Memory Limit: 65536KBSubmit StatisticProblem Description按照数据输入的相反... 阅读全文
posted @ 2016-09-28 21:22 Philtell 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 数据结构实验之链表七:单链表中重复元素的删除 Time Limit: 1000MS Memory Limit: 65536KB Submit Statistic Problem Description 按照数据输入的相反顺序(逆位序)建立一个单链表,并将单链表中重复的元素删除(值相同... 阅读全文
posted @ 2016-09-28 21:21 Philtell 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 数据结构实验之栈六:下一较大值(二) Time Limit: 150MS Memory Limit: 8000KB Submit Statistic Problem Description 对于包含n(1间隔。 Example Input 24 12 20 15 185 20 15 25... 阅读全文
posted @ 2016-09-28 21:19 Philtell 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 数据结构实验之栈六:下一较大值(二)Time Limit: 150MS Memory Limit: 8000KBSubmit StatisticProblem Description对于包含n(1间隔。Examp... 阅读全文
posted @ 2016-09-28 21:19 Philtell 阅读(119) 评论(0) 推荐(0) 编辑