上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 23 下一页
摘要: Growing Rectangular Spiral 题目描述 A growing rectangular spiral is a connected sequence of straightline segments starting at the origin. The fi rst segme 阅读全文
posted @ 2019-08-21 10:21 Osea 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Mancala is a family of board games played around the world, sometimes called sowing games, or count-and-capture games, which describes the game p 阅读全文
posted @ 2019-08-21 10:15 Osea 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 题目描述 An infinite full binary tree labeled by positive rational numbers is defi ned by:• The label of the root is 1/1.• The left child of label p/q is 阅读全文
posted @ 2019-08-21 10:10 Osea 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 题目描述 RILEY VASHTEE: [reading from display] Find the next number in the sequence:313 331 367 ...? What?THE DOCTOR: 379.MARTHA JONES: What?THE DOCTOR: I 阅读全文
posted @ 2019-08-21 10:00 Osea 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 题目描述 It was bound to happen. Modernisation has reached the North Pole. Faced with escalating costs for feeding Santa Claus and the reindeer, and serio 阅读全文
posted @ 2019-08-21 09:52 Osea 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 【题目链接】: https://www.acwing.com/problem/content/28/ 【题目解释】 请实现一个函数用来匹配包括'.'和'*'的正则表达式。 模式中的字符'.'表示任意一个字符,而'*'表示它前面的字符可以出现任意次(含0次)。 在本题中,匹配是指字符串的所有字符匹配整 阅读全文
posted @ 2019-08-20 02:19 Osea 阅读(420) 评论(2) 推荐(0) 编辑
摘要: 【题目链接】 https://www.luogu.org/problem/P1310 题目描述 对于1 位二进制变量定义两种运算: 运算的优先级是: 先计算括号内的,再计算括号外的。 “× ”运算优先于“⊕”运算,即计算表达式时,先计算× 运算,再计算⊕运算。例如:计算表达式A⊕B × C时,先计算 阅读全文
posted @ 2019-08-20 02:15 Osea 阅读(353) 评论(0) 推荐(0) 编辑
摘要: 【题目链接】 https://www.luogu.org/problem/P1449 【题目描述】 所谓后缀表达式是指这样的一个表达式:式中不再引用括号,运算符号放在两个运算对象之后,所有计算按运算符号出现的顺序,严格地由左而右新进行(不用考虑运算符的优先级)。 如:3*(5–2)+7对应的后缀表达 阅读全文
posted @ 2019-08-20 02:04 Osea 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 【题目链接】 https://www.luogu.org/problem/P1054 题目描述 明明进了中学之后,学到了代数表达式。有一天,他碰到一个很麻烦的选择题。这个题目的题干中首先给出了一个代数表达式,然后列出了若干选项,每个选项也是一个代数表达式,题目的要求是判断选项中哪些代数表达式是和题干 阅读全文
posted @ 2019-08-20 02:00 Osea 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 【题目链接】 https://www.acwing.com/problem/content/description/153/ 【题目描述】 给出一个表达式,其中运算符仅包含+,-,*,/,^(加 减 乘 整除 乘方)要求求出表达式的最终值。 数据可能会出现括号情况,还有可能出现多余括号情况。 数据保 阅读全文
posted @ 2019-08-20 01:56 Osea 阅读(1680) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 23 下一页