Subcontests
(16)2020 Team: Estimation
Choose a point (x,y) in the square bounded by (0,0),(0,1),(1,0) and (1,1). Your score is the minimal distance from your point to any other team's submitted point. Your answer must be in the form (0.abcd,0.efgh) where a,b,c,d,e,f,g,h are decimal digits. 2020 Team 5
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? 2020 Team 4
Given n=2020, sort the 6 values nn2,222n,n2n,22n2,2nn,and2n22 from least to greatest. Give your answer as a 6 digit permutation of the string "123456", where the number i corresponds to the i-th expression in the list, from left to right.