Cover Array With Restricted Operations by mitchs (test data weakness demo)

while 1:
\x09a = raw_input().split()
\x09b = raw_input().split()
\x09k = -1
\x09for x in b[48:54]:
\x09\x09k = a.index(x, k + 1)
\x09i = j = 53
\x09for x in a[k:]:
\x09\x09j += b[j] == x
\x09for x in a[k::-1]:
\x09\x09i -= b[i] == x
\x09print 101 - j + i

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page