Given a pair of strings, each 80 or fewer characters in length, determine two things: * The number of non-blank characters in the first string * Whether the first string can be rearranged to form the second string. The input strings will contain only letters , digits, and spaces. 'Rearrangement' means strict reordering; no character can be changed, deleted, or added.
Given a pair of strings, each 80 or fewer characters in length, determine two things: * The number of non-blank characters in the first string * Whether the first string can be rearranged to form the second string. The input strings will contain only letters (potentially both upper and lower case), digits, and spaces. 'Rearrangement' means strict reordering; no character can be changed, deleted, or added.
全网最全C++题库,助您挑战自我,突破极限,成为编程领域的佼佼者!