Problems(1)
We say that a binary string s contains another binary string t if there exist indices i1,i2,…,i∣t∣ with i1<i2<…<i∣t∣ such that si1si2…si∣t∣=t. (In other words, t is found as a not necessarily contiguous substring of s.) For example, 110010 contains 111. What is the length of the shortest string s which contains the binary representations of all the positive integers less than or equal to 2048? team2020