131
-
LeetCode 131 Palindrome Partitioning
Given a string s, partition s such that every substring of the partition is a palindrome. …
-
Ruby操作Windows剪贴板
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 …
-
【luogu CF643F】Bears and Juice(结论题)
Bears and Juice 题目链接:luogu CF643F 题目大意 有 n 个熊 p 张床,有一些酒桶,数量你定,其中有一个放酒其它放果汁,然后每天每个熊可以选一个酒桶集…
-
LeetCode 131. Palindrome Partitioning
LeetCode 131. Palindrome Partitioning (分割回文串) 题目 链接 https://leetcode.cn/problems/palindrom…