https://codeforces.net/blog/entry/129992 in this editorial , the editorial of c, what if the no bad exist, like↵
n = 2, m=2;↵
a == (3 3 5 5 1)↵
b == (5 5 3 3 2)↵
i will not consider the 1,2 as it is at the m+n+1 index so before that no bad exist, am i wrong ? ↵
n = 2, m=2;↵
a == (3 3 5 5 1)↵
b == (5 5 3 3 2)↵
i will not consider the 1,2 as it is at the m+n+1 index so before that no bad exist, am i wrong ? ↵