1779. Find Nearest Point That Has the Same X or Y Coordinate-找到最近的有相同 X 或 Y 坐标的点
You are given two integers, x and y, which represent yo... » 阅读全文
You are given two integers, x and y, which represent yo... » 阅读全文
You are given an array items, where each items[i] = [ty... » 阅读全文
You are given two strings word1 and word2. Merge the st... » 阅读全文
You are given a string s consisting only of the charact... » 阅读全文
Given an array nums, return true if the array was origi... » 阅读全文
给你一个整数数组nums。数组中唯一元素是那些只出现恰好一次的元素。 请你返回nums中唯一元素的和。 示例 ... » 阅读全文
You are working in a ball factory where you have n ball... » 阅读全文
You are given a string time in the form of hh:mm, where... » 阅读全文
There is a biker going on a road trip. The road trip co... » 阅读全文
给你一个数组rectangles,其中rectangles[i] = [l_i, w_i]表示第i个矩形的长度... » 阅读全文