start
stringlengths
5
368
code
stringlengths
5
143
end
stringlengths
5
527
a = set(); k = array([[6, 8, 10, 12]]); m = 140085145632816, 140085604705536
a.add(m)
a = {(140085145632816, 140085604705536)}; k = array([[ 6, 8, 10, 12]]); m = (140085145632816, 140085604705536)
a = [0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; d = 5; i = 7; u = [2, 3, 4, 2, 3, 6, 8, 4, 5]
a[u[i - d]] -= 1
a = [0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; d = 5; i = 7; u = [2, 3, 4, 2, 3, 6, 8, 4, 5]
a = 7; n = 3; w = 1
a = w - 1 if w - 1 > 0 else n
a = 3; n = 3; w = 1
d = {'a': 1, 'ab': 1, 'abb': 2, 'aabb': 1, 'b': 1, 'bb': 1}; t = 'b'
d[t] = d.get(t, 0) + 1
d = {'a': 1, 'ab': 1, 'abb': 2, 'aabb': 1, 'b': 2, 'bb': 1}; t = 'b'
k = 2; x = [3, 3]
x.append(k)
k = 2; x = [3, 3, 2]
c = '1011000'; p = 8
c = list('0' * (p - len(c)) + c)
c = ['0', '1', '0', '1', '1', '0', '0', '0']; p = 8
l = 5
q.append(l)
l = 5; q = [5]
b = 2; i = -9.0; j = 14; y = 12.0
i = j - b * y
b = 2; i = -10.0; j = 14; y = 12.0
h = '11100'; y = [21]
y.append(int(h, 2))
h = '11100'; y = [21, 28]
a = [1, 1, 2]; i = 0; v = {(1): 0, (2): 0}
v[a[i]] += 1
a = [1, 1, 2]; i = 0; v = {1: 1, 2: 0}
a = 1; y = 4; z = 4
w = [z + a, y - a]
a = 1; w = [5, 3]; y = 4; z = 4
h = [1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 1]; x = 1; y = 3
h.append(abs(int(x) - int(y)))
h = [1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 1, 2]; x = 1; y = 3
i = 3; s = '91011'; x = '1'
x = s[i:i * 2]
i = 3; s = '91011'; x = '11'
u = 73
u += 1
u = 74
d = 1; j = 5; m = [0, 1, 2, 3, 4, inf, inf, inf]; r = 4
r = m[j - d] + 1
d = 1; j = 5; m = [0, 1, 2, 3, 4, inf, inf, inf]; r = 5
j = [2, 4]; x = [4, 9]
x.remove(j[1])
j = [2, 4]; x = [9]
a = '1'
a = int(a)
a = 1
x = 2; y = 1000000006
x = x * x % y
x = 4; y = 1000000006
a = [1, 2, 3]; j = 0
s ^= a[j]
a = [1, 2, 3]; j = 0; s = 61
a = 'cd'; o = ['a', 'ab', 'abc', 'abcd', 'b', 'bc', 'bcd', 'c']
o.append(a)
a = 'cd'; o = ['a', 'ab', 'abc', 'abcd', 'b', 'bc', 'bcd', 'c', 'cd']
e = 'e'; n = 1; r = 2
b = e[n:r]
b = ''; e = 'e'; n = 1; r = 2
d = 5
d = float(d)
d = 5.0
g = 15
g += 1
g = 16
k = 2.7755575615628914e-16; r = 5.551115123125783e-16
r = k % 2
k = 2.7755575615628914e-16; r = 2.7755575615628914e-16
f = 1; k = 3; q = {(2): 1, (1): 1, (3): 1}
f += q[k]
f = 2; k = 3; q = {2: 1, 1: 1, 3: 1}
j = 6; m = 55; n = 11
m = n * j
j = 6; m = 66; n = 11
b = 2; n = 2; t = [1, 2]; z = 1
z = t.index(n) + b
b = 2; n = 2; t = [1, 2]; z = 3
d = {(1): ['1', '2'], (3): ['100'], (29): ['12303479849857341718340192371'], (16): []}; h = '3084193741082937'; x = 16
d[x].append(h)
d = {1: ['1', '2'], 3: ['100'], 29: ['12303479849857341718340192371'], 16: ['3084193741082937']}; h = '3084193741082937'; x = 16
k = 2; p = 3; q = 3
k = q - p + 1
k = 1; p = 3; q = 3
n = 5; x = 7; z = [1, 2, 1, 2, 1, 2, 3, 4, 2, 1]
x += z[n]
n = 5; x = 9; z = [1, 2, 1, 2, 1, 2, 3, 4, 2, 1]
o = 104; w = 99
w = o
o = 104; w = 104
a = [1, 2, 1, 2, 1, 1, 1, 1]; i = 4
a[i + 1] = a[i] + 1
a = [1, 2, 1, 2, 1, 2, 1, 1]; i = 4
g = {(4): 0, (2): 1, (3): 2}; s = 3; y = 5
g[y] = s
g = {4: 0, 2: 1, 3: 2, 5: 3}; s = 3; y = 5
a = [3, 12]; k = [[1, 20]]
k.append(a)
a = [3, 12]; k = [[1, 20], [3, 12]]
d = 'f'; g = {'a': 2, 'b': 2, 'c': 2, 'd': 2, 'e': 3}; x = 'abcdefghhgfedecba'
g[str(d)] = x.count(d)
d = 'f'; g = {'a': 2, 'b': 2, 'c': 2, 'd': 2, 'e': 3, 'f': 2}; x = 'abcdefghhgfedecba'
d = [2, 2, 2, 2, 3, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
d.remove(0)
d = [2, 2, 2, 2, 3, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
n = [2]; u = 5
u = int(n.pop())
n = []; u = 2
d = [2, 5, 3, 6]; i = 4; j = 1; x = 1; y = [[1, 1, 1, 1], [0, 0, 0, 0], [1, 1, 1, 1], [0, 0, 1, 1], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]]
x = y[i - d[j]][j] if i - d[j] >= 0 else 0
d = [2, 5, 3, 6]; i = 4; j = 1; x = 0; y = [[1, 1, 1, 1], [0, 0, 0, 0], [1, 1, 1, 1], [0, 0, 1, 1], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]]
r = 'ive'; z = {'ive': 1, 'got': 1, 'a': 1, 'lovely': 1, 'bunch': 1, 'of': 1, 'coconuts': 1}
z[r] -= 1
r = 'ive'; z = {'ive': 0, 'got': 1, 'a': 1, 'lovely': 1, 'bunch': 1, 'of': 1, 'coconuts': 1}
o = 1
t = o
o = 1; t = 1
o = [6, 6, 0, 1]
u, p = o[0], o[1]
o = [6, 6, 0, 1]; p = 6; u = 6
j = 1; n = ['e', 'd', 'c', 'b', 'a']; v = 5; y = ['e', 'd', 'c', 'b', 'c', 'd', 'e']
y.append(n[v - abs(j - v) - 1])
j = 1; n = ['e', 'd', 'c', 'b', 'a']; v = 5; y = ['e', 'd', 'c', 'b', 'c', 'd', 'e', 'e']
f = [['1', '1', '1', '2'], ['1', '9', '1', '2'], ['1', '8', '9', '2']]; i = 3; z = [['1', '1', '1', '2'], ['1', '9', '1', '2'], ['1', '8', '9', '2'], '1234']
f.append(list(z[i]))
f = [['1', '1', '1', '2'], ['1', '9', '1', '2'], ['1', '8', '9', '2'], ['1', '2', '3', '4']]; i = 3; z = [['1', '1', '1', '2'], ['1', '9', '1', '2'], ['1', '8', '9', '2'], '1234']
s = 'o'; t = {'o': 1, 'a': 1, 'u': 2, 'i': 1, 'e': 1}
t[s] += 1
s = 'o'; t = {'o': 2, 'a': 1, 'u': 2, 'i': 1, 'e': 1}
i = 4; s = 'abccddde'; u = 6
u += ord(s[i]) - ord('a') + 1
i = 4; s = 'abccddde'; u = 10
h = 1; m = 0; n = 1; u = [[2, 2, 0]]
u.append([m, n, h])
h = 1; m = 0; n = 1; u = [[2, 2, 0], [0, 1, 1]]
l = 2; q = 'O'; t = 'g'
t = chr(ord('A') + (ord(q) - ord('A') + l) % 26)
l = 2; q = 'O'; t = 'Q'
d = {'A': False}; i = 66
d[chr(i)] = False
d = {'A': False, 'B': False}; i = 66
c = ['CAA']; n = ['ADA']
c.append(n.pop())
c = ['CAA', 'ADA']; n = []
i = 3; n = [1, 5, 10, 10]; q = [[1, 1], [1, 2, 1], [1, 3, 3, 1], [1, 4, 6, 4, 1]]
n.append(q[-1][i] + q[-1][i + 1])
i = 3; n = [1, 5, 10, 10, 5]; q = [[1, 1], [1, 2, 1], [1, 3, 3, 1], [1, 4, 6, 4, 1]]
i = 10
q = [1] * i
i = 10; q = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
b = 22; j = 3; n = 11
b = n * j
b = 33; j = 3; n = 11
a = 2; b = 10; i = 82; t = 48357032784585166988247190
t += a ^ b << i
a = 2; b = 10; i = 82; t = 96714065569170333976494232
f = [0, 0, 0, 0, 0, 0, 0]; k = 4; w = [0, 1, 4, 10]
f[0] = w[k - 1]
f = [10, 0, 0, 0, 0, 0, 0]; k = 4; w = [0, 1, 4, 10]
h = 5; z = 5.0
x = z / h
h = 5; x = 1.0; z = 5.0
d = 2; t = 1; w = 3
w += d - t
d = 2; t = 1; w = 4
h = [0, 0, 1]; s = [[0, 0, 0]]
s.append(h)
h = [0, 0, 1]; s = [[0, 0, 0], [0, 0, 1]]
x = ['{', '[', '(']; z = '{'
z = x.pop()
x = ['{', '[']; z = '('
a = 12; j = '1'
a += int(j)
a = 13; j = '1'
d = 7; w = 8
w %= d
d = 7; w = 1
l = 5; t = 10
t += l
l = 5; t = 15
i = 3; l = [1, 3, 4, 5, 5, 6]
l[i] = l[i - 1]
i = 3; l = [1, 3, 4, 4, 5, 6]
i = 3; k = [1, 9, 36]; s = [1, 8, 28, 56, 70, 56, 28, 8, 1]
k += [(s[i - 1] + s[i]) % 10 ** 9]
i = 3; k = [1, 9, 36, 84]; s = [1, 8, 28, 56, 70, 56, 28, 8, 1]
e = 1; q = [3, 2, 2, 2, 1]
q = [(value - e) for value in q if value - e > 0]
e = 1; q = [0.2817181715409549]
f = 2.5; g = 1.5; i = 2
g = f / i
f = 2.5; g = 1.25; i = 2
a = [4, 2, 4, 6, 1]; y = 3
y += a[stack1_p]
a = [4, 2, 4, 6, 1]; k = True; y = 5
m = '7'; n = '5'
n, m = int(n), int(m)
m = 7; n = 5
d = '3'; g = 1; p = '10'; z = [-4, None, None]
z[g] = int(p) - int(d)
d = '3'; g = 1; p = '10'; z = [-4, 7, None]
j = 2; w = [2]
j = len(w)
j = 1; w = [2]
i = 3; k = 34; p = [1, 5, 10, 12, 111, 200, 1000]
k -= p[i]
i = 3; k = 22; p = [1, 5, 10, 12, 111, 200, 1000]
i = 2; j = 1; q = [2, 1, 3, 5, 4]
q[i + j] = q[i + j + 1]
i = 2; j = 1; q = [2, 1, 3, 4, 4]
g = ['insert', '0', '5']
getattr(m, g[0])(int(g[1]), int(g[2]))
g = ['insert', '0', '5']; m = [5]
b = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; j = 11
b[-j] = 0
b = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; j = 11
w = [0, 0, 2, 2, 4]; x = 4; y = 4
w[y] = x
w = [0, 0, 2, 2, 4]; x = 4; y = 4
i = '111'
v = ~int(i, 2)
i = '111'; v = -8
m = 'this'
m += '-'
m = 'this-'
k = 12; x = 1
x = k % 10
k = 12; x = 2
f = 9227465; s = 14930352; t = 14930352
t = f + s
f = 9227465; s = 14930352; t = 24157817
g = [[2, 3], [4, -1], [5, -1], [6, -1], [7, 8], [-1, 9], [-1, -1], [10, 11], [-1, -1], [-1, -1], [-1, 0]]; r = '-1'; x = 10
g[x][1] = int(r)
g = [[2, 3], [4, -1], [5, -1], [6, -1], [7, 8], [-1, 9], [-1, -1], [10, 11], [-1, -1], [-1, -1], [-1, -1]]; r = '-1'; x = 10
a = [[2, 2, 0, 0], [0, 2, 1, 0], [0, 0, 1, 0], [1, 0, 0, 0]]; x = 1; y = 2
a[x][y] = 2
a = [[2, 2, 0, 0], [0, 2, 2, 0], [0, 0, 1, 0], [1, 0, 0, 0]]; x = 1; y = 2
j = 0; n = ['11', '2', '4']
q += int(n[0 + j])
j = 0; n = ['11', '2', '4']; q = -20
s = 50; v = 295636
v = s
s = 50; v = 50
c = '95 92 95'
c = [float(score) for score in c.split()]
c = [95.0, 92.0, 95.0]
a = 'a'; b = 'x'; n = ['a', 'y']
a, b = n
a = 'a'; b = 'y'; n = ['a', 'y']
b = '1'; s = '111111111111111'
s += b
b = '1'; s = '1111111111111111'
b = 0; x = 200; y = 3
b = x - y
b = 197; x = 200; y = 3
u = '100007'; x = 100008
u = str(x)
u = '100008'; x = 100008
h = 6; m = 'haveaniceday'; o = ['v']
o.append(m[h])
h = 6; m = 'haveaniceday'; o = ['v', 'i']
i = 4; s = [3, 4, 21, 36, '10', '28', '35', '5', '24', '42']
s[i] = int(s[i])
i = 4; s = [3, 4, 21, 36, 10, '28', '35', '5', '24', '42']
f = [0, 1, 1, 2, 3, 5, 8, 13, 21, 121393, 196418, 317811, 514229, 832040, 1346269, 2178309, 3524578]; t = 5702887
f.append(t)
f = [0, 1, 1, 2, 3, 5, 8, 13, 21, 121393, 196418, 317811, 514229, 832040, 1346269, 2178309, 3524578, 5702887]; t = 5702887
y = ['0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1']
l = [(1 if y[i] == '0' else 0) for i in range(len(y))]
l = []; y = []
i = ['Harry', 37.21]
p.append(i[0])
i = ['Harry', 37.21]; p = ['Harry']
l = ['1000000001', '1000000002', '1000000003', '1000000004', '1000000005']
k = [int(i) for i in l]
k = [1000000001, 1000000002, 1000000003, 1000000004, 1000000005]; l = ['1000000001', '1000000002', '1000000003', '1000000004', '1000000005']
p = [1, 2]; x = 12
x = sum(p)
p = [1, 2]; x = 3
h = {(0): [], (1): []}; i = 2
h[i] = []
h = {0: [], 1: [], 2: []}; i = 2
b = 1; i = 1; m = 1; w = [(1, 1), (1, 2), (2, 2)]
m = m + w[i][b]
b = 1; i = 1; m = 3; w = [(1, 1), (1, 2), (2, 2)]
f = [1, 2, 1, 3]; x = 2; z = [0, 1, 2]
m = z[z.index(f[x]):]
f = [1, 2, 1, 3]; m = [1, 2]; x = 2; z = [0, 1, 2]
c = '_'; d = {'A': 2, 'B': 2, 'C': 1, '_': 0}
d[c] += 1
c = '_'; d = {'A': 2, 'B': 2, 'C': 1, '_': 1}
s = 'ifailuhkqq'
n = len(s)
n = 10; s = 'ifailuhkqq'
i = 1; m = 1; x = 5
m = x // i
i = 1; m = 5; x = 5