摘要: Given a list of daily temperatures T, return a list such that, for each day in the input, tells you how many days you would have to wait until a warme 阅读全文
posted @ 2019-08-01 13:56 北叶青藤 阅读(186) 评论(0) 推荐(0)
摘要: A move consists of taking a point (x, y) and transforming it to either (x, x+y) or (x+y, y). Given a starting point (sx, sy) and a target point (tx, t 阅读全文
posted @ 2019-08-01 12:04 北叶青藤 阅读(172) 评论(0) 推荐(0)