摘要: You are given a 2D integer array orders, where each orders[i] = [price, amount, orderType] denotes that amount orders have been placed of type orderTy 阅读全文
posted @ 2021-03-22 15:23 CNoodle 阅读(130) 评论(0) 推荐(0)
摘要: Starting with a positive integer N, we reorder the digits in any order (including the original order) such that the leading digit is not zero. Return  阅读全文
posted @ 2021-03-22 06:17 CNoodle 阅读(70) 评论(0) 推荐(0)