摘要: 一、题目 Given an integer $n$, Chiaki would like to find three positive integers $x$, $y$ and $z$ such that: $n=x+y+z$, $x\mid n$, $y \mid n$, $z \mid n$ 阅读全文
posted @ 2018-11-08 18:35 Dybala21 阅读(190) 评论(0) 推荐(0)
摘要: 一、题面 You want to form a target string of lowercase letters. At the beginning, your sequence is target.length '?' marks. You also have a stamp of lower 阅读全文
posted @ 2018-11-08 15:06 Dybala21 阅读(438) 评论(0) 推荐(0)