摘要: Given a 0-indexed integer array nums, return true if it can be made strictly increasing after removing exactly one element, or false otherwise. If the 阅读全文
posted @ 2021-09-22 07:16 CNoodle 阅读(527) 评论(0) 推荐(0)
摘要: Given the array prices where prices[i] is the price of the ith item in a shop. There is a special discount for items in the shop, if you buy the ith i 阅读全文
posted @ 2021-09-22 00:40 CNoodle 阅读(291) 评论(0) 推荐(0)