摘要:
You are given a string s, and an array of pairs of indices in the string pairs where pairs[i] = [a, b] indicates 2 indices(0-indexed) of the string. Y 阅读全文
posted @ 2021-09-06 14:53
CNoodle
阅读(112)
评论(0)
推荐(0)
摘要:
Given the API rand7() that generates a uniform random integer in the range [1, 7], write a function rand10() that generates a uniform random integer i 阅读全文
posted @ 2021-09-06 04:37
CNoodle
阅读(144)
评论(0)
推荐(0)