id int64 0 9k | prompt stringlengths 265 3.32k | answer stringclasses 14
values | pythoncode stringlengths 267 3.32k | num_nodes int64 3 10 | num_edges int64 3 53 | avg_node_edge float64 1 5.3 | graph_density float64 0.11 1 | num_classes int64 2 10 | avg_node_class float64 1 5 | max_num_field int64 1 10 | min_num_field int64 1 5 | avg_num_field float64 1 7.6 | path_length int64 3 10 | max_node_visits int64 1 6 | max_edge_visits int64 1 5 | unique_node_number int64 2 10 | path_node_coverage float64 0.2 1 | unique_edge_number int64 2 10 | path_edge_coverage float64 0.04 1 | num_cycle int64 0 9 | shortest_cycle int64 2 8 ⌀ | longest_cycle int64 2 10 ⌀ | average_cycle float64 2 8 ⌀ | unique_edge_label int64 1 9 | max_label_occurrences int64 1 10 | max_label_consecutive int64 1 10 | max_node_outdegree int64 1 4 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
700 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.y: B = None
self.txt = txt
k = A("k")
d = B("d")
l = B("l")
k.x = d
d.t = k
d.y = l
l.t = k
l.y = d
assert d.y.y.t.txt == " | k" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.y: B = None
self.txt = txt
k = A("k")
d = B("d")
l = B("l")
k.x = d
d.t = k
d.y = l
l.t = k
l.y = d
assert d.y.y.t.txt == "k" | 3 | 5 | 1.666667 | 0.833333 | 2 | 1.5 | 2 | 1 | 1.5 | 3 | 2 | 1 | 3 | 1 | 3 | 0.6 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | 2 |
701 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
a = A("a")
n = B("n")
d = A("d")
b = A("b")
g = A("g")
i = A("i")
a.t = i
n.p = b
d.t = a
b.t = g
g.t = b
i.t = d
assert g.t.t.t.txt ==... | b" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
a = A("a")
n = B("n")
d = A("d")
b = A("b")
g = A("g")
i = A("i")
a.t = i
n.p = b
d.t = a
b.t = g
g.t = b
i.t = d
assert g.t.t.t.txt ==... | 6 | 6 | 1 | 0.2 | 2 | 3 | 1 | 1 | 1 | 3 | 2 | 2 | 2 | 0.333333 | 2 | 0.333333 | 2 | 2 | 2 | 2 | 1 | 3 | 3 | 1 |
702 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.s: B = None
self.txt = txt
e = A("e")
i = B("i")
k = A("k")
m = B("m")
j = A("j")
c = A("c")
g = A("g")
f = A("f")
e.y = i
i.r = c
i.s = ... | i" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.s: B = None
self.txt = txt
e = A("e")
i = B("i")
k = A("k")
m = B("m")
j = A("j")
c = A("c")
g = A("g")
f = A("f")
e.y = i
i.r = c
i.s = ... | 8 | 10 | 1.25 | 0.178571 | 2 | 4 | 2 | 1 | 1.5 | 8 | 4 | 2 | 4 | 0.5 | 6 | 0.6 | 5 | 2 | 7 | 4.125 | 3 | 3 | 3 | 2 |
703 | class A:
def __init__(self, txt: str):
self.v: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.t: B = None
self.txt = txt
a = A("a")
j = B("j")
b = B("b")
c = B("c")
l = A("l")
i = B("i")
d = A("d")
a.v = c
... | i" | class A:
def __init__(self, txt: str):
self.v: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.t: B = None
self.txt = txt
a = A("a")
j = B("j")
b = B("b")
c = B("c")
l = A("l")
i = B("i")
d = A("d")
a.v = c
... | 7 | 12 | 1.714286 | 0.285714 | 2 | 3.5 | 2 | 2 | 2 | 5 | 2 | 2 | 4 | 0.571429 | 4 | 0.333333 | 2 | 4 | 4 | 4 | 2 | 4 | 3 | 1 |
704 | class A:
def __init__(self, txt: str):
self.w: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
f = A("f")
m = B("m")
n = B("n")
d = B("d")
a = B("a")
h = B("h")
k = B("k")
c = A("c")
e = A("e")
f.w = m
f.p... | k" | class A:
def __init__(self, txt: str):
self.w: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
f = A("f")
m = B("m")
n = B("n")
d = B("d")
a = B("a")
h = B("h")
k = B("k")
c = A("c")
e = A("e")
f.w = m
f.p... | 9 | 11 | 1.222222 | 0.152778 | 2 | 4.5 | 2 | 1 | 1.5 | 6 | 2 | 2 | 4 | 0.444444 | 4 | 0.363636 | 3 | 3 | 3 | 3 | 1 | 6 | 6 | 1 |
705 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.u: B = None
self.txt = txt
d = A("d")
c = B("c")
k = A("k")
f = B("f")
i = A("i")
d.p = f
c.z = i
c.u = f
k.p = f
f.z = i
f.u = c
i.p = c... | c" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.u: B = None
self.txt = txt
d = A("d")
c = B("c")
k = A("k")
f = B("f")
i = A("i")
d.p = f
c.z = i
c.u = f
k.p = f
f.z = i
f.u = c
i.p = c... | 5 | 7 | 1.4 | 0.35 | 2 | 2.5 | 2 | 1 | 1.5 | 4 | 2 | 2 | 3 | 0.6 | 3 | 0.428571 | 2 | 2 | 2 | 2 | 2 | 3 | 3 | 1 |
706 | class A:
def __init__(self, txt: str):
self.t: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
f = A("f")
i = B("i")
c = A("c")
a = A("a")
d = B("d")
b = B("b")
m = B("m")
f.t = c
f.v = a
i.t = d
c.t = f
c... | d" | class A:
def __init__(self, txt: str):
self.t: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
f = A("f")
i = B("i")
c = A("c")
a = A("a")
d = B("d")
b = B("b")
m = B("m")
f.t = c
f.v = a
i.t = d
c.t = f
c... | 7 | 10 | 1.428571 | 0.238095 | 2 | 3.5 | 2 | 1 | 1.5 | 4 | 2 | 2 | 3 | 0.428571 | 3 | 0.3 | 2 | 3 | 3 | 3 | 1 | 4 | 4 | 1 |
707 | class A:
def __init__(self, txt: str):
self.y: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.x: A = None
self.txt = txt
d = A("d")
c = B("c")
g = B("g")
i = B("i")
h = B("h")
n = A("n")
m = A("m")
l = A("l"... | c" | class A:
def __init__(self, txt: str):
self.y: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.x: A = None
self.txt = txt
d = A("d")
c = B("c")
g = B("g")
i = B("i")
h = B("h")
n = A("n")
m = A("m")
l = A("l"... | 8 | 16 | 2 | 0.285714 | 2 | 4 | 2 | 2 | 2 | 4 | 1 | 1 | 5 | 0.625 | 4 | 0.25 | 0 | null | null | null | 4 | 1 | 1 | 1 |
708 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.o: B = None
self.txt = txt
b = A("b")
k = B("k")
m = B("m")
b.x = m
k.z = b
k.o = m
m.z = b
m.o = k
assert b.x.z.x.txt == " | m" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.o: B = None
self.txt = txt
b = A("b")
k = B("k")
m = B("m")
b.x = m
k.z = b
k.o = m
m.z = b
m.o = k
assert b.x.z.x.txt == "m" | 3 | 5 | 1.666667 | 0.833333 | 2 | 1.5 | 2 | 1 | 1.5 | 3 | 2 | 2 | 2 | 0.666667 | 2 | 0.4 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 |
709 | class A:
def __init__(self, txt: str):
self.w: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.y: A = None
self.txt = txt
i = A("i")
l = B("l")
m = A("m")
g = B("g")
n = A("n")
a = B("a")
c = B("c")
f = B("f"... | m" | class A:
def __init__(self, txt: str):
self.w: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.y: A = None
self.txt = txt
i = A("i")
l = B("l")
m = A("m")
g = B("g")
n = A("n")
a = B("a")
c = B("c")
f = B("f"... | 8 | 15 | 1.875 | 0.267857 | 2 | 4 | 2 | 2 | 2 | 7 | 2 | 2 | 4 | 0.5 | 6 | 0.4 | 4 | 2 | 2 | 2 | 4 | 3 | 3 | 2 |
710 | class A:
def __init__(self, txt: str):
self.t: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
c = A("c")
m = B("m")
g = A("g")
i = A("i")
e = B("e")
c.t = i
c.r = m
m.z = i
g.t = i
g.r = m
i.t = c
i.r = m... | m" | class A:
def __init__(self, txt: str):
self.t: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
c = A("c")
m = B("m")
g = A("g")
i = A("i")
e = B("e")
c.t = i
c.r = m
m.z = i
g.t = i
g.r = m
i.t = c
i.r = m... | 5 | 8 | 1.6 | 0.4 | 2 | 2.5 | 2 | 1 | 1.5 | 5 | 3 | 2 | 3 | 0.6 | 4 | 0.5 | 3 | 2 | 4 | 3 | 3 | 2 | 2 | 2 |
711 | class A:
def __init__(self, txt: str):
self.p: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.v: A = None
self.txt = txt
m = A("m")
l = B("l")
n = A("n")
k = A("k")
h = B("h")
f = B("f")
j = B("j")
a = A("a"... | k" | class A:
def __init__(self, txt: str):
self.p: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.v: A = None
self.txt = txt
m = A("m")
l = B("l")
n = A("n")
k = A("k")
h = B("h")
f = B("f")
j = B("j")
a = A("a"... | 9 | 17 | 1.888889 | 0.236111 | 2 | 4.5 | 2 | 2 | 2 | 7 | 2 | 1 | 6 | 0.666667 | 7 | 0.411765 | 2 | 3 | 5 | 4 | 3 | 3 | 2 | 2 |
712 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
h = A("h")
d = B("d")
j = A("j")
h.s = j
d.u = h
j.s = h
assert d.u.s.s.txt == " | h" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
h = A("h")
d = B("d")
j = A("j")
h.s = j
d.u = h
j.s = h
assert d.u.s.s.txt == "h" | 3 | 3 | 1 | 0.5 | 2 | 1.5 | 1 | 1 | 1 | 3 | 2 | 1 | 3 | 1 | 3 | 1 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | 1 |
713 | class A:
def __init__(self, txt: str):
self.q: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.p: B = None
self.txt = txt
d = A("d")
k = B("k")
g = A("g")
j = A("j")
c = B("c")
h = A("h")
b = B("b")
d.q = g
... | c" | class A:
def __init__(self, txt: str):
self.q: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.p: B = None
self.txt = txt
d = A("d")
k = B("k")
g = A("g")
j = A("j")
c = B("c")
h = A("h")
b = B("b")
d.q = g
... | 7 | 12 | 1.714286 | 0.285714 | 2 | 3.5 | 2 | 2 | 2 | 3 | 2 | 1 | 3 | 0.428571 | 3 | 0.25 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | 1 |
714 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.r: A = None
self.txt = txt
l = A("l")
n = B("n")
g = B("g")
k = A("k")
i = B("i")
l.y = i
n.q = k
n.r = l
g.q = l
g.r = k
k.y = n
i.q = k... | l" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.r: A = None
self.txt = txt
l = A("l")
n = B("n")
g = B("g")
k = A("k")
i = B("i")
l.y = i
n.q = k
n.r = l
g.q = l
g.r = k
k.y = n
i.q = k... | 5 | 7 | 1.4 | 0.35 | 2 | 2.5 | 2 | 1 | 1.5 | 3 | 1 | 1 | 4 | 0.8 | 3 | 0.428571 | 0 | null | null | null | 2 | 2 | 1 | 1 |
715 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.u: A = None
self.txt = txt
n = A("n")
m = B("m")
f = B("f")
h = A("h")
n.w = h
m.q = f
m.u = h
f.q = m
f.u = n
h.w = n
assert h.w.w.w.w.t... | h" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.u: A = None
self.txt = txt
n = A("n")
m = B("m")
f = B("f")
h = A("h")
n.w = h
m.q = f
m.u = h
f.q = m
f.u = n
h.w = n
assert h.w.w.w.w.t... | 4 | 6 | 1.5 | 0.5 | 2 | 2 | 2 | 1 | 1.5 | 4 | 3 | 2 | 2 | 0.5 | 2 | 0.333333 | 3 | 2 | 4 | 2.5 | 1 | 4 | 4 | 1 |
716 | class A:
def __init__(self, txt: str):
self.o: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
j = A("j")
i = B("i")
l = A("l")
c = A("c")
d = B("d")
n = B("n")
m = B("m")
j.o = l
j.x = l
i.t = n
l.o = j
l... | d" | class A:
def __init__(self, txt: str):
self.o: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
j = A("j")
i = B("i")
l = A("l")
c = A("c")
d = B("d")
n = B("n")
m = B("m")
j.o = l
j.x = l
i.t = n
l.o = j
l... | 7 | 8 | 1.142857 | 0.190476 | 2 | 3.5 | 2 | 1 | 1.5 | 6 | 3 | 2 | 3 | 0.428571 | 3 | 0.375 | 4 | 3 | 6 | 3.6 | 1 | 6 | 6 | 1 |
717 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
h = A("h")
f = B("f")
b = B("b")
h.v = b
f.y = b
b.y = f
assert h.v.y.y.txt == " | b" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
h = A("h")
f = B("f")
b = B("b")
h.v = b
f.y = b
b.y = f
assert h.v.y.y.txt == "b" | 3 | 3 | 1 | 0.5 | 2 | 1.5 | 1 | 1 | 1 | 3 | 2 | 1 | 3 | 1 | 3 | 1 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | 1 |
718 | class A:
def __init__(self, txt: str):
self.w: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
m = A("m")
b = B("b")
h = B("h")
e = B("e")
f = A("f")
g = B("g")
j = B("j")
k = B("k")
m.w = f
m.q = g
b.r = ... | f" | class A:
def __init__(self, txt: str):
self.w: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
m = A("m")
b = B("b")
h = B("h")
e = B("e")
f = A("f")
g = B("g")
j = B("j")
k = B("k")
m.w = f
m.q = g
b.r = ... | 8 | 10 | 1.25 | 0.178571 | 2 | 4 | 2 | 1 | 1.5 | 8 | 4 | 2 | 4 | 0.5 | 6 | 0.6 | 5 | 2 | 8 | 4.444444 | 3 | 4 | 2 | 2 |
719 | class A:
def __init__(self, txt: str):
self.z: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
c = A("c")
i = B("i")
l = B("l")
k = B("k")
j = B("j")
f = A("f")
h = A("h")
c.z = k
c.r = i
i.q = l
l.q = i
k... | i" | class A:
def __init__(self, txt: str):
self.z: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
c = A("c")
i = B("i")
l = B("l")
k = B("k")
j = B("j")
f = A("f")
h = A("h")
c.z = k
c.r = i
i.q = l
l.q = i
k... | 7 | 10 | 1.428571 | 0.238095 | 2 | 3.5 | 2 | 1 | 1.5 | 4 | 2 | 2 | 3 | 0.428571 | 3 | 0.3 | 2 | 2 | 2 | 2 | 1 | 4 | 4 | 1 |
720 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.r: A = None
self.txt = txt
a = A("a")
n = B("n")
j = B("j")
f = A("f")
a.y = f
n.y = j
n.r = f
j.y = n
j.r = a
f.y = a
assert a.y.y.y.txt... | f" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.r: A = None
self.txt = txt
a = A("a")
n = B("n")
j = B("j")
f = A("f")
a.y = f
n.y = j
n.r = f
j.y = n
j.r = a
f.y = a
assert a.y.y.y.txt... | 4 | 6 | 1.5 | 0.5 | 2 | 2 | 2 | 1 | 1.5 | 3 | 2 | 2 | 2 | 0.5 | 2 | 0.333333 | 2 | 2 | 2 | 2 | 1 | 3 | 3 | 1 |
721 | class A:
def __init__(self, txt: str):
self.t: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
f = A("f")
j = B("j")
k = A("k")
f.t = j
f.o = j
j.p = f
k.t = j
k.o = j
assert j.p.o.p.txt == " | f" | class A:
def __init__(self, txt: str):
self.t: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
f = A("f")
j = B("j")
k = A("k")
f.t = j
f.o = j
j.p = f
k.t = j
k.o = j
assert j.p.o.p.txt == "f" | 3 | 3 | 1 | 0.5 | 2 | 1.5 | 2 | 1 | 1.5 | 3 | 2 | 2 | 2 | 0.666667 | 2 | 0.666667 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 |
722 | class A:
def __init__(self, txt: str):
self.r: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
k = A("k")
m = B("m")
g = B("g")
l = A("l")
f = A("f")
h = A("h")
a = A("a")
e = B("e")
k.r = e
k.y = a
m.z = ... | g" | class A:
def __init__(self, txt: str):
self.r: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
k = A("k")
m = B("m")
g = B("g")
l = A("l")
f = A("f")
h = A("h")
a = A("a")
e = B("e")
k.r = e
k.y = a
m.z = ... | 8 | 13 | 1.625 | 0.232143 | 2 | 4 | 2 | 1 | 1.5 | 5 | 2 | 1 | 4 | 0.5 | 5 | 0.384615 | 2 | 2 | 3 | 2.5 | 3 | 2 | 2 | 2 |
723 | class A:
def __init__(self, txt: str):
self.r: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
g = A("g")
c = B("c")
b = A("b")
f = B("f")
m = A("m")
d = A("d")
k = A("k")
g.r = f
g.q = k
c.t = f
b.r = f
b... | f" | class A:
def __init__(self, txt: str):
self.r: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
g = A("g")
c = B("c")
b = A("b")
f = B("f")
m = A("m")
d = A("d")
k = A("k")
g.r = f
g.q = k
c.t = f
b.r = f
b... | 7 | 12 | 1.714286 | 0.285714 | 2 | 3.5 | 2 | 1 | 1.5 | 5 | 3 | 2 | 3 | 0.428571 | 3 | 0.25 | 3 | 2 | 4 | 2.5 | 2 | 4 | 4 | 1 |
724 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
h = A("h")
a = B("a")
k = A("k")
f = B("f")
l = A("l")
j = A("j")
b = A("b")
h.w = b
a.q = l
k.w = b
f.q = h
l.w = j
j.w = l
b.w = j
as... | l" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
h = A("h")
a = B("a")
k = A("k")
f = B("f")
l = A("l")
j = A("j")
b = A("b")
h.w = b
a.q = l
k.w = b
f.q = h
l.w = j
j.w = l
b.w = j
as... | 7 | 7 | 1 | 0.166667 | 2 | 3.5 | 1 | 1 | 1 | 6 | 3 | 3 | 3 | 0.428571 | 3 | 0.428571 | 4 | 2 | 4 | 2.666667 | 1 | 6 | 6 | 1 |
725 | class A:
def __init__(self, txt: str):
self.r: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
f = A("f")
a = B("a")
c = B("c")
j = B("j")
b = B("b")
i = B("i")
h = B("h")
k = B("k")
d = A("d")
n = A("n")
... | f" | class A:
def __init__(self, txt: str):
self.r: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
f = A("f")
a = B("a")
c = B("c")
j = B("j")
b = B("b")
i = B("i")
h = B("h")
k = B("k")
d = A("d")
n = A("n")
... | 10 | 13 | 1.3 | 0.144444 | 2 | 5 | 2 | 1 | 1.5 | 7 | 3 | 2 | 4 | 0.4 | 5 | 0.384615 | 4 | 2 | 6 | 3.2 | 3 | 4 | 4 | 2 |
726 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
n = A("n")
c = B("c")
a = B("a")
i = A("i")
m = A("m")
g = B("g")
j = B("j")
f = B("f")
n.s = a
c.p = g
a.p = f
i.s = c
m.s = g
g.p = j... | a" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
n = A("n")
c = B("c")
a = B("a")
i = A("i")
m = A("m")
g = B("g")
j = B("j")
f = B("f")
n.s = a
c.p = g
a.p = f
i.s = c
m.s = g
g.p = j... | 8 | 8 | 1 | 0.142857 | 2 | 4 | 1 | 1 | 1 | 8 | 2 | 2 | 5 | 0.625 | 5 | 0.625 | 4 | 5 | 5 | 5 | 1 | 8 | 8 | 1 |
727 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.y: B = None
self.txt = txt
m = A("m")
l = B("l")
i = B("i")
b = A("b")
j = B("j")
m.o = j
l.u = m
l.y = i
i.u = m
i.y = l
b.o = j
j.u = m... | j" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.y: B = None
self.txt = txt
m = A("m")
l = B("l")
i = B("i")
b = A("b")
j = B("j")
m.o = j
l.u = m
l.y = i
i.u = m
i.y = l
b.o = j
j.u = m... | 5 | 8 | 1.6 | 0.4 | 2 | 2.5 | 2 | 1 | 1.5 | 3 | 2 | 2 | 2 | 0.4 | 2 | 0.25 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 |
728 | class A:
def __init__(self, txt: str):
self.r: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.p: A = None
self.txt = txt
l = A("l")
a = B("a")
f = B("f")
h = A("h")
l.r = h
l.z = h
a.o = f
a.p = h
f.o = a
f... | h" | class A:
def __init__(self, txt: str):
self.r: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.p: A = None
self.txt = txt
l = A("l")
a = B("a")
f = B("f")
h = A("h")
l.r = h
l.z = h
a.o = f
a.p = h
f.o = a
f... | 4 | 6 | 1.5 | 0.5 | 2 | 2 | 2 | 2 | 2 | 3 | 2 | 1 | 2 | 0.5 | 3 | 0.5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 |
729 | class A:
def __init__(self, txt: str):
self.o: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.o: B = None
self.txt = txt
f = A("f")
j = B("j")
b = A("b")
h = B("h")
c = B("c")
a = B("a")
e = B("e")
f.o = a
... | a" | class A:
def __init__(self, txt: str):
self.o: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.o: B = None
self.txt = txt
f = A("f")
j = B("j")
b = A("b")
h = B("h")
c = B("c")
a = B("a")
e = B("e")
f.o = a
... | 7 | 13 | 1.857143 | 0.309524 | 2 | 3.5 | 2 | 2 | 2 | 5 | 3 | 2 | 3 | 0.428571 | 4 | 0.307692 | 3 | 2 | 5 | 3 | 2 | 4 | 3 | 2 |
730 | class A:
def __init__(self, txt: str):
self.v: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
i = A("i")
n = B("n")
c = A("c")
a = B("a")
e = A("e")
i.v = n
i.t = a
n.w = a
c.v = n
c.t = a
a.w = n
e.v = a... | a" | class A:
def __init__(self, txt: str):
self.v: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
i = A("i")
n = B("n")
c = A("c")
a = B("a")
e = A("e")
i.v = n
i.t = a
n.w = a
c.v = n
c.t = a
a.w = n
e.v = a... | 5 | 7 | 1.4 | 0.35 | 2 | 2.5 | 2 | 1 | 1.5 | 4 | 3 | 2 | 2 | 0.4 | 2 | 0.285714 | 3 | 2 | 4 | 2.5 | 1 | 4 | 4 | 1 |
731 | class A:
def __init__(self, txt: str):
self.v: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.z: A = None
self.txt = txt
j = A("j")
i = B("i")
c = A("c")
f = A("f")
n = A("n")
b = A("b")
e = B("e")
h = B("h"... | i" | class A:
def __init__(self, txt: str):
self.v: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.z: A = None
self.txt = txt
j = A("j")
i = B("i")
c = A("c")
f = A("f")
n = A("n")
b = A("b")
e = B("e")
h = B("h"... | 8 | 16 | 2 | 0.285714 | 2 | 4 | 2 | 2 | 2 | 6 | 3 | 3 | 3 | 0.375 | 4 | 0.25 | 4 | 2 | 5 | 3.333333 | 2 | 4 | 2 | 2 |
732 | class A:
def __init__(self, txt: str):
self.o: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.r: A = None
self.txt = txt
e = A("e")
f = B("f")
a = B("a")
d = A("d")
i = B("i")
h = A("h")
g = B("g")
e.o = h
... | e" | class A:
def __init__(self, txt: str):
self.o: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.r: A = None
self.txt = txt
e = A("e")
f = B("f")
a = B("a")
d = A("d")
i = B("i")
h = A("h")
g = B("g")
e.o = h
... | 7 | 14 | 2 | 0.333333 | 2 | 3.5 | 2 | 2 | 2 | 5 | 2 | 1 | 5 | 0.714286 | 5 | 0.357143 | 1 | 5 | 5 | 5 | 4 | 2 | 1 | 1 |
733 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.x: A = None
self.txt = txt
f = A("f")
i = B("i")
k = A("k")
f.x = k
i.o = f
i.x = k
k.x = f
assert k.x.x.x.txt == " | f" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.x: A = None
self.txt = txt
f = A("f")
i = B("i")
k = A("k")
f.x = k
i.o = f
i.x = k
k.x = f
assert k.x.x.x.txt == "f" | 3 | 4 | 1.333333 | 0.666667 | 2 | 1.5 | 2 | 1 | 1.5 | 3 | 2 | 2 | 2 | 0.666667 | 2 | 0.5 | 2 | 2 | 2 | 2 | 1 | 3 | 3 | 1 |
734 | class A:
def __init__(self, txt: str):
self.s: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.q: B = None
self.txt = txt
f = A("f")
e = B("e")
n = A("n")
l = B("l")
d = B("d")
g = A("g")
i = B("i")
b = A("b"... | d" | class A:
def __init__(self, txt: str):
self.s: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.q: B = None
self.txt = txt
f = A("f")
e = B("e")
n = A("n")
l = B("l")
d = B("d")
g = A("g")
i = B("i")
b = A("b"... | 10 | 16 | 1.6 | 0.177778 | 2 | 5 | 2 | 2 | 2 | 7 | 3 | 1 | 5 | 0.5 | 7 | 0.4375 | 3 | 3 | 6 | 3.75 | 3 | 4 | 3 | 2 |
735 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.r: A = None
self.txt = txt
a = A("a")
i = B("i")
d = B("d")
g = B("g")
b = A("b")
h = B("h")
f = B("f")
j = A("j")
a.r = f
i.y = j
i.r = ... | j" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.r: A = None
self.txt = txt
a = A("a")
i = B("i")
d = B("d")
g = B("g")
b = A("b")
h = B("h")
f = B("f")
j = A("j")
a.r = f
i.y = j
i.r = ... | 8 | 12 | 1.5 | 0.214286 | 2 | 4 | 2 | 1 | 1.5 | 4 | 2 | 2 | 3 | 0.375 | 3 | 0.25 | 2 | 2 | 2 | 2 | 2 | 3 | 2 | 2 |
736 | class A:
def __init__(self, txt: str):
self.o: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
i = A("i")
g = B("g")
l = A("l")
k = A("k")
j = B("j")
i.o = l
i.z = l
g.w = k
l.o = k
l.z = i
k.o = l
k.z = l... | i" | class A:
def __init__(self, txt: str):
self.o: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
i = A("i")
g = B("g")
l = A("l")
k = A("k")
j = B("j")
i.o = l
i.z = l
g.w = k
l.o = k
l.z = i
k.o = l
k.z = l... | 5 | 6 | 1.2 | 0.3 | 2 | 2.5 | 2 | 1 | 1.5 | 4 | 2 | 2 | 3 | 0.6 | 3 | 0.5 | 2 | 2 | 2 | 2 | 2 | 3 | 3 | 1 |
737 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
a = A("a")
j = B("j")
l = A("l")
e = B("e")
n = A("n")
f = A("f")
d = B("d")
a.v = l
j.y = n
l.v = n
e.y = l
n.v = l
f.v = a
d.y = n
as... | l" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
a = A("a")
j = B("j")
l = A("l")
e = B("e")
n = A("n")
f = A("f")
d = B("d")
a.v = l
j.y = n
l.v = n
e.y = l
n.v = l
f.v = a
d.y = n
as... | 7 | 7 | 1 | 0.166667 | 2 | 3.5 | 1 | 1 | 1 | 5 | 3 | 2 | 3 | 0.428571 | 3 | 0.428571 | 3 | 2 | 4 | 2.5 | 2 | 4 | 4 | 1 |
738 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
b = A("b")
g = B("g")
c = B("c")
b.y = g
g.v = c
c.v = g
assert c.v.v.v.txt == " | g" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
b = A("b")
g = B("g")
c = B("c")
b.y = g
g.v = c
c.v = g
assert c.v.v.v.txt == "g" | 3 | 3 | 1 | 0.5 | 2 | 1.5 | 1 | 1 | 1 | 3 | 2 | 2 | 2 | 0.666667 | 2 | 0.666667 | 2 | 2 | 2 | 2 | 1 | 3 | 3 | 1 |
739 | class A:
def __init__(self, txt: str):
self.x: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.y: A = None
self.txt = txt
n = A("n")
j = B("j")
c = B("c")
f = A("f")
g = B("g")
m = B("m")
a = A("a")
n.x = g
... | n" | class A:
def __init__(self, txt: str):
self.x: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.y: A = None
self.txt = txt
n = A("n")
j = B("j")
c = B("c")
f = A("f")
g = B("g")
m = B("m")
a = A("a")
n.x = g
... | 7 | 13 | 1.857143 | 0.309524 | 2 | 3.5 | 2 | 2 | 2 | 3 | 2 | 1 | 3 | 0.428571 | 3 | 0.230769 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | 2 |
740 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.p: A = None
self.txt = txt
n = A("n")
f = B("f")
m = B("m")
b = B("b")
i = B("i")
a = B("a")
h = A("h")
n.p = f
f.v = n
f.p = h
m.v = n
m... | a" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.p: A = None
self.txt = txt
n = A("n")
f = B("f")
m = B("m")
b = B("b")
i = B("i")
a = B("a")
h = A("h")
n.p = f
f.v = n
f.p = h
m.v = n
m... | 7 | 9 | 1.285714 | 0.214286 | 2 | 3.5 | 2 | 1 | 1.5 | 6 | 3 | 3 | 3 | 0.428571 | 3 | 0.333333 | 4 | 2 | 4 | 2.666667 | 1 | 6 | 6 | 1 |
741 | class A:
def __init__(self, txt: str):
self.y: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
j = A("j")
c = B("c")
d = B("d")
h = A("h")
j.y = h
j.o = h
c.p = d
d.p = c
h.y = j
h.o = j
assert j.y.o.o.o.t... | j" | class A:
def __init__(self, txt: str):
self.y: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
j = A("j")
c = B("c")
d = B("d")
h = A("h")
j.y = h
j.o = h
c.p = d
d.p = c
h.y = j
h.o = j
assert j.y.o.o.o.t... | 4 | 4 | 1 | 0.333333 | 2 | 2 | 2 | 1 | 1.5 | 4 | 3 | 2 | 2 | 0.5 | 3 | 0.75 | 3 | 2 | 4 | 2.5 | 2 | 3 | 3 | 2 |
742 | class A:
def __init__(self, txt: str):
self.z: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.y: A = None
self.txt = txt
k = A("k")
b = B("b")
a = A("a")
k.z = a
k.p = a
b.t = a
b.y = a
a.z = k
a.p = k
asse... | k" | class A:
def __init__(self, txt: str):
self.z: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.y: A = None
self.txt = txt
k = A("k")
b = B("b")
a = A("a")
k.z = a
k.p = a
b.t = a
b.y = a
a.z = k
a.p = k
asse... | 3 | 3 | 1 | 0.5 | 2 | 1.5 | 2 | 2 | 2 | 3 | 2 | 1 | 2 | 0.666667 | 3 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 |
743 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.y: A = None
self.txt = txt
b = A("b")
f = B("f")
h = B("h")
k = B("k")
e = A("e")
j = B("j")
l = B("l")
g = A("g")
d = B("d")
n = A("n")
... | b" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.y: A = None
self.txt = txt
b = A("b")
f = B("f")
h = B("h")
k = B("k")
e = A("e")
j = B("j")
l = B("l")
g = A("g")
d = B("d")
n = A("n")
... | 10 | 16 | 1.6 | 0.177778 | 2 | 5 | 2 | 1 | 1.5 | 6 | 1 | 1 | 7 | 0.7 | 6 | 0.375 | 0 | null | null | null | 3 | 3 | 3 | 1 |
744 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
m = A("m")
i = B("i")
j = A("j")
l = A("l")
k = B("k")
h = B("h")
g = A("g")
c = B("c")
n = B("n")
m.s = h
i.y = n
j.s = k
l.s = k
k.y ... | h" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
m = A("m")
i = B("i")
j = A("j")
l = A("l")
k = B("k")
h = B("h")
g = A("g")
c = B("c")
n = B("n")
m.s = h
i.y = n
j.s = k
l.s = k
k.y ... | 9 | 9 | 1 | 0.125 | 2 | 4.5 | 1 | 1 | 1 | 6 | 2 | 2 | 4 | 0.444444 | 4 | 0.444444 | 3 | 3 | 3 | 3 | 2 | 5 | 5 | 1 |
745 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
c = A("c")
k = B("k")
f = A("f")
i = B("i")
l = B("l")
m = A("m")
c.v = l
k.v = l
f.v = l
i.v = l
l.v = i
m.v = l
assert c.v.v.v.v.txt ... | i" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
c = A("c")
k = B("k")
f = A("f")
i = B("i")
l = B("l")
m = A("m")
c.v = l
k.v = l
f.v = l
i.v = l
l.v = i
m.v = l
assert c.v.v.v.v.txt ... | 6 | 6 | 1 | 0.2 | 2 | 3 | 1 | 1 | 1 | 4 | 2 | 2 | 3 | 0.5 | 3 | 0.5 | 2 | 2 | 2 | 2 | 1 | 4 | 4 | 1 |
746 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.o: A = None
self.txt = txt
d = A("d")
a = B("a")
i = A("i")
n = B("n")
e = A("e")
g = A("g")
k = B("k")
b = A("b")
c = B("c")
m = B("m")
... | k" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.o: A = None
self.txt = txt
d = A("d")
a = B("a")
i = A("i")
n = B("n")
e = A("e")
g = A("g")
k = B("k")
b = A("b")
c = B("c")
m = B("m")
... | 10 | 14 | 1.4 | 0.155556 | 2 | 5 | 2 | 1 | 1.5 | 9 | 3 | 3 | 5 | 0.5 | 6 | 0.428571 | 5 | 2 | 8 | 3.428571 | 3 | 5 | 1 | 2 |
747 | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.r: A = None
self.txt = txt
a = A("a")
d = B("d")
j = A("j")
n = B("n")
a.q = j
d.q = n
d.r = a
j.q = a
n.q = d
n.r = a
assert n.q.q.q.txt... | d" | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.r: A = None
self.txt = txt
a = A("a")
d = B("d")
j = A("j")
n = B("n")
a.q = j
d.q = n
d.r = a
j.q = a
n.q = d
n.r = a
assert n.q.q.q.txt... | 4 | 6 | 1.5 | 0.5 | 2 | 2 | 2 | 1 | 1.5 | 3 | 2 | 2 | 2 | 0.5 | 2 | 0.333333 | 2 | 2 | 2 | 2 | 1 | 3 | 3 | 1 |
748 | class A:
def __init__(self, txt: str):
self.p: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
k = A("k")
g = B("g")
b = A("b")
a = B("a")
e = A("e")
c = B("c")
f = A("f")
m = B("m")
k.p = e
k.s = m
g.t = ... | a" | class A:
def __init__(self, txt: str):
self.p: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
k = A("k")
g = B("g")
b = A("b")
a = B("a")
e = A("e")
c = B("c")
f = A("f")
m = B("m")
k.p = e
k.s = m
g.t = ... | 8 | 12 | 1.5 | 0.214286 | 2 | 4 | 2 | 1 | 1.5 | 8 | 4 | 4 | 3 | 0.375 | 3 | 0.25 | 6 | 2 | 6 | 3.333333 | 2 | 7 | 7 | 1 |
749 | class A:
def __init__(self, txt: str):
self.s: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.v: A = None
self.txt = txt
i = A("i")
c = B("c")
k = A("k")
h = B("h")
i.s = h
i.x = c
c.o = h
c.v = i
k.s = c
k... | c" | class A:
def __init__(self, txt: str):
self.s: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.v: A = None
self.txt = txt
i = A("i")
c = B("c")
k = A("k")
h = B("h")
i.s = h
i.x = c
c.o = h
c.v = i
k.s = c
k... | 4 | 7 | 1.75 | 0.583333 | 2 | 2 | 2 | 2 | 2 | 4 | 2 | 2 | 3 | 0.75 | 3 | 0.428571 | 2 | 3 | 3 | 3 | 3 | 2 | 1 | 1 |
750 | class A:
def __init__(self, txt: str):
self.r: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.v: B = None
self.txt = txt
i = A("i")
a = B("a")
g = B("g")
b = A("b")
h = B("h")
l = B("l")
d = A("d")
i.r = l
... | a" | class A:
def __init__(self, txt: str):
self.r: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.v: B = None
self.txt = txt
i = A("i")
a = B("a")
g = B("g")
b = A("b")
h = B("h")
l = B("l")
d = A("d")
i.r = l
... | 7 | 14 | 2 | 0.333333 | 2 | 3.5 | 2 | 2 | 2 | 4 | 2 | 1 | 4 | 0.571429 | 4 | 0.285714 | 1 | 3 | 3 | 3 | 3 | 2 | 2 | 2 |
751 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.z: A = None
self.txt = txt
k = A("k")
f = B("f")
b = A("b")
e = B("e")
j = A("j")
g = B("g")
m = B("m")
a = A("a")
k.y = j
f.r = m
f.z = ... | j" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.z: A = None
self.txt = txt
k = A("k")
f = B("f")
b = A("b")
e = B("e")
j = A("j")
g = B("g")
m = B("m")
a = A("a")
k.y = j
f.r = m
f.z = ... | 8 | 12 | 1.5 | 0.214286 | 2 | 4 | 2 | 1 | 1.5 | 7 | 4 | 3 | 3 | 0.375 | 3 | 0.25 | 5 | 2 | 6 | 3.111111 | 1 | 7 | 7 | 1 |
752 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
b = A("b")
l = B("l")
m = B("m")
h = A("h")
g = B("g")
e = A("e")
b.s = h
l.o = b
m.o = h
h.s = e
g.o = h
e.s = b
assert l.o.s.s.s.s.tx... | h" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
b = A("b")
l = B("l")
m = B("m")
h = A("h")
g = B("g")
e = A("e")
b.s = h
l.o = b
m.o = h
h.s = e
g.o = h
e.s = b
assert l.o.s.s.s.s.tx... | 6 | 6 | 1 | 0.2 | 2 | 3 | 1 | 1 | 1 | 5 | 2 | 2 | 4 | 0.666667 | 4 | 0.666667 | 2 | 3 | 3 | 3 | 2 | 4 | 4 | 1 |
753 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
f = A("f")
e = B("e")
l = B("l")
i = A("i")
b = B("b")
h = B("h")
d = B("d")
g = A("g")
c = B("c")
a = A("a")
f.s = l
e.z = d
l.z = b
i... | h" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
f = A("f")
e = B("e")
l = B("l")
i = A("i")
b = B("b")
h = B("h")
d = B("d")
g = A("g")
c = B("c")
a = A("a")
f.s = l
e.z = d
l.z = b
i... | 10 | 10 | 1 | 0.111111 | 2 | 5 | 1 | 1 | 1 | 3 | 2 | 1 | 3 | 0.3 | 3 | 0.3 | 1 | 2 | 2 | 2 | 1 | 3 | 3 | 1 |
754 | class A:
def __init__(self, txt: str):
self.x: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
m = A("m")
e = B("e")
i = B("i")
b = A("b")
j = A("j")
a = B("a")
d = A("d")
c = A("c")
f = B("f")
m.x = e
m.z... | i" | class A:
def __init__(self, txt: str):
self.x: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
m = A("m")
e = B("e")
i = B("i")
b = A("b")
j = A("j")
a = B("a")
d = A("d")
c = A("c")
f = B("f")
m.x = e
m.z... | 9 | 12 | 1.333333 | 0.166667 | 2 | 4.5 | 2 | 1 | 1.5 | 5 | 3 | 2 | 3 | 0.333333 | 3 | 0.25 | 3 | 2 | 4 | 2.5 | 1 | 5 | 5 | 1 |
755 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
d = A("d")
j = B("j")
l = B("l")
h = B("h")
a = B("a")
c = B("c")
i = B("i")
d.t = a
j.t = i
l.t = i
h.t = l
a.t = j
c.t = a
i.t = a
as... | j" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
d = A("d")
j = B("j")
l = B("l")
h = B("h")
a = B("a")
c = B("c")
i = B("i")
d.t = a
j.t = i
l.t = i
h.t = l
a.t = j
c.t = a
i.t = a
as... | 7 | 7 | 1 | 0.166667 | 2 | 3.5 | 1 | 1 | 1 | 4 | 1 | 1 | 5 | 0.714286 | 4 | 0.571429 | 0 | null | null | null | 1 | 4 | 4 | 1 |
756 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
e = A("e")
k = B("k")
f = A("f")
e.r = f
k.v = f
f.r = e
assert f.r.r.r.txt == " | e" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
e = A("e")
k = B("k")
f = A("f")
e.r = f
k.v = f
f.r = e
assert f.r.r.r.txt == "e" | 3 | 3 | 1 | 0.5 | 2 | 1.5 | 1 | 1 | 1 | 3 | 2 | 2 | 2 | 0.666667 | 2 | 0.666667 | 2 | 2 | 2 | 2 | 1 | 3 | 3 | 1 |
757 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.v: B = None
self.txt = txt
e = A("e")
l = B("l")
j = A("j")
b = A("b")
n = B("n")
g = A("g")
e.o = g
l.z = n
l.v = n
j.o = e
b.o = g
n.z ... | g" | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.v: B = None
self.txt = txt
e = A("e")
l = B("l")
j = A("j")
b = A("b")
n = B("n")
g = A("g")
e.o = g
l.z = n
l.v = n
j.o = e
b.o = g
n.z ... | 6 | 6 | 1 | 0.2 | 2 | 3 | 2 | 1 | 1.5 | 6 | 3 | 2 | 4 | 0.666667 | 4 | 0.666667 | 3 | 2 | 4 | 2.5 | 1 | 6 | 6 | 1 |
758 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
d = A("d")
h = B("h")
i = A("i")
b = A("b")
d.u = h
h.t = b
i.u = h
b.u = h
assert d.u.t.u.txt == " | h" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
d = A("d")
h = B("h")
i = A("i")
b = A("b")
d.u = h
h.t = b
i.u = h
b.u = h
assert d.u.t.u.txt == "h" | 4 | 4 | 1 | 0.333333 | 2 | 2 | 1 | 1 | 1 | 3 | 2 | 1 | 3 | 0.75 | 3 | 0.75 | 1 | 2 | 2 | 2 | 2 | 2 | 1 | 1 |
759 | class A:
def __init__(self, txt: str):
self.s: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.z: B = None
self.txt = txt
d = A("d")
c = B("c")
g = A("g")
l = B("l")
d.s = g
d.w = c
c.p = d
c.z = l
g.s = d
g... | d" | class A:
def __init__(self, txt: str):
self.s: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.z: B = None
self.txt = txt
d = A("d")
c = B("c")
g = A("g")
l = B("l")
d.s = g
d.w = c
c.p = d
c.z = l
g.s = d
g... | 4 | 8 | 2 | 0.666667 | 2 | 2 | 2 | 2 | 2 | 4 | 3 | 1 | 3 | 0.75 | 4 | 0.5 | 2 | 2 | 4 | 2.666667 | 3 | 2 | 2 | 2 |
760 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.q: B = None
self.txt = txt
f = A("f")
l = B("l")
d = B("d")
k = A("k")
g = A("g")
b = A("b")
m = B("m")
e = B("e")
i = B("i")
h = B("h")
... | m" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.q: B = None
self.txt = txt
f = A("f")
l = B("l")
d = B("d")
k = A("k")
g = A("g")
b = A("b")
m = B("m")
e = B("e")
i = B("i")
h = B("h")
... | 10 | 15 | 1.5 | 0.166667 | 2 | 5 | 2 | 1 | 1.5 | 6 | 2 | 1 | 6 | 0.6 | 6 | 0.4 | 1 | 2 | 2 | 2 | 2 | 5 | 3 | 1 |
761 | class A:
def __init__(self, txt: str):
self.y: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.p: B = None
self.txt = txt
h = A("h")
k = B("k")
i = B("i")
g = B("g")
b = B("b")
n = A("n")
a = B("a")
h.y = n
... | b" | class A:
def __init__(self, txt: str):
self.y: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.p: B = None
self.txt = txt
h = A("h")
k = B("k")
i = B("i")
g = B("g")
b = B("b")
n = A("n")
a = B("a")
h.y = n
... | 7 | 10 | 1.428571 | 0.238095 | 2 | 3.5 | 2 | 2 | 2 | 3 | 1 | 1 | 4 | 0.571429 | 3 | 0.3 | 0 | null | null | null | 1 | 3 | 3 | 1 |
762 | class A:
def __init__(self, txt: str):
self.w: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
h = A("h")
b = B("b")
f = A("f")
i = B("i")
g = B("g")
c = A("c")
h.w = i
h.u = c
b.p = c
f.w = i
f.u = c
i.p ... | h" | class A:
def __init__(self, txt: str):
self.w: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
h = A("h")
b = B("b")
f = A("f")
i = B("i")
g = B("g")
c = A("c")
h.w = i
h.u = c
b.p = c
f.w = i
f.u = c
i.p ... | 6 | 9 | 1.5 | 0.3 | 2 | 3 | 2 | 1 | 1.5 | 6 | 2 | 2 | 5 | 0.833333 | 5 | 0.555556 | 2 | 2 | 2 | 2 | 3 | 3 | 1 | 1 |
763 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.s: B = None
self.txt = txt
k = A("k")
b = B("b")
n = B("n")
h = B("h")
f = A("f")
g = B("g")
e = A("e")
k.r = f
b.z = f
b.s = n
n.z = e
n... | f" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.s: B = None
self.txt = txt
k = A("k")
b = B("b")
n = B("n")
h = B("h")
f = A("f")
g = B("g")
e = A("e")
k.r = f
b.z = f
b.s = n
n.z = e
n... | 7 | 11 | 1.571429 | 0.261905 | 2 | 3.5 | 2 | 1 | 1.5 | 7 | 4 | 4 | 2 | 0.285714 | 2 | 0.181818 | 6 | 2 | 6 | 3.333333 | 1 | 7 | 7 | 1 |
764 | class A:
def __init__(self, txt: str):
self.z: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.y: B = None
self.txt = txt
h = A("h")
a = B("a")
k = A("k")
i = B("i")
j = B("j")
m = B("m")
d = A("d")
n = B("n"... | a" | class A:
def __init__(self, txt: str):
self.z: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.y: B = None
self.txt = txt
h = A("h")
a = B("a")
k = A("k")
i = B("i")
j = B("j")
m = B("m")
d = A("d")
n = B("n"... | 8 | 16 | 2 | 0.285714 | 2 | 4 | 2 | 2 | 2 | 4 | 2 | 1 | 4 | 0.5 | 4 | 0.25 | 1 | 4 | 4 | 4 | 3 | 2 | 2 | 1 |
765 | class A:
def __init__(self, txt: str):
self.o: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.v: B = None
self.txt = txt
n = A("n")
d = B("d")
a = B("a")
i = B("i")
g = A("g")
h = A("h")
b = B("b")
k = A("k"... | a" | class A:
def __init__(self, txt: str):
self.o: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.v: B = None
self.txt = txt
n = A("n")
d = B("d")
a = B("a")
i = B("i")
g = A("g")
h = A("h")
b = B("b")
k = A("k"... | 8 | 16 | 2 | 0.285714 | 2 | 4 | 2 | 2 | 2 | 4 | 1 | 1 | 5 | 0.625 | 4 | 0.25 | 0 | null | null | null | 3 | 2 | 1 | 1 |
766 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.q: A = None
self.txt = txt
d = A("d")
k = B("k")
e = B("e")
h = A("h")
j = A("j")
a = B("a")
b = A("b")
l = A("l")
i = A("i")
d.t = l
k.x... | j" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.q: A = None
self.txt = txt
d = A("d")
k = B("k")
e = B("e")
h = A("h")
j = A("j")
a = B("a")
b = A("b")
l = A("l")
i = A("i")
d.t = l
k.x... | 9 | 12 | 1.333333 | 0.166667 | 2 | 4.5 | 2 | 1 | 1.5 | 4 | 2 | 2 | 3 | 0.333333 | 3 | 0.25 | 2 | 2 | 2 | 2 | 1 | 4 | 4 | 1 |
767 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
h = A("h")
b = B("b")
f = A("f")
n = B("n")
a = B("a")
h.t = f
b.s = f
f.t = h
n.s = h
a.s = f
assert n.s.t.t.txt == " | h" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
h = A("h")
b = B("b")
f = A("f")
n = B("n")
a = B("a")
h.t = f
b.s = f
f.t = h
n.s = h
a.s = f
assert n.s.t.t.txt == "h" | 5 | 5 | 1 | 0.25 | 2 | 2.5 | 1 | 1 | 1 | 3 | 2 | 1 | 3 | 0.6 | 3 | 0.6 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | 1 |
768 | class A:
def __init__(self, txt: str):
self.p: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
i = A("i")
n = B("n")
a = A("a")
c = B("c")
m = B("m")
l = A("l")
g = B("g")
j = B("j"... | m" | class A:
def __init__(self, txt: str):
self.p: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
i = A("i")
n = B("n")
a = A("a")
c = B("c")
m = B("m")
l = A("l")
g = B("g")
j = B("j"... | 9 | 18 | 2 | 0.25 | 2 | 4.5 | 2 | 2 | 2 | 3 | 1 | 1 | 4 | 0.444444 | 3 | 0.166667 | 0 | null | null | null | 3 | 1 | 1 | 1 |
769 | class A:
def __init__(self, txt: str):
self.t: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.r: B = None
self.txt = txt
a = A("a")
e = B("e")
l = B("l")
i = A("i")
n = B("n")
j = B("j")
f = B("f")
m = B("m"... | l" | class A:
def __init__(self, txt: str):
self.t: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.r: B = None
self.txt = txt
a = A("a")
e = B("e")
l = B("l")
i = A("i")
n = B("n")
j = B("j")
f = B("f")
m = B("m"... | 9 | 18 | 2 | 0.25 | 2 | 4.5 | 2 | 2 | 2 | 5 | 3 | 2 | 3 | 0.333333 | 3 | 0.166667 | 3 | 2 | 4 | 2.5 | 2 | 4 | 4 | 1 |
770 | class A:
def __init__(self, txt: str):
self.t: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.u: B = None
self.txt = txt
i = A("i")
m = B("m")
c = B("c")
i.t = c
i.y = m
m.v = i
m.u = c
c.v = i
c.u = m
asse... | i" | class A:
def __init__(self, txt: str):
self.t: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.u: B = None
self.txt = txt
i = A("i")
m = B("m")
c = B("c")
i.t = c
i.y = m
m.v = i
m.u = c
c.v = i
c.u = m
asse... | 3 | 6 | 2 | 1 | 2 | 1.5 | 2 | 2 | 2 | 3 | 2 | 1 | 3 | 1 | 3 | 0.5 | 1 | 2 | 2 | 2 | 2 | 2 | 1 | 1 |
771 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
l = A("l")
g = B("g")
f = B("f")
c = B("c")
h = A("h")
a = B("a")
d = A("d")
k = A("k")
b = B("b")
l.o = g
g.y = a
f.y = c
c.y = f
h.o ... | c" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
l = A("l")
g = B("g")
f = B("f")
c = B("c")
h = A("h")
a = B("a")
d = A("d")
k = A("k")
b = B("b")
l.o = g
g.y = a
f.y = c
c.y = f
h.o ... | 9 | 9 | 1 | 0.125 | 2 | 4.5 | 1 | 1 | 1 | 7 | 4 | 3 | 3 | 0.333333 | 3 | 0.333333 | 5 | 2 | 6 | 3.111111 | 1 | 7 | 7 | 1 |
772 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.r: B = None
self.txt = txt
h = A("h")
e = B("e")
m = B("m")
d = A("d")
l = A("l")
j = B("j")
f = A("f")
h.y = f
e.o = m
e.r = m
m.o = e
m... | e" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.r: B = None
self.txt = txt
h = A("h")
e = B("e")
m = B("m")
d = A("d")
l = A("l")
j = B("j")
f = A("f")
h.y = f
e.o = m
e.r = m
m.o = e
m... | 7 | 7 | 1 | 0.166667 | 2 | 3.5 | 2 | 1 | 1.5 | 4 | 2 | 2 | 3 | 0.428571 | 3 | 0.428571 | 2 | 2 | 2 | 2 | 2 | 3 | 2 | 1 |
773 | class A:
def __init__(self, txt: str):
self.u: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
k = A("k")
h = B("h")
m = B("m")
e = A("e")
g = A("g")
k.u = h
k.t = h
h.q = m
m.q = h
e.u = m
e.t = m
g.u = m... | h" | class A:
def __init__(self, txt: str):
self.u: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
k = A("k")
h = B("h")
m = B("m")
e = A("e")
g = A("g")
k.u = h
k.t = h
h.q = m
m.q = h
e.u = m
e.t = m
g.u = m... | 5 | 5 | 1 | 0.25 | 2 | 2.5 | 2 | 1 | 1.5 | 4 | 2 | 2 | 3 | 0.6 | 3 | 0.6 | 2 | 2 | 2 | 2 | 2 | 3 | 3 | 1 |
774 | class A:
def __init__(self, txt: str):
self.r: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.s: B = None
self.txt = txt
l = A("l")
f = B("f")
h = A("h")
d = A("d")
k = B("k")
l.r = d
l.q = d
f.w = l
f.s = ... | d" | class A:
def __init__(self, txt: str):
self.r: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.s: B = None
self.txt = txt
l = A("l")
f = B("f")
h = A("h")
d = A("d")
k = B("k")
l.r = d
l.q = d
f.w = l
f.s = ... | 5 | 7 | 1.4 | 0.35 | 2 | 2.5 | 2 | 2 | 2 | 5 | 2 | 2 | 3 | 0.6 | 3 | 0.428571 | 3 | 3 | 3 | 3 | 2 | 3 | 2 | 1 |
775 | class A:
def __init__(self, txt: str):
self.x: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
a = A("a")
g = B("g")
h = A("h")
d = B("d")
b = A("b")
m = A("m")
f = A("f")
a.x = g
a.o = d
g.p = m
h.x = g
h... | m" | class A:
def __init__(self, txt: str):
self.x: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
a = A("a")
g = B("g")
h = A("h")
d = B("d")
b = A("b")
m = A("m")
f = A("f")
a.x = g
a.o = d
g.p = m
h.x = g
h... | 7 | 11 | 1.571429 | 0.261905 | 2 | 3.5 | 2 | 1 | 1.5 | 3 | 1 | 1 | 4 | 0.571429 | 3 | 0.272727 | 0 | null | null | null | 2 | 2 | 1 | 1 |
776 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
i = A("i")
e = B("e")
l = B("l")
i.v = l
e.x = l
l.x = e
assert l.x.x.x.txt == " | e" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
i = A("i")
e = B("e")
l = B("l")
i.v = l
e.x = l
l.x = e
assert l.x.x.x.txt == "e" | 3 | 3 | 1 | 0.5 | 2 | 1.5 | 1 | 1 | 1 | 3 | 2 | 2 | 2 | 0.666667 | 2 | 0.666667 | 2 | 2 | 2 | 2 | 1 | 3 | 3 | 1 |
777 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
c = A("c")
i = B("i")
m = A("m")
h = B("h")
c.r = i
i.u = h
m.r = h
h.u = i
assert h.u.u.u.txt == " | i" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
c = A("c")
i = B("i")
m = A("m")
h = B("h")
c.r = i
i.u = h
m.r = h
h.u = i
assert h.u.u.u.txt == "i" | 4 | 4 | 1 | 0.333333 | 2 | 2 | 1 | 1 | 1 | 3 | 2 | 2 | 2 | 0.5 | 2 | 0.5 | 2 | 2 | 2 | 2 | 1 | 3 | 3 | 1 |
778 | class A:
def __init__(self, txt: str):
self.z: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.r: B = None
self.txt = txt
c = A("c")
j = B("j")
l = A("l")
h = A("h")
n = A("n")
i = B("i")
c.z = i
c.v = h
j.o... | j" | class A:
def __init__(self, txt: str):
self.z: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.r: B = None
self.txt = txt
c = A("c")
j = B("j")
l = A("l")
h = A("h")
n = A("n")
i = B("i")
c.z = i
c.v = h
j.o... | 6 | 12 | 2 | 0.4 | 2 | 3 | 2 | 2 | 2 | 5 | 2 | 1 | 4 | 0.666667 | 5 | 0.416667 | 2 | 2 | 4 | 3 | 3 | 2 | 2 | 2 |
779 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.z: A = None
self.txt = txt
h = A("h")
a = B("a")
b = B("b")
d = B("d")
k = A("k")
i = B("i")
n = B("n")
h.v = a
a.u = k
a.z = k
b.u = h
b... | k" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.z: A = None
self.txt = txt
h = A("h")
a = B("a")
b = B("b")
d = B("d")
k = A("k")
i = B("i")
n = B("n")
h.v = a
a.u = k
a.z = k
b.u = h
b... | 7 | 10 | 1.428571 | 0.238095 | 2 | 3.5 | 2 | 1 | 1.5 | 5 | 2 | 1 | 5 | 0.714286 | 5 | 0.5 | 1 | 2 | 2 | 2 | 3 | 2 | 1 | 1 |
780 | class A:
def __init__(self, txt: str):
self.o: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.o: A = None
self.txt = txt
m = A("m")
e = B("e")
h = B("h")
i = B("i")
b = B("b")
c = A("c")
m.o = b
m.v = h
e.t... | h" | class A:
def __init__(self, txt: str):
self.o: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.o: A = None
self.txt = txt
m = A("m")
e = B("e")
h = B("h")
i = B("i")
b = B("b")
c = A("c")
m.o = b
m.v = h
e.t... | 6 | 10 | 1.666667 | 0.333333 | 2 | 3 | 2 | 2 | 2 | 3 | 2 | 2 | 2 | 0.333333 | 2 | 0.2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 |
781 | class A:
def __init__(self, txt: str):
self.w: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
h = A("h")
l = B("l")
e = B("e")
d = B("d")
g = B("g")
f = B("f")
k = A("k")
h.w = e
h.v = e
l.u = e
e.u = l
d... | l" | class A:
def __init__(self, txt: str):
self.w: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
h = A("h")
l = B("l")
e = B("e")
d = B("d")
g = B("g")
f = B("f")
k = A("k")
h.w = e
h.v = e
l.u = e
e.u = l
d... | 7 | 8 | 1.142857 | 0.190476 | 2 | 3.5 | 2 | 1 | 1.5 | 4 | 2 | 2 | 3 | 0.428571 | 3 | 0.375 | 2 | 2 | 2 | 2 | 1 | 4 | 4 | 1 |
782 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.u: A = None
self.txt = txt
e = A("e")
i = B("i")
l = A("l")
n = A("n")
a = B("a")
c = A("c")
g = B("g")
e.u = l
i.s = g
i.u = e
l.u = e
n... | e" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.u: A = None
self.txt = txt
e = A("e")
i = B("i")
l = A("l")
n = A("n")
a = B("a")
c = A("c")
g = B("g")
e.u = l
i.s = g
i.u = e
l.u = e
n... | 7 | 10 | 1.428571 | 0.238095 | 2 | 3.5 | 2 | 1 | 1.5 | 4 | 2 | 2 | 3 | 0.428571 | 3 | 0.3 | 2 | 2 | 2 | 2 | 1 | 4 | 4 | 1 |
783 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.u: A = None
self.txt = txt
n = A("n")
d = B("d")
a = A("a")
l = A("l")
n.v = a
d.y = n
d.u = n
a.v = l
l.v = a
assert l.v.v.v.txt == " | a" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.u: A = None
self.txt = txt
n = A("n")
d = B("d")
a = A("a")
l = A("l")
n.v = a
d.y = n
d.u = n
a.v = l
l.v = a
assert l.v.v.v.txt == "a" | 4 | 4 | 1 | 0.333333 | 2 | 2 | 2 | 1 | 1.5 | 3 | 2 | 2 | 2 | 0.5 | 2 | 0.5 | 2 | 2 | 2 | 2 | 1 | 3 | 3 | 1 |
784 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.s: B = None
self.txt = txt
l = A("l")
j = B("j")
n = A("n")
c = A("c")
f = B("f")
a = B("a")
h = A("h")
l.z = h
j.w = f
j.s = f
n.z = l
c... | a" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.s: B = None
self.txt = txt
l = A("l")
j = B("j")
n = A("n")
c = A("c")
f = B("f")
a = B("a")
h = A("h")
l.z = h
j.w = f
j.s = f
n.z = l
c... | 7 | 7 | 1 | 0.166667 | 2 | 3.5 | 2 | 1 | 1.5 | 4 | 2 | 1 | 3 | 0.428571 | 4 | 0.571429 | 2 | 3 | 3 | 3 | 2 | 2 | 1 | 2 |
785 | class A:
def __init__(self, txt: str):
self.x: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.s: A = None
self.txt = txt
f = A("f")
n = B("n")
a = B("a")
k = A("k")
m = A("m")
h = B("h")
e = A("e")
i = B("i"... | k" | class A:
def __init__(self, txt: str):
self.x: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.s: A = None
self.txt = txt
f = A("f")
n = B("n")
a = B("a")
k = A("k")
m = A("m")
h = B("h")
e = A("e")
i = B("i"... | 8 | 16 | 2 | 0.285714 | 2 | 4 | 2 | 2 | 2 | 5 | 1 | 1 | 6 | 0.75 | 5 | 0.3125 | 0 | null | null | null | 4 | 2 | 2 | 1 |
786 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.w: A = None
self.txt = txt
e = A("e")
i = B("i")
l = A("l")
e.p = i
i.p = l
i.w = l
l.p = i
assert e.p.p.p.txt == " | i" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.w: A = None
self.txt = txt
e = A("e")
i = B("i")
l = A("l")
e.p = i
i.p = l
i.w = l
l.p = i
assert e.p.p.p.txt == "i" | 3 | 3 | 1 | 0.5 | 2 | 1.5 | 2 | 1 | 1.5 | 3 | 2 | 1 | 3 | 1 | 3 | 1 | 1 | 2 | 2 | 2 | 1 | 3 | 3 | 1 |
787 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
h = A("h")
a = B("a")
c = A("c")
n = B("n")
i = B("i")
e = A("e")
g = B("g")
h.t = i
a.u = n
c.t = g
n.u = g
i.u = g
e.t = n
g.u = n
as... | g" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
h = A("h")
a = B("a")
c = A("c")
n = B("n")
i = B("i")
e = A("e")
g = B("g")
h.t = i
a.u = n
c.t = g
n.u = g
i.u = g
e.t = n
g.u = n
as... | 7 | 7 | 1 | 0.166667 | 2 | 3.5 | 1 | 1 | 1 | 7 | 4 | 4 | 2 | 0.285714 | 2 | 0.285714 | 6 | 2 | 6 | 3.333333 | 1 | 7 | 7 | 1 |
788 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.u: B = None
self.txt = txt
b = A("b")
m = B("m")
c = A("c")
d = A("d")
j = A("j")
e = B("e")
h = A("h")
a = B("a")
n = B("n")
g = A("g")
... | m" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.u: B = None
self.txt = txt
b = A("b")
m = B("m")
c = A("c")
d = A("d")
j = A("j")
e = B("e")
h = A("h")
a = B("a")
n = B("n")
g = A("g")
... | 10 | 14 | 1.4 | 0.155556 | 2 | 5 | 2 | 1 | 1.5 | 10 | 4 | 2 | 6 | 0.6 | 7 | 0.5 | 5 | 2 | 6 | 3.5 | 3 | 4 | 2 | 2 |
789 | class A:
def __init__(self, txt: str):
self.u: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
d = A("d")
l = B("l")
g = A("g")
c = B("c")
d.u = g
d.y = c
l.r = c
g.u = d
g.y = c
c.r = l
assert l.r.r.r.txt... | c" | class A:
def __init__(self, txt: str):
self.u: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
d = A("d")
l = B("l")
g = A("g")
c = B("c")
d.u = g
d.y = c
l.r = c
g.u = d
g.y = c
c.r = l
assert l.r.r.r.txt... | 4 | 6 | 1.5 | 0.5 | 2 | 2 | 2 | 1 | 1.5 | 3 | 2 | 2 | 2 | 0.5 | 2 | 0.333333 | 2 | 2 | 2 | 2 | 1 | 3 | 3 | 1 |
790 | class A:
def __init__(self, txt: str):
self.v: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.z: A = None
self.txt = txt
k = A("k")
h = B("h")
i = A("i")
k.v = i
k.y = h
h.r = k
h.z = k
i.v = k
i.y = h
asse... | h" | class A:
def __init__(self, txt: str):
self.v: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.z: A = None
self.txt = txt
k = A("k")
h = B("h")
i = A("i")
k.v = i
k.y = h
h.r = k
h.z = k
i.v = k
i.y = h
asse... | 3 | 5 | 1.666667 | 0.833333 | 2 | 1.5 | 2 | 2 | 2 | 3 | 2 | 1 | 3 | 1 | 3 | 0.6 | 1 | 3 | 3 | 3 | 3 | 1 | 1 | 1 |
791 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.u: A = None
self.txt = txt
a = A("a")
d = B("d")
c = A("c")
b = A("b")
e = B("e")
k = B("k")
a.u = b
d.x = a
d.u = c
c.u = a
b.u = a
e.x ... | a" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.u: A = None
self.txt = txt
a = A("a")
d = B("d")
c = A("c")
b = A("b")
e = B("e")
k = B("k")
a.u = b
d.x = a
d.u = c
c.u = a
b.u = a
e.x ... | 6 | 8 | 1.333333 | 0.266667 | 2 | 3 | 2 | 1 | 1.5 | 5 | 3 | 3 | 2 | 0.333333 | 2 | 0.25 | 4 | 2 | 4 | 2.666667 | 1 | 5 | 5 | 1 |
792 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.u: B = None
self.txt = txt
n = A("n")
h = B("h")
i = B("i")
l = A("l")
d = A("d")
e = A("e")
f = A("f")
j = B("j")
c = A("c")
n.o = l
h.o... | e" | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.u: B = None
self.txt = txt
n = A("n")
h = B("h")
i = B("i")
l = A("l")
d = A("d")
e = A("e")
f = A("f")
j = B("j")
c = A("c")
n.o = l
h.o... | 9 | 12 | 1.333333 | 0.166667 | 2 | 4.5 | 2 | 1 | 1.5 | 6 | 4 | 3 | 2 | 0.222222 | 2 | 0.166667 | 5 | 2 | 6 | 3.111111 | 1 | 6 | 6 | 1 |
793 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.o: B = None
self.txt = txt
i = A("i")
d = B("d")
h = A("h")
m = B("m")
g = B("g")
n = B("n")
b = B("b")
a = A("a")
l = B("l")
c = A("c")
... | i" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.o: B = None
self.txt = txt
i = A("i")
d = B("d")
h = A("h")
m = B("m")
g = B("g")
n = B("n")
b = B("b")
a = A("a")
l = B("l")
c = A("c")
... | 10 | 16 | 1.6 | 0.177778 | 2 | 5 | 2 | 1 | 1.5 | 8 | 4 | 3 | 4 | 0.4 | 4 | 0.25 | 5 | 2 | 6 | 3.111111 | 2 | 7 | 7 | 1 |
794 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.s: A = None
self.txt = txt
c = A("c")
g = B("g")
n = A("n")
f = A("f")
h = B("h")
e = B("e")
m = B("m")
k = A("k")
i = A("i")
d = A("d")
... | m" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.s: A = None
self.txt = txt
c = A("c")
g = B("g")
n = A("n")
f = A("f")
h = B("h")
e = B("e")
m = B("m")
k = A("k")
i = A("i")
d = A("d")
... | 10 | 14 | 1.4 | 0.155556 | 2 | 5 | 2 | 1 | 1.5 | 7 | 2 | 1 | 6 | 0.6 | 7 | 0.5 | 2 | 3 | 5 | 4 | 3 | 3 | 3 | 2 |
795 | class A:
def __init__(self, txt: str):
self.q: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
i = A("i")
h = B("h")
c = A("c")
l = B("l")
k = B("k")
a = A("a")
d = B("d")
e = A("e")
i.q = k
i.x = h
h.p = ... | a" | class A:
def __init__(self, txt: str):
self.q: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
i = A("i")
h = B("h")
c = A("c")
l = B("l")
k = B("k")
a = A("a")
d = B("d")
e = A("e")
i.q = k
i.x = h
h.p = ... | 8 | 10 | 1.25 | 0.178571 | 2 | 4 | 2 | 1 | 1.5 | 8 | 3 | 3 | 4 | 0.5 | 6 | 0.6 | 5 | 2 | 6 | 4 | 3 | 4 | 1 | 2 |
796 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.o: B = None
self.txt = txt
d = A("d")
j = B("j")
f = B("f")
a = B("a")
i = B("i")
n = B("n")
c = A("c")
e = A("e")
g = A("g")
d.s = g
j.r... | d" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.o: B = None
self.txt = txt
d = A("d")
j = B("j")
f = B("f")
a = B("a")
i = B("i")
n = B("n")
c = A("c")
e = A("e")
g = A("g")
d.s = g
j.r... | 9 | 14 | 1.555556 | 0.194444 | 2 | 4.5 | 2 | 1 | 1.5 | 5 | 3 | 2 | 3 | 0.333333 | 3 | 0.214286 | 3 | 2 | 4 | 2.5 | 1 | 5 | 5 | 1 |
797 | class A:
def __init__(self, txt: str):
self.v: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.s: B = None
self.txt = txt
d = A("d")
e = B("e")
k = A("k")
g = A("g")
f = A("f")
h = A("h")
i = A("i")
l = B("l"... | e" | class A:
def __init__(self, txt: str):
self.v: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.s: B = None
self.txt = txt
d = A("d")
e = B("e")
k = A("k")
g = A("g")
f = A("f")
h = A("h")
i = A("i")
l = B("l"... | 10 | 18 | 1.8 | 0.2 | 2 | 5 | 2 | 2 | 2 | 4 | 2 | 1 | 4 | 0.4 | 4 | 0.222222 | 1 | 2 | 2 | 2 | 4 | 1 | 1 | 1 |
798 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
e = A("e")
i = B("i")
d = A("d")
e.r = i
i.u = e
d.r = i
assert d.r.u.r.txt == " | i" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
e = A("e")
i = B("i")
d = A("d")
e.r = i
i.u = e
d.r = i
assert d.r.u.r.txt == "i" | 3 | 3 | 1 | 0.5 | 2 | 1.5 | 1 | 1 | 1 | 3 | 2 | 1 | 3 | 1 | 3 | 1 | 1 | 2 | 2 | 2 | 2 | 2 | 1 | 1 |
799 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
f = A("f")
g = B("g")
d = B("d")
j = B("j")
e = B("e")
b = A("b")
a = B("a")
m = A("m")
f.y = b
g.u = e
d.u = j
j.u = g
e.u = a
b.y = f... | e" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
f = A("f")
g = B("g")
d = B("d")
j = B("j")
e = B("e")
b = A("b")
a = B("a")
m = A("m")
f.y = b
g.u = e
d.u = j
j.u = g
e.u = a
b.y = f... | 8 | 8 | 1 | 0.142857 | 2 | 4 | 1 | 1 | 1 | 6 | 3 | 2 | 4 | 0.5 | 4 | 0.5 | 3 | 2 | 4 | 2.5 | 1 | 6 | 6 | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.