Loading

摘要: 1. 题目 Given any string of N (≥5) characters, you are asked to form the characters into the shape of U. For example, helloworld can be printed as: h d 阅读全文
posted @ 2021-10-30 13:02 August_丶 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 1. 题目 Given an integer with no more than 9 digits, you are supposed to read it in the traditional Chinese way. Output Fu first if it is negative. For 阅读全文
posted @ 2021-10-30 12:02 August_丶 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 1. 题目 Look-and-say sequence is a sequence of integers as the following: D, D1, D111, D113, D11231, D112213111, ... where D is in [0, 9] except 1. The 阅读全文
posted @ 2021-10-30 09:50 August_丶 阅读(31) 评论(0) 推荐(0) 编辑