摘要:
You are given a 0-indexed integer array nums of length n. You are initially standing at index 0. You can jump from index i to index j where i < j if: 阅读全文
posted @ 2023-07-21 03:00
CNoodle
阅读(330)
评论(0)
推荐(0)
摘要:
You are given n tables represented with two arrays names and columns, where names[i] is the name of the ith table and columns[i] is the number of colu 阅读全文
posted @ 2023-07-21 02:21
CNoodle
阅读(99)
评论(0)
推荐(0)