摘要:
【题面】 You are given a string s of length n consisting of lowercase English letters. This string can be used to build other strings. The cost of each le 阅读全文
摘要:
题目 https://www.hackerrank.com/challenges/yet-another-minimax-problem 题意 给出 n 个整数,求一个排列使得相邻两数的异或值的最大值最小,输出该值。 题解 如果有一位所有数都是 0 或 1,则异或之后这一位始终是 0。 如果有一位既 阅读全文