題目 Given a numberN, return a string consisting of"0"s and"1"sthat represents its value in base-2 The returned string must have no leading zeroes, unless the string is"0". Example 1: