上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 23 下一页
摘要: 【参考博客】: https://blog.csdn.net/meopass/article/details/82952087 Farey Sums 题目描述 Given a positive integer, N, the sequence of all fractions a/b with (0 阅读全文
posted @ 2019-08-21 10:26 Osea 阅读(216) 评论(0) 推荐(0)
摘要: 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 阅读(259) 评论(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 阅读(274) 评论(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 阅读(327) 评论(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 阅读(215) 评论(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 阅读(228) 评论(0) 推荐(0)
摘要: 【题目链接】: https://www.acwing.com/problem/content/28/ 【题目解释】 请实现一个函数用来匹配包括'.'和'*'的正则表达式。 模式中的字符'.'表示任意一个字符,而'*'表示它前面的字符可以出现任意次(含0次)。 在本题中,匹配是指字符串的所有字符匹配整 阅读全文
posted @ 2019-08-20 02:19 Osea 阅读(433) 评论(2) 推荐(0)
摘要: 【题目链接】 https://www.luogu.org/problem/P1310 题目描述 对于1 位二进制变量定义两种运算: 运算的优先级是: 先计算括号内的,再计算括号外的。 “× ”运算优先于“⊕”运算,即计算表达式时,先计算× 运算,再计算⊕运算。例如:计算表达式A⊕B × C时,先计算 阅读全文
posted @ 2019-08-20 02:15 Osea 阅读(379) 评论(0) 推荐(0)
摘要: 【题目链接】 https://www.luogu.org/problem/P1449 【题目描述】 所谓后缀表达式是指这样的一个表达式:式中不再引用括号,运算符号放在两个运算对象之后,所有计算按运算符号出现的顺序,严格地由左而右新进行(不用考虑运算符的优先级)。 如:3*(5–2)+7对应的后缀表达 阅读全文
posted @ 2019-08-20 02:04 Osea 阅读(317) 评论(0) 推荐(0)
摘要: 【题目链接】 https://www.luogu.org/problem/P1054 题目描述 明明进了中学之后,学到了代数表达式。有一天,他碰到一个很麻烦的选择题。这个题目的题干中首先给出了一个代数表达式,然后列出了若干选项,每个选项也是一个代数表达式,题目的要求是判断选项中哪些代数表达式是和题干 阅读全文
posted @ 2019-08-20 02:00 Osea 阅读(292) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 23 下一页