id
int64 0
799
| prompt
stringlengths 265
2.95k
| answer
stringclasses 10
values | pythoncode
stringlengths 267
2.95k
| num_nodes
int64 3
10
| num_edges
int64 3
48
| avg_node_edge
float64 1
4.8
| 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
3
| avg_num_field
float64 1
6.5
| path_length
int64 3
10
| max_node_visits
int64 1
5
| max_edge_visits
int64 1
5
| unique_node_number
int64 2
8
| path_node_coverage
float64 0.2
1
| unique_edge_number
int64 2
9
| path_edge_coverage
float64 0.07
1
| num_cycle
int64 0
8
| shortest_cycle
int64 2
7
⌀ | longest_cycle
int64 2
10
⌀ | average_cycle
float64 2
7
⌀ | unique_edge_label
int64 1
7
| max_label_occurrences
int64 1
10
| max_label_consecutive
int64 1
10
| max_node_outdegree
int64 1
3
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
700 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
b = B("b")
c = A("c")
d = B("d")
e = A("e")
f = A("f")
g = B("g")
h = A("h")
i = A("i")
j = B("j")
a.z = i
b.z = g
c.z = e
d.z = b
e.z = i
f.z = e
g.z = b
h.z = a
i.z = c
j.z = b
assert i.z.z.z.z.txt == " | c" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
b = B("b")
c = A("c")
d = B("d")
e = A("e")
f = A("f")
g = B("g")
h = A("h")
i = A("i")
j = B("j")
a.z = i
b.z = g
c.z = e
d.z = b
e.z = i
f.z = e
g.z = b
h.z = a
i.z = c
j.z = b
assert i.z.z.z.z.txt == "c" | 10 | 10 | 1 | 0.111111 | 2 | 5 | 1 | 1 | 1 | 4 | 2 | 2 | 3 | 0.3 | 3 | 0.3 | 2 | 3 | 3 | 3 | 1 | 4 | 4 | 1 |
701 | class A:
def __init__(self, txt: str):
self.z: J = None
self.y: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.y: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: F = None
self.x: E = None
self.w: E = None
self.v: E = None
self.u: E = None
self.t: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: B = None
self.y: I = None
self.x: B = None
self.w: I = None
self.v: G = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.x: G = None
self.w: A = None
self.v: B = None
self.u: F = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: I = None
self.y: C = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: F = None
self.y: J = None
self.x: I = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.x: G = None
self.w: E = None
self.v: A = None
self.u: I = None
self.t: F = None
self.s: E = None
self.r: D = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: D = None
self.y: J = None
self.x: H = None
self.w: F = None
self.v: B = None
self.u: G = None
self.t: H = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: I = None
self.y: B = None
self.x: D = None
self.w: D = None
self.v: A = None
self.u: F = None
self.t: H = None
self.s: B = None
self.r: F = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = j
a.y = d
b.z = g
b.y = f
c.z = f
c.y = f
c.x = e
c.w = e
c.v = e
c.u = e
c.t = b
d.z = b
d.x = b
d.y = i
d.w = i
d.v = g
e.z = a
e.w = a
e.y = c
e.x = g
e.v = b
e.u = f
f.z = i
f.y = c
g.z = f
g.y = j
g.x = i
h.z = d
h.r = d
h.y = f
h.t = f
h.x = g
h.w = e
h.s = e
h.v = a
h.u = i
i.z = d
i.y = j
i.x = h
i.t = h
i.w = f
i.v = b
i.u = g
j.z = i
j.y = b
j.s = b
j.x = d
j.w = d
j.v = a
j.u = f
j.r = f
j.t = h
assert f.y.w.w.y.z.txt == " | b" | class A:
def __init__(self, txt: str):
self.z: J = None
self.y: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.y: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: F = None
self.x: E = None
self.w: E = None
self.v: E = None
self.u: E = None
self.t: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: B = None
self.y: I = None
self.x: B = None
self.w: I = None
self.v: G = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.x: G = None
self.w: A = None
self.v: B = None
self.u: F = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: I = None
self.y: C = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: F = None
self.y: J = None
self.x: I = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.x: G = None
self.w: E = None
self.v: A = None
self.u: I = None
self.t: F = None
self.s: E = None
self.r: D = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: D = None
self.y: J = None
self.x: H = None
self.w: F = None
self.v: B = None
self.u: G = None
self.t: H = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: I = None
self.y: B = None
self.x: D = None
self.w: D = None
self.v: A = None
self.u: F = None
self.t: H = None
self.s: B = None
self.r: F = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = j
a.y = d
b.z = g
b.y = f
c.z = f
c.y = f
c.x = e
c.w = e
c.v = e
c.u = e
c.t = b
d.z = b
d.x = b
d.y = i
d.w = i
d.v = g
e.z = a
e.w = a
e.y = c
e.x = g
e.v = b
e.u = f
f.z = i
f.y = c
g.z = f
g.y = j
g.x = i
h.z = d
h.r = d
h.y = f
h.t = f
h.x = g
h.w = e
h.s = e
h.v = a
h.u = i
i.z = d
i.y = j
i.x = h
i.t = h
i.w = f
i.v = b
i.u = g
j.z = i
j.y = b
j.s = b
j.x = d
j.w = d
j.v = a
j.u = f
j.r = f
j.t = h
assert f.y.w.w.y.z.txt == "b" | 10 | 38 | 3.8 | 0.422222 | 10 | 1 | 9 | 2 | 5.2 | 5 | 1 | 1 | 6 | 0.6 | 5 | 0.131579 | 0 | null | null | null | 3 | 2 | 2 | 1 |
702 | class A:
def __init__(self, txt: str):
self.z: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.x: F = None
self.w: C = None
self.v: E = None
self.u: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: D = None
self.x: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.x: F = None
self.w: A = None
self.v: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: A = None
self.y: D = None
self.x: E = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = D("g")
h = C("h")
i = A("i")
j = D("j")
a.z = g
b.z = g
b.y = g
b.x = f
b.w = c
b.u = c
b.v = e
c.z = f
c.x = f
c.y = j
d.z = h
e.z = b
e.y = b
e.x = f
e.w = i
e.v = c
f.z = a
f.y = d
f.x = e
g.z = h
h.z = f
h.x = f
h.y = d
i.z = d
j.z = c
assert f.y.z.z.z.z.z.y.z.y.z.txt == " | h" | class A:
def __init__(self, txt: str):
self.z: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.x: F = None
self.w: C = None
self.v: E = None
self.u: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: D = None
self.x: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.x: F = None
self.w: A = None
self.v: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: A = None
self.y: D = None
self.x: E = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = D("g")
h = C("h")
i = A("i")
j = D("j")
a.z = g
b.z = g
b.y = g
b.x = f
b.w = c
b.u = c
b.v = e
c.z = f
c.x = f
c.y = j
d.z = h
e.z = b
e.y = b
e.x = f
e.w = i
e.v = c
f.z = a
f.y = d
f.x = e
g.z = h
h.z = f
h.x = f
h.y = d
i.z = d
j.z = c
assert f.y.z.z.z.z.z.y.z.y.z.txt == "h" | 10 | 20 | 2 | 0.222222 | 6 | 1.666667 | 6 | 1 | 3.166667 | 10 | 4 | 3 | 5 | 0.5 | 7 | 0.35 | 6 | 2 | 8 | 4.5 | 2 | 7 | 5 | 2 |
703 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = C("d")
e = B("e")
f = B("f")
g = C("g")
h = A("h")
i = A("i")
j = A("j")
a.z = f
a.y = b
b.z = f
b.y = d
c.z = h
c.x = h
c.y = f
d.z = h
d.y = f
d.x = i
e.z = b
e.y = d
f.z = b
f.y = g
g.z = a
g.x = a
g.y = b
h.z = e
h.y = b
i.z = e
i.y = e
j.z = f
j.y = b
assert d.y.z.y.txt == " | d" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = C("d")
e = B("e")
f = B("f")
g = C("g")
h = A("h")
i = A("i")
j = A("j")
a.z = f
a.y = b
b.z = f
b.y = d
c.z = h
c.x = h
c.y = f
d.z = h
d.y = f
d.x = i
e.z = b
e.y = d
f.z = b
f.y = g
g.z = a
g.x = a
g.y = b
h.z = e
h.y = b
i.z = e
i.y = e
j.z = f
j.y = b
assert d.y.z.y.txt == "d" | 10 | 20 | 2 | 0.222222 | 3 | 3.333333 | 3 | 2 | 2.333333 | 3 | 2 | 1 | 3 | 0.3 | 3 | 0.15 | 1 | 3 | 3 | 3 | 2 | 2 | 1 | 1 |
704 | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.x: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: C = None
self.x: A = None
self.w: F = None
self.v: E = None
self.u: D = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: A = None
self.y: E = None
self.x: E = None
self.w: F = None
self.v: D = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.x: C = None
self.w: B = None
self.v: E = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.y: E = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = A("g")
h = D("h")
i = C("i")
j = E("j")
a.z = h
a.y = f
a.x = f
b.z = f
c.z = f
c.w = f
c.y = i
c.x = a
c.v = j
c.u = h
d.z = a
d.y = j
d.x = j
d.w = f
d.v = h
e.z = i
e.y = a
e.x = c
e.w = b
e.v = j
f.z = j
f.y = j
g.z = h
g.y = f
g.x = f
h.z = g
h.y = j
h.x = j
h.w = f
h.v = d
i.z = f
i.w = f
i.y = c
i.x = g
i.v = e
i.u = h
j.z = i
j.y = g
j.x = c
j.w = b
j.v = e
assert h.w.y.v.w.z.z.y.x.y.txt == " | j" | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.x: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: C = None
self.x: A = None
self.w: F = None
self.v: E = None
self.u: D = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: A = None
self.y: E = None
self.x: E = None
self.w: F = None
self.v: D = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.x: C = None
self.w: B = None
self.v: E = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.y: E = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = A("g")
h = D("h")
i = C("i")
j = E("j")
a.z = h
a.y = f
a.x = f
b.z = f
c.z = f
c.w = f
c.y = i
c.x = a
c.v = j
c.u = h
d.z = a
d.y = j
d.x = j
d.w = f
d.v = h
e.z = i
e.y = a
e.x = c
e.w = b
e.v = j
f.z = j
f.y = j
g.z = h
g.y = f
g.x = f
h.z = g
h.y = j
h.x = j
h.w = f
h.v = d
i.z = f
i.w = f
i.y = c
i.x = g
i.v = e
i.u = h
j.z = i
j.y = g
j.x = c
j.w = b
j.v = e
assert h.w.y.v.w.z.z.y.x.y.txt == "j" | 10 | 34 | 3.4 | 0.377778 | 6 | 1.666667 | 6 | 1 | 3.666667 | 9 | 3 | 2 | 6 | 0.6 | 8 | 0.235294 | 4 | 3 | 7 | 4.666667 | 5 | 3 | 2 | 2 |
705 | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: H = None
self.x: B = None
self.w: B = None
self.v: I = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: H = None
self.y: G = None
self.x: E = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: F = None
self.y: F = None
self.x: B = None
self.w: A = None
self.v: I = None
self.u: G = None
self.t: F = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: H = None
self.y: B = None
self.x: D = None
self.w: A = None
self.v: B = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: F = None
self.y: D = None
self.x: H = None
self.w: A = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: E = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: G = None
self.y: G = None
self.x: F = None
self.w: G = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: H = None
self.y: E = None
self.x: E = None
self.w: E = None
self.v: A = None
self.u: C = None
self.t: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = F("j")
a.z = c
a.y = h
a.x = b
a.w = b
a.v = i
b.z = d
c.z = h
c.y = g
c.x = e
d.z = f
d.y = f
d.t = f
d.x = b
d.w = a
d.v = i
d.u = g
e.z = h
e.y = b
e.v = b
e.x = d
e.w = a
f.z = j
f.y = d
f.x = h
f.w = a
g.z = e
h.z = g
h.y = g
h.w = g
h.x = j
i.z = h
i.y = e
i.x = e
i.w = e
i.v = a
i.u = c
i.t = c
j.z = f
j.y = d
j.x = h
j.w = a
assert j.z.y.x.txt == " | b" | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: H = None
self.x: B = None
self.w: B = None
self.v: I = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: H = None
self.y: G = None
self.x: E = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: F = None
self.y: F = None
self.x: B = None
self.w: A = None
self.v: I = None
self.u: G = None
self.t: F = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: H = None
self.y: B = None
self.x: D = None
self.w: A = None
self.v: B = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: F = None
self.y: D = None
self.x: H = None
self.w: A = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: E = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: G = None
self.y: G = None
self.x: F = None
self.w: G = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: H = None
self.y: E = None
self.x: E = None
self.w: E = None
self.v: A = None
self.u: C = None
self.t: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = F("j")
a.z = c
a.y = h
a.x = b
a.w = b
a.v = i
b.z = d
c.z = h
c.y = g
c.x = e
d.z = f
d.y = f
d.t = f
d.x = b
d.w = a
d.v = i
d.u = g
e.z = h
e.y = b
e.v = b
e.x = d
e.w = a
f.z = j
f.y = d
f.x = h
f.w = a
g.z = e
h.z = g
h.y = g
h.w = g
h.x = j
i.z = h
i.y = e
i.x = e
i.w = e
i.v = a
i.u = c
i.t = c
j.z = f
j.y = d
j.x = h
j.w = a
assert j.z.y.x.txt == "b" | 10 | 32 | 3.2 | 0.355556 | 9 | 1.111111 | 7 | 1 | 4.111111 | 3 | 1 | 1 | 4 | 0.4 | 3 | 0.09375 | 0 | null | null | null | 3 | 1 | 1 | 1 |
706 | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: H = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: E = None
self.y: D = None
self.x: F = None
self.w: C = None
self.v: H = None
self.u: C = None
self.t: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: G = None
self.y: G = None
self.x: A = None
self.w: B = None
self.v: G = None
self.u: A = None
self.t: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.y: H = None
self.x: E = None
self.w: B = None
self.v: C = None
self.u: G = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: A = None
self.y: H = None
self.x: A = None
self.w: H = None
self.v: H = None
self.u: B = None
self.t: A = None
self.s: E = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.x: E = None
self.w: E = None
self.v: F = None
self.u: B = None
self.t: D = None
self.s: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = F("i")
j = D("j")
a.z = c
a.y = h
a.x = b
b.z = e
b.y = j
b.x = f
b.w = c
b.u = c
b.v = h
b.t = i
c.z = g
c.y = g
c.v = g
c.x = a
c.u = a
c.w = b
c.t = f
d.z = a
e.z = c
e.y = d
f.z = j
f.y = h
f.x = e
f.w = b
f.v = c
f.u = g
g.z = a
g.x = a
g.t = a
g.y = h
g.w = h
g.v = h
g.u = b
g.s = e
h.z = d
h.t = d
h.y = b
h.u = b
h.x = e
h.w = e
h.v = i
h.s = j
i.z = j
i.y = h
i.x = e
i.w = b
i.v = c
i.u = g
j.z = a
assert f.v.t.w.y.z.z.u.x.txt == " | b" | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: H = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: E = None
self.y: D = None
self.x: F = None
self.w: C = None
self.v: H = None
self.u: C = None
self.t: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: G = None
self.y: G = None
self.x: A = None
self.w: B = None
self.v: G = None
self.u: A = None
self.t: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.y: H = None
self.x: E = None
self.w: B = None
self.v: C = None
self.u: G = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: A = None
self.y: H = None
self.x: A = None
self.w: H = None
self.v: H = None
self.u: B = None
self.t: A = None
self.s: E = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.x: E = None
self.w: E = None
self.v: F = None
self.u: B = None
self.t: D = None
self.s: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = F("i")
j = D("j")
a.z = c
a.y = h
a.x = b
b.z = e
b.y = j
b.x = f
b.w = c
b.u = c
b.v = h
b.t = i
c.z = g
c.y = g
c.v = g
c.x = a
c.u = a
c.w = b
c.t = f
d.z = a
e.z = c
e.y = d
f.z = j
f.y = h
f.x = e
f.w = b
f.v = c
f.u = g
g.z = a
g.x = a
g.t = a
g.y = h
g.w = h
g.v = h
g.u = b
g.s = e
h.z = d
h.t = d
h.y = b
h.u = b
h.x = e
h.w = e
h.v = i
h.s = j
i.z = j
i.y = h
i.x = e
i.w = b
i.v = c
i.u = g
j.z = a
assert f.v.t.w.y.z.z.u.x.txt == "b" | 10 | 38 | 3.8 | 0.422222 | 8 | 1.25 | 8 | 1 | 5.25 | 8 | 2 | 1 | 5 | 0.5 | 8 | 0.210526 | 4 | 2 | 5 | 3.5 | 7 | 2 | 2 | 2 |
707 | class A:
def __init__(self, txt: str):
self.z: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: E = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.x: A = None
self.w: D = None
self.v: D = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: F = None
self.x: D = None
self.w: F = None
self.v: F = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: E = None
self.x: E = None
self.w: C = None
self.v: A = None
self.u: A = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.y: A = None
self.x: F = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = E("g")
h = F("h")
i = C("i")
j = D("j")
a.z = e
b.z = g
b.y = a
c.z = d
c.w = d
c.y = f
c.x = a
c.v = j
d.z = i
d.y = h
d.w = h
d.v = h
d.x = j
e.z = a
e.v = a
e.u = a
e.y = g
e.x = g
e.w = i
f.z = e
f.y = a
f.x = h
g.z = a
g.v = a
g.u = a
g.y = e
g.x = e
g.w = c
h.z = e
h.y = a
h.x = f
i.z = d
i.v = d
i.y = h
i.x = a
i.w = j
j.z = i
j.y = f
j.x = d
j.w = h
j.v = h
assert h.z.z.z.w.x.z.w.w.v.txt == " | h" | class A:
def __init__(self, txt: str):
self.z: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: E = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.x: A = None
self.w: D = None
self.v: D = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: F = None
self.x: D = None
self.w: F = None
self.v: F = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: E = None
self.x: E = None
self.w: C = None
self.v: A = None
self.u: A = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.y: A = None
self.x: F = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = E("g")
h = F("h")
i = C("i")
j = D("j")
a.z = e
b.z = g
b.y = a
c.z = d
c.w = d
c.y = f
c.x = a
c.v = j
d.z = i
d.y = h
d.w = h
d.v = h
d.x = j
e.z = a
e.v = a
e.u = a
e.y = g
e.x = g
e.w = i
f.z = e
f.y = a
f.x = h
g.z = a
g.v = a
g.u = a
g.y = e
g.x = e
g.w = c
h.z = e
h.y = a
h.x = f
i.z = d
i.v = d
i.y = h
i.x = a
i.w = j
j.z = i
j.y = f
j.x = d
j.w = h
j.v = h
assert h.z.z.z.w.x.z.w.w.v.txt == "h" | 10 | 30 | 3 | 0.333333 | 6 | 1.666667 | 6 | 1 | 3.666667 | 9 | 3 | 2 | 5 | 0.5 | 7 | 0.233333 | 5 | 2 | 9 | 4.166667 | 4 | 4 | 3 | 2 |
708 | class A:
def __init__(self, txt: str):
self.z: H = None
self.y: C = None
self.x: F = None
self.w: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.y: A = None
self.x: A = None
self.w: E = None
self.v: G = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: H = None
self.y: F = None
self.x: B = None
self.w: C = None
self.v: D = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: G = None
self.y: C = None
self.x: B = None
self.w: B = None
self.v: H = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = H("i")
j = C("j")
a.z = i
a.y = j
a.x = f
a.w = g
b.z = g
b.v = g
b.y = a
b.x = a
b.w = e
c.z = h
c.y = f
c.x = b
c.w = j
c.v = d
d.z = a
e.z = b
e.y = c
f.z = e
g.z = b
h.z = g
h.y = c
h.x = b
h.w = b
h.v = i
i.z = g
i.y = j
i.x = b
i.w = b
i.v = h
j.z = i
j.y = f
j.x = b
j.w = c
j.v = d
assert i.z.z.x.w.z.w.txt == " | e" | class A:
def __init__(self, txt: str):
self.z: H = None
self.y: C = None
self.x: F = None
self.w: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.y: A = None
self.x: A = None
self.w: E = None
self.v: G = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: H = None
self.y: F = None
self.x: B = None
self.w: C = None
self.v: D = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: G = None
self.y: C = None
self.x: B = None
self.w: B = None
self.v: H = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = H("i")
j = C("j")
a.z = i
a.y = j
a.x = f
a.w = g
b.z = g
b.v = g
b.y = a
b.x = a
b.w = e
c.z = h
c.y = f
c.x = b
c.w = j
c.v = d
d.z = a
e.z = b
e.y = c
f.z = e
g.z = b
h.z = g
h.y = c
h.x = b
h.w = b
h.v = i
i.z = g
i.y = j
i.x = b
i.w = b
i.v = h
j.z = i
j.y = f
j.x = b
j.w = c
j.v = d
assert i.z.z.x.w.z.w.txt == "e" | 10 | 30 | 3 | 0.333333 | 8 | 1.25 | 5 | 1 | 3 | 6 | 2 | 2 | 5 | 0.5 | 5 | 0.166667 | 2 | 3 | 3 | 3 | 3 | 3 | 2 | 2 |
709 | class A:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: E = None
self.y: E = None
self.x: C = None
self.w: E = None
self.v: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.x: E = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.x: D = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: F = None
self.y: D = None
self.x: E = None
self.w: F = None
self.v: E = None
self.u: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = C("g")
h = F("h")
i = E("i")
j = A("j")
a.z = g
b.z = e
b.w = e
b.y = i
b.x = c
b.v = d
c.z = j
c.y = a
c.x = e
d.z = b
d.y = b
e.z = g
e.y = a
e.x = d
f.z = h
f.w = h
f.y = d
f.x = e
f.v = e
f.u = c
g.z = a
g.y = a
g.x = i
h.z = f
h.w = f
h.y = d
h.x = e
h.v = i
h.u = g
i.z = g
i.y = a
i.x = d
j.z = g
assert g.x.y.z.z.z.x.x.y.y.x.txt == " | d" | class A:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: E = None
self.y: E = None
self.x: C = None
self.w: E = None
self.v: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.x: E = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.x: D = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: F = None
self.y: D = None
self.x: E = None
self.w: F = None
self.v: E = None
self.u: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = C("g")
h = F("h")
i = E("i")
j = A("j")
a.z = g
b.z = e
b.w = e
b.y = i
b.x = c
b.v = d
c.z = j
c.y = a
c.x = e
d.z = b
d.y = b
e.z = g
e.y = a
e.x = d
f.z = h
f.w = h
f.y = d
f.x = e
f.v = e
f.u = c
g.z = a
g.y = a
g.x = i
h.z = f
h.w = f
h.y = d
h.x = e
h.v = i
h.u = g
i.z = g
i.y = a
i.x = d
j.z = g
assert g.x.y.z.z.z.x.x.y.y.x.txt == "d" | 10 | 27 | 2.7 | 0.3 | 6 | 1.666667 | 6 | 1 | 3.333333 | 10 | 3 | 2 | 5 | 0.5 | 7 | 0.259259 | 6 | 2 | 8 | 3.875 | 3 | 4 | 3 | 2 |
710 | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.x: A = None
self.w: A = None
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.x: D = None
self.w: E = None
self.v: D = None
self.u: H = None
self.t: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: G = None
self.y: H = None
self.x: F = None
self.w: G = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: H = None
self.y: A = None
self.x: H = None
self.w: C = None
self.v: A = None
self.u: F = None
self.t: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: H = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: D = None
self.y: H = None
self.x: B = None
self.w: B = None
self.v: B = None
self.u: C = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: D = None
self.y: E = None
self.x: A = None
self.w: D = None
self.v: F = None
self.u: H = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = H("i")
j = A("j")
a.z = d
a.y = j
b.z = a
b.y = a
b.x = a
b.w = j
b.v = c
c.z = d
c.x = d
c.v = d
c.y = b
c.w = e
c.u = h
c.t = j
d.z = g
d.w = g
d.y = h
d.x = f
e.z = h
e.y = j
e.v = j
e.x = i
e.w = c
e.t = c
e.u = f
f.z = h
g.z = d
g.y = h
g.x = b
g.w = b
g.v = b
g.u = c
h.z = d
h.w = d
h.y = e
h.x = a
h.v = f
h.u = i
i.z = d
i.w = d
i.y = e
i.x = a
i.v = f
i.u = h
j.z = d
j.y = a
assert b.v.x.y.txt == " | h" | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.x: A = None
self.w: A = None
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.x: D = None
self.w: E = None
self.v: D = None
self.u: H = None
self.t: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: G = None
self.y: H = None
self.x: F = None
self.w: G = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: H = None
self.y: A = None
self.x: H = None
self.w: C = None
self.v: A = None
self.u: F = None
self.t: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: H = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: D = None
self.y: H = None
self.x: B = None
self.w: B = None
self.v: B = None
self.u: C = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: D = None
self.y: E = None
self.x: A = None
self.w: D = None
self.v: F = None
self.u: H = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = H("i")
j = A("j")
a.z = d
a.y = j
b.z = a
b.y = a
b.x = a
b.w = j
b.v = c
c.z = d
c.x = d
c.v = d
c.y = b
c.w = e
c.u = h
c.t = j
d.z = g
d.w = g
d.y = h
d.x = f
e.z = h
e.y = j
e.v = j
e.x = i
e.w = c
e.t = c
e.u = f
f.z = h
g.z = d
g.y = h
g.x = b
g.w = b
g.v = b
g.u = c
h.z = d
h.w = d
h.y = e
h.x = a
h.v = f
h.u = i
i.z = d
i.w = d
i.y = e
i.x = a
i.v = f
i.u = h
j.z = d
j.y = a
assert b.v.x.y.txt == "h" | 10 | 35 | 3.5 | 0.388889 | 8 | 1.25 | 7 | 1 | 4.75 | 3 | 1 | 1 | 4 | 0.4 | 3 | 0.085714 | 0 | null | null | null | 3 | 1 | 1 | 1 |
711 | class A:
def __init__(self, txt: str):
self.z: E = None
self.y: B = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: E = None
self.w: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: A = None
self.y: E = None
self.x: B = None
self.w: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.x: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = C("f")
g = B("g")
h = B("h")
i = A("i")
j = B("j")
a.z = e
a.y = b
a.x = f
b.z = j
b.y = f
b.x = e
b.w = e
c.z = d
c.y = b
d.z = a
d.w = a
d.y = e
d.x = g
e.z = d
e.y = d
e.x = c
f.z = d
f.y = g
g.z = h
g.y = c
g.x = e
g.w = e
h.z = g
h.y = f
h.x = e
h.w = e
i.z = e
i.y = b
i.x = c
j.z = h
j.y = f
j.x = e
j.w = e
assert f.z.y.y.y.y.txt == " | d" | class A:
def __init__(self, txt: str):
self.z: E = None
self.y: B = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: E = None
self.w: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: A = None
self.y: E = None
self.x: B = None
self.w: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.x: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = C("f")
g = B("g")
h = B("h")
i = A("i")
j = B("j")
a.z = e
a.y = b
a.x = f
b.z = j
b.y = f
b.x = e
b.w = e
c.z = d
c.y = b
d.z = a
d.w = a
d.y = e
d.x = g
e.z = d
e.y = d
e.x = c
f.z = d
f.y = g
g.z = h
g.y = c
g.x = e
g.w = e
h.z = g
h.y = f
h.x = e
h.w = e
i.z = e
i.y = b
i.x = c
j.z = h
j.y = f
j.x = e
j.w = e
assert f.z.y.y.y.y.txt == "d" | 10 | 27 | 2.7 | 0.3 | 5 | 2 | 4 | 2 | 3.2 | 5 | 3 | 2 | 3 | 0.3 | 3 | 0.111111 | 3 | 2 | 4 | 2.5 | 2 | 4 | 4 | 1 |
712 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.x: C = None
self.w: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: D = None
self.x: A = None
self.w: C = None
self.v: C = None
self.u: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: A = None
self.y: D = None
self.x: A = None
self.w: A = None
self.v: D = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: F = None
self.y: C = None
self.x: C = None
self.w: A = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.y: D = None
self.x: B = None
self.w: F = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = F("g")
h = D("h")
i = B("i")
j = C("j")
a.z = i
a.y = f
a.x = c
a.w = d
b.z = a
b.x = a
b.y = d
b.w = j
b.v = c
b.u = g
c.z = j
c.y = b
c.x = f
d.z = a
d.x = a
d.w = a
d.y = h
d.v = h
e.z = g
e.y = c
e.x = c
e.w = a
f.z = e
f.y = d
f.x = i
f.w = g
g.z = e
g.y = h
g.x = i
g.w = f
h.z = a
h.x = a
h.w = a
h.y = d
h.v = d
i.z = a
i.x = a
i.y = d
i.w = c
i.v = j
i.u = f
j.z = c
j.y = b
j.x = g
assert j.z.y.v.z.txt == " | j" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.x: C = None
self.w: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: D = None
self.x: A = None
self.w: C = None
self.v: C = None
self.u: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: A = None
self.y: D = None
self.x: A = None
self.w: A = None
self.v: D = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: F = None
self.y: C = None
self.x: C = None
self.w: A = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.y: D = None
self.x: B = None
self.w: F = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = F("g")
h = D("h")
i = B("i")
j = C("j")
a.z = i
a.y = f
a.x = c
a.w = d
b.z = a
b.x = a
b.y = d
b.w = j
b.v = c
b.u = g
c.z = j
c.y = b
c.x = f
d.z = a
d.x = a
d.w = a
d.y = h
d.v = h
e.z = g
e.y = c
e.x = c
e.w = a
f.z = e
f.y = d
f.x = i
f.w = g
g.z = e
g.y = h
g.x = i
g.w = f
h.z = a
h.x = a
h.w = a
h.y = d
h.v = d
i.z = a
i.x = a
i.y = d
i.w = c
i.v = j
i.u = f
j.z = c
j.y = b
j.x = g
assert j.z.y.v.z.txt == "j" | 10 | 35 | 3.5 | 0.388889 | 6 | 1.666667 | 6 | 3 | 4.333333 | 4 | 2 | 1 | 3 | 0.3 | 4 | 0.114286 | 2 | 2 | 4 | 3 | 3 | 2 | 1 | 2 |
713 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: D = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.x: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: C = None
self.w: B = None
self.v: C = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: E = None
self.y: C = None
self.x: A = None
self.w: C = None
self.v: B = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.x: B = None
self.w: A = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = C("g")
h = C("h")
i = B("i")
j = E("j")
a.z = i
a.y = d
a.x = b
b.z = c
b.y = a
b.x = f
c.z = i
c.w = i
c.y = g
c.x = h
c.v = h
d.z = e
d.y = g
d.w = g
d.x = a
d.v = b
e.z = a
e.w = a
e.y = g
e.x = b
f.z = a
g.z = b
g.y = c
g.x = c
g.w = i
g.v = h
h.z = b
h.w = b
h.y = c
h.x = g
h.v = g
i.z = h
i.y = a
i.x = f
j.z = a
j.w = a
j.y = g
j.x = i
assert g.w.y.x.txt == " | b" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: D = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.x: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: C = None
self.w: B = None
self.v: C = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: E = None
self.y: C = None
self.x: A = None
self.w: C = None
self.v: B = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.x: B = None
self.w: A = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = C("g")
h = C("h")
i = B("i")
j = E("j")
a.z = i
a.y = d
a.x = b
b.z = c
b.y = a
b.x = f
c.z = i
c.w = i
c.y = g
c.x = h
c.v = h
d.z = e
d.y = g
d.w = g
d.x = a
d.v = b
e.z = a
e.w = a
e.y = g
e.x = b
f.z = a
g.z = b
g.y = c
g.x = c
g.w = i
g.v = h
h.z = b
h.w = b
h.y = c
h.x = g
h.v = g
i.z = h
i.y = a
i.x = f
j.z = a
j.w = a
j.y = g
j.x = i
assert g.w.y.x.txt == "b" | 10 | 30 | 3 | 0.333333 | 6 | 1.666667 | 5 | 1 | 3.5 | 3 | 1 | 1 | 4 | 0.4 | 3 | 0.1 | 0 | null | null | null | 3 | 1 | 1 | 1 |
714 | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: D = None
self.x: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: B = None
self.w: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = A("e")
f = B("f")
g = C("g")
h = D("h")
i = B("i")
j = D("j")
a.z = g
a.y = i
b.z = f
b.y = a
c.z = e
c.y = d
c.x = f
d.z = e
d.y = f
d.x = f
d.w = f
e.z = c
e.y = b
f.z = b
f.y = a
g.z = a
g.y = j
g.x = f
h.z = a
h.y = b
h.x = b
h.w = i
i.z = b
i.y = a
j.z = e
j.y = f
j.x = b
j.w = b
assert j.x.y.y.y.z.y.x.y.z.txt == " | g" | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: D = None
self.x: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: B = None
self.w: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = A("e")
f = B("f")
g = C("g")
h = D("h")
i = B("i")
j = D("j")
a.z = g
a.y = i
b.z = f
b.y = a
c.z = e
c.y = d
c.x = f
d.z = e
d.y = f
d.x = f
d.w = f
e.z = c
e.y = b
f.z = b
f.y = a
g.z = a
g.y = j
g.x = f
h.z = a
h.y = b
h.x = b
h.w = i
i.z = b
i.y = a
j.z = e
j.y = f
j.x = b
j.w = b
assert j.x.y.y.y.z.y.x.y.z.txt == "g" | 10 | 24 | 2.4 | 0.266667 | 4 | 2.5 | 4 | 2 | 2.75 | 9 | 3 | 2 | 5 | 0.5 | 6 | 0.25 | 5 | 2 | 6 | 4.666667 | 3 | 5 | 3 | 2 |
715 | class A:
def __init__(self, txt: str):
self.z: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: F = None
self.x: E = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.x: D = None
self.w: F = None
self.v: F = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: E = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = C("g")
h = D("h")
i = E("i")
j = D("j")
a.z = f
b.z = a
b.y = f
c.z = f
c.y = f
c.x = e
d.z = j
d.y = b
d.x = h
d.w = f
d.v = f
e.z = i
f.z = h
g.z = f
g.y = f
g.x = e
h.z = d
h.x = d
h.y = b
h.w = f
h.v = f
i.z = e
j.z = d
j.y = b
j.x = h
j.w = f
j.v = f
assert d.y.y.z.y.y.z.y.y.z.txt == " | h" | class A:
def __init__(self, txt: str):
self.z: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: F = None
self.x: E = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.x: D = None
self.w: F = None
self.v: F = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: E = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = C("g")
h = D("h")
i = E("i")
j = D("j")
a.z = f
b.z = a
b.y = f
c.z = f
c.y = f
c.x = e
d.z = j
d.y = b
d.x = h
d.w = f
d.v = f
e.z = i
f.z = h
g.z = f
g.y = f
g.x = e
h.z = d
h.x = d
h.y = b
h.w = f
h.v = f
i.z = e
j.z = d
j.y = b
j.x = h
j.w = f
j.v = f
assert d.y.y.z.y.y.z.y.y.z.txt == "h" | 10 | 21 | 2.1 | 0.233333 | 6 | 1.666667 | 5 | 1 | 2.166667 | 9 | 3 | 3 | 4 | 0.4 | 4 | 0.190476 | 6 | 3 | 6 | 4 | 2 | 6 | 2 | 1 |
716 | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
a = A("a")
b = B("b")
c = A("c")
d = B("d")
e = A("e")
f = B("f")
g = A("g")
h = A("h")
i = B("i")
j = A("j")
a.z = e
a.y = j
b.z = i
b.y = g
c.z = g
c.y = e
d.z = f
d.y = g
e.z = h
e.y = a
f.z = i
f.y = g
g.z = a
g.y = j
h.z = c
h.y = e
i.z = d
i.y = c
j.z = e
j.y = h
assert g.z.z.y.z.y.txt == " | a" | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
a = A("a")
b = B("b")
c = A("c")
d = B("d")
e = A("e")
f = B("f")
g = A("g")
h = A("h")
i = B("i")
j = A("j")
a.z = e
a.y = j
b.z = i
b.y = g
c.z = g
c.y = e
d.z = f
d.y = g
e.z = h
e.y = a
f.z = i
f.y = g
g.z = a
g.y = j
h.z = c
h.y = e
i.z = d
i.y = c
j.z = e
j.y = h
assert g.z.z.y.z.y.txt == "a" | 10 | 20 | 2 | 0.222222 | 2 | 5 | 2 | 2 | 2 | 5 | 3 | 2 | 3 | 0.3 | 3 | 0.15 | 3 | 2 | 4 | 2.5 | 2 | 3 | 2 | 1 |
717 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.x: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.x: A = None
self.w: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = D("e")
f = A("f")
g = C("g")
h = A("h")
i = D("i")
j = A("j")
a.z = b
a.y = f
b.z = i
b.y = i
c.z = g
c.y = h
c.x = b
d.z = g
d.w = g
d.y = c
d.x = f
e.z = c
e.y = g
e.w = g
e.x = a
f.z = b
f.y = h
g.z = c
g.y = f
g.x = b
h.z = b
h.y = f
i.z = g
i.y = g
i.w = g
i.x = f
j.z = b
j.y = a
assert e.x.z.z.w.z.z.x.z.w.x.txt == " | b" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.x: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.x: A = None
self.w: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = D("e")
f = A("f")
g = C("g")
h = A("h")
i = D("i")
j = A("j")
a.z = b
a.y = f
b.z = i
b.y = i
c.z = g
c.y = h
c.x = b
d.z = g
d.w = g
d.y = c
d.x = f
e.z = c
e.y = g
e.w = g
e.x = a
f.z = b
f.y = h
g.z = c
g.y = f
g.x = b
h.z = b
h.y = f
i.z = g
i.y = g
i.w = g
i.x = f
j.z = b
j.y = a
assert e.x.z.z.w.z.z.x.z.w.x.txt == "b" | 10 | 23 | 2.3 | 0.255556 | 4 | 2.5 | 4 | 2 | 2.75 | 10 | 3 | 2 | 6 | 0.6 | 7 | 0.304348 | 5 | 2 | 8 | 4.428571 | 3 | 5 | 2 | 2 |
718 | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: E = None
self.y: E = None
self.x: F = None
self.w: G = None
self.v: B = None
self.u: G = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: B = None
self.y: E = None
self.x: B = None
self.w: C = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.x: D = None
self.w: F = None
self.v: C = None
self.u: E = None
self.t: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = C("h")
i = A("i")
j = B("j")
a.z = c
a.y = b
a.x = i
b.z = h
c.z = i
d.z = e
d.y = e
d.x = f
d.w = g
d.u = g
d.v = j
e.z = b
e.y = f
f.z = j
f.y = e
f.x = b
f.w = h
g.z = b
g.y = f
g.w = f
g.x = d
g.v = h
g.u = e
g.t = c
h.z = i
i.z = c
i.y = j
i.x = a
j.z = h
assert b.z.z.y.z.txt == " | h" | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: E = None
self.y: E = None
self.x: F = None
self.w: G = None
self.v: B = None
self.u: G = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: B = None
self.y: E = None
self.x: B = None
self.w: C = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.x: D = None
self.w: F = None
self.v: C = None
self.u: E = None
self.t: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = C("h")
i = A("i")
j = B("j")
a.z = c
a.y = b
a.x = i
b.z = h
c.z = i
d.z = e
d.y = e
d.x = f
d.w = g
d.u = g
d.v = j
e.z = b
e.y = f
f.z = j
f.y = e
f.x = b
f.w = h
g.z = b
g.y = f
g.w = f
g.x = d
g.v = h
g.u = e
g.t = c
h.z = i
i.z = c
i.y = j
i.x = a
j.z = h
assert b.z.z.y.z.txt == "h" | 10 | 26 | 2.6 | 0.288889 | 7 | 1.428571 | 7 | 1 | 3.428571 | 4 | 2 | 1 | 4 | 0.4 | 4 | 0.153846 | 1 | 3 | 3 | 3 | 2 | 3 | 2 | 1 |
719 | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.x: B = None
self.w: A = None
self.v: E = None
self.u: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.x: A = None
self.w: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: D = None
self.x: D = None
self.w: C = None
self.v: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: F = None
self.y: A = None
self.x: C = None
self.w: C = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.y: A = None
self.x: D = None
self.w: E = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = A("g")
h = E("h")
i = E("i")
j = C("j")
a.z = c
a.y = g
a.w = g
a.x = b
a.v = e
a.u = e
b.z = c
b.y = g
b.x = g
b.w = f
c.z = f
c.v = f
c.y = d
c.x = d
c.w = j
d.z = f
d.y = a
d.x = j
d.w = c
e.z = c
f.z = d
f.x = d
f.y = a
f.w = e
g.z = j
g.y = a
g.w = a
g.x = b
g.v = h
g.u = h
h.z = j
i.z = c
j.z = f
j.v = f
j.y = d
j.x = d
j.w = c
assert b.w.x.w.y.txt == " | d" | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.x: B = None
self.w: A = None
self.v: E = None
self.u: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.x: A = None
self.w: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: D = None
self.x: D = None
self.w: C = None
self.v: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: F = None
self.y: A = None
self.x: C = None
self.w: C = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.y: A = None
self.x: D = None
self.w: E = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = A("g")
h = E("h")
i = E("i")
j = C("j")
a.z = c
a.y = g
a.w = g
a.x = b
a.v = e
a.u = e
b.z = c
b.y = g
b.x = g
b.w = f
c.z = f
c.v = f
c.y = d
c.x = d
c.w = j
d.z = f
d.y = a
d.x = j
d.w = c
e.z = c
f.z = d
f.x = d
f.y = a
f.w = e
g.z = j
g.y = a
g.w = a
g.x = b
g.v = h
g.u = h
h.z = j
i.z = c
j.z = f
j.v = f
j.y = d
j.x = d
j.w = c
assert b.w.x.w.y.txt == "d" | 10 | 27 | 2.7 | 0.3 | 6 | 1.666667 | 6 | 1 | 4 | 4 | 2 | 1 | 4 | 0.4 | 4 | 0.148148 | 1 | 2 | 2 | 2 | 3 | 2 | 1 | 1 |
720 | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: H = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.y: J = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: H = None
self.x: D = None
self.w: J = None
self.v: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: H = None
self.y: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: I = None
self.y: A = None
self.x: B = None
self.w: I = None
self.v: H = None
self.u: A = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: A = None
self.y: E = None
self.x: I = None
self.w: J = None
self.v: B = None
self.u: B = None
self.t: C = None
self.s: E = None
self.r: B = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: F = None
self.y: C = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: I = None
self.y: E = None
self.x: G = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: D = None
self.y: G = None
self.x: E = None
self.w: C = None
self.v: A = None
self.u: C = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: H = None
self.y: F = None
self.x: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = c
a.y = h
b.z = g
b.y = j
c.z = f
c.y = h
c.x = d
c.w = j
c.v = a
d.z = h
d.y = a
e.z = i
e.w = i
e.y = a
e.u = a
e.x = b
e.v = h
f.z = a
f.y = e
f.s = e
f.x = i
f.w = j
f.v = b
f.u = b
f.r = b
f.t = c
g.z = f
g.y = c
h.z = i
h.y = e
h.x = g
i.z = d
i.y = g
i.x = e
i.w = c
i.u = c
i.v = a
j.z = h
j.y = f
j.x = c
assert j.x.y.x.z.x.txt == " | i" | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: H = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.y: J = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: H = None
self.x: D = None
self.w: J = None
self.v: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: H = None
self.y: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: I = None
self.y: A = None
self.x: B = None
self.w: I = None
self.v: H = None
self.u: A = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: A = None
self.y: E = None
self.x: I = None
self.w: J = None
self.v: B = None
self.u: B = None
self.t: C = None
self.s: E = None
self.r: B = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: F = None
self.y: C = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: I = None
self.y: E = None
self.x: G = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: D = None
self.y: G = None
self.x: E = None
self.w: C = None
self.v: A = None
self.u: C = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: H = None
self.y: F = None
self.x: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = c
a.y = h
b.z = g
b.y = j
c.z = f
c.y = h
c.x = d
c.w = j
c.v = a
d.z = h
d.y = a
e.z = i
e.w = i
e.y = a
e.u = a
e.x = b
e.v = h
f.z = a
f.y = e
f.s = e
f.x = i
f.w = j
f.v = b
f.u = b
f.r = b
f.t = c
g.z = f
g.y = c
h.z = i
h.y = e
h.x = g
i.z = d
i.y = g
i.x = e
i.w = c
i.u = c
i.v = a
j.z = h
j.y = f
j.x = c
assert j.x.y.x.z.x.txt == "i" | 10 | 34 | 3.4 | 0.377778 | 10 | 1 | 9 | 2 | 4 | 5 | 1 | 1 | 6 | 0.6 | 5 | 0.147059 | 0 | null | null | null | 3 | 3 | 1 | 1 |
721 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
a = A("a")
b = B("b")
c = B("c")
d = A("d")
e = A("e")
f = B("f")
g = A("g")
h = B("h")
i = B("i")
j = A("j")
a.z = c
a.y = j
b.z = e
c.z = j
d.z = b
d.y = g
e.z = c
e.y = g
f.z = a
g.z = h
g.y = e
h.z = e
i.z = d
j.z = i
j.y = g
assert h.z.z.z.z.z.txt == " | d" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
a = A("a")
b = B("b")
c = B("c")
d = A("d")
e = A("e")
f = B("f")
g = A("g")
h = B("h")
i = B("i")
j = A("j")
a.z = c
a.y = j
b.z = e
c.z = j
d.z = b
d.y = g
e.z = c
e.y = g
f.z = a
g.z = h
g.y = e
h.z = e
i.z = d
j.z = i
j.y = g
assert h.z.z.z.z.z.txt == "d" | 10 | 15 | 1.5 | 0.166667 | 2 | 5 | 2 | 1 | 1.5 | 5 | 1 | 1 | 6 | 0.6 | 5 | 0.333333 | 0 | null | null | null | 1 | 5 | 5 | 1 |
722 | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.x: C = None
self.w: A = None
self.v: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: A = None
self.x: E = None
self.w: B = None
self.v: A = None
self.u: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: F = None
self.y: B = None
self.x: C = None
self.w: F = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.y: A = None
self.x: D = None
self.w: E = None
self.v: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = F("g")
h = B("h")
i = C("i")
j = A("j")
a.z = c
a.x = c
a.y = j
a.w = j
a.v = e
b.z = a
b.y = h
c.z = d
c.y = a
c.v = a
c.x = e
c.w = b
c.u = f
d.z = f
d.w = f
d.y = b
d.x = i
e.z = d
e.y = b
f.z = e
f.w = e
f.y = j
f.x = d
f.v = b
g.z = e
g.w = e
g.y = j
g.x = d
g.v = h
h.z = a
h.y = b
i.z = d
i.y = a
i.x = e
i.w = h
i.v = j
i.u = f
j.z = i
j.x = i
j.y = a
j.w = a
j.v = e
assert e.z.w.v.z.v.z.z.v.txt == " | b" | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.x: C = None
self.w: A = None
self.v: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: A = None
self.x: E = None
self.w: B = None
self.v: A = None
self.u: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: F = None
self.y: B = None
self.x: C = None
self.w: F = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.y: A = None
self.x: D = None
self.w: E = None
self.v: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = F("g")
h = B("h")
i = C("i")
j = A("j")
a.z = c
a.x = c
a.y = j
a.w = j
a.v = e
b.z = a
b.y = h
c.z = d
c.y = a
c.v = a
c.x = e
c.w = b
c.u = f
d.z = f
d.w = f
d.y = b
d.x = i
e.z = d
e.y = b
f.z = e
f.w = e
f.y = j
f.x = d
f.v = b
g.z = e
g.w = e
g.y = j
g.x = d
g.v = h
h.z = a
h.y = b
i.z = d
i.y = a
i.x = e
i.w = h
i.v = j
i.u = f
j.z = i
j.x = i
j.y = a
j.w = a
j.v = e
assert e.z.w.v.z.v.z.z.v.txt == "b" | 10 | 34 | 3.4 | 0.377778 | 6 | 1.666667 | 6 | 2 | 4 | 8 | 2 | 2 | 5 | 0.5 | 6 | 0.176471 | 4 | 5 | 5 | 5 | 3 | 4 | 2 | 2 |
723 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
a = A("a")
b = B("b")
c = B("c")
d = A("d")
e = A("e")
f = B("f")
g = A("g")
h = B("h")
i = A("i")
j = A("j")
a.z = e
b.z = e
c.z = a
d.z = a
e.z = j
f.z = a
g.z = d
h.z = i
i.z = j
j.z = i
assert b.z.z.z.z.z.z.z.z.z.txt == " | i" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
a = A("a")
b = B("b")
c = B("c")
d = A("d")
e = A("e")
f = B("f")
g = A("g")
h = B("h")
i = A("i")
j = A("j")
a.z = e
b.z = e
c.z = a
d.z = a
e.z = j
f.z = a
g.z = d
h.z = i
i.z = j
j.z = i
assert b.z.z.z.z.z.z.z.z.z.txt == "i" | 10 | 10 | 1 | 0.111111 | 2 | 5 | 1 | 1 | 1 | 9 | 4 | 4 | 4 | 0.4 | 4 | 0.4 | 6 | 2 | 6 | 3.333333 | 1 | 9 | 9 | 1 |
724 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: D = None
self.w: C = None
self.v: F = None
self.u: D = None
self.t: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: G = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: F = None
self.y: C = None
self.x: F = None
self.w: E = None
self.v: A = None
self.u: A = None
self.t: B = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.x: E = None
self.w: C = None
self.v: E = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.y: B = None
self.x: G = None
self.w: B = None
self.v: B = None
self.u: G = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: F = None
self.y: F = None
self.x: G = None
self.w: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = G("h")
i = E("i")
j = A("j")
a.z = b
a.y = c
a.w = c
a.x = d
a.u = d
a.t = d
a.v = f
b.z = j
b.y = g
b.x = c
c.z = a
c.y = b
d.z = f
d.x = f
d.y = c
d.w = e
d.v = a
d.u = j
d.t = b
e.z = a
e.y = j
e.x = i
e.v = i
e.w = c
f.z = e
f.y = b
f.w = b
f.v = b
f.x = g
f.u = g
g.z = f
g.y = f
g.x = h
g.w = b
h.z = f
h.y = f
h.x = g
h.w = b
i.z = a
i.y = a
i.x = e
i.v = e
i.w = c
j.z = b
j.y = c
j.w = c
j.x = d
j.u = d
j.t = d
j.v = f
assert a.v.v.z.txt == " | j" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: D = None
self.w: C = None
self.v: F = None
self.u: D = None
self.t: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: G = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: F = None
self.y: C = None
self.x: F = None
self.w: E = None
self.v: A = None
self.u: A = None
self.t: B = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.x: E = None
self.w: C = None
self.v: E = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.y: B = None
self.x: G = None
self.w: B = None
self.v: B = None
self.u: G = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: F = None
self.y: F = None
self.x: G = None
self.w: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = G("h")
i = E("i")
j = A("j")
a.z = b
a.y = c
a.w = c
a.x = d
a.u = d
a.t = d
a.v = f
b.z = j
b.y = g
b.x = c
c.z = a
c.y = b
d.z = f
d.x = f
d.y = c
d.w = e
d.v = a
d.u = j
d.t = b
e.z = a
e.y = j
e.x = i
e.v = i
e.w = c
f.z = e
f.y = b
f.w = b
f.v = b
f.x = g
f.u = g
g.z = f
g.y = f
g.x = h
g.w = b
h.z = f
h.y = f
h.x = g
h.w = b
i.z = a
i.y = a
i.x = e
i.v = e
i.w = c
j.z = b
j.y = c
j.w = c
j.x = d
j.u = d
j.t = d
j.v = f
assert a.v.v.z.txt == "j" | 10 | 35 | 3.5 | 0.388889 | 7 | 1.428571 | 7 | 2 | 4.857143 | 3 | 1 | 1 | 4 | 0.4 | 3 | 0.085714 | 0 | null | null | null | 2 | 2 | 2 | 1 |
725 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
b = B("b")
c = B("c")
d = A("d")
e = B("e")
f = B("f")
g = A("g")
h = A("h")
i = B("i")
j = A("j")
a.z = h
b.z = i
c.z = f
d.z = j
e.z = i
f.z = b
g.z = a
h.z = a
i.z = b
j.z = g
assert e.z.z.z.z.z.z.z.z.z.txt == " | i" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
b = B("b")
c = B("c")
d = A("d")
e = B("e")
f = B("f")
g = A("g")
h = A("h")
i = B("i")
j = A("j")
a.z = h
b.z = i
c.z = f
d.z = j
e.z = i
f.z = b
g.z = a
h.z = a
i.z = b
j.z = g
assert e.z.z.z.z.z.z.z.z.z.txt == "i" | 10 | 10 | 1 | 0.111111 | 2 | 5 | 1 | 1 | 1 | 9 | 5 | 4 | 3 | 0.3 | 3 | 0.3 | 7 | 2 | 8 | 3.75 | 1 | 9 | 9 | 1 |
726 | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: I = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: H = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: I = None
self.y: C = None
self.x: H = None
self.w: G = None
self.v: A = None
self.u: B = None
self.t: G = None
self.s: G = None
self.r: B = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: H = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.x: B = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: D = None
self.y: A = None
self.x: C = None
self.w: C = None
self.v: H = None
self.u: C = None
self.t: H = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: F = None
self.y: G = None
self.x: A = None
self.w: I = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: C = None
self.y: F = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = B("j")
a.z = c
a.y = g
b.z = a
b.y = i
c.z = h
d.z = i
d.y = c
d.x = h
d.w = g
d.t = g
d.s = g
d.v = a
d.u = b
d.r = j
e.z = h
f.z = a
f.y = c
f.x = j
g.z = d
g.y = a
g.x = c
g.w = c
g.u = c
g.v = h
g.t = h
h.z = f
h.y = g
h.x = a
h.w = i
i.z = c
i.y = f
j.z = a
j.y = i
assert j.z.y.z.y.z.txt == " | h" | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: I = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: H = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: I = None
self.y: C = None
self.x: H = None
self.w: G = None
self.v: A = None
self.u: B = None
self.t: G = None
self.s: G = None
self.r: B = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: H = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.x: B = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: D = None
self.y: A = None
self.x: C = None
self.w: C = None
self.v: H = None
self.u: C = None
self.t: H = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: F = None
self.y: G = None
self.x: A = None
self.w: I = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: C = None
self.y: F = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = B("j")
a.z = c
a.y = g
b.z = a
b.y = i
c.z = h
d.z = i
d.y = c
d.x = h
d.w = g
d.t = g
d.s = g
d.v = a
d.u = b
d.r = j
e.z = h
f.z = a
f.y = c
f.x = j
g.z = d
g.y = a
g.x = c
g.w = c
g.u = c
g.v = h
g.t = h
h.z = f
h.y = g
h.x = a
h.w = i
i.z = c
i.y = f
j.z = a
j.y = i
assert j.z.y.z.y.z.txt == "h" | 10 | 28 | 2.8 | 0.311111 | 9 | 1.111111 | 9 | 1 | 3.444444 | 5 | 1 | 1 | 6 | 0.6 | 5 | 0.178571 | 0 | null | null | null | 2 | 3 | 1 | 1 |
727 | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: E = None
self.y: G = None
self.x: C = None
self.w: I = None
self.v: C = None
self.u: H = None
self.t: E = None
self.s: H = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: G = None
self.x: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: I = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: G = None
self.y: D = None
self.x: D = None
self.w: I = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: E = None
self.y: C = None
self.x: B = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: H = None
self.y: H = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = G("j")
a.z = d
a.y = j
b.z = e
b.t = e
b.y = g
b.x = c
b.v = c
b.w = i
b.u = h
b.s = h
c.z = f
c.y = j
c.x = a
d.z = c
e.z = a
e.y = i
f.z = g
f.y = d
f.x = d
f.w = i
g.z = e
g.y = c
g.x = b
h.z = c
i.z = h
i.y = h
j.z = e
j.y = c
j.x = b
assert h.z.y.y.y.txt == " | j" | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: E = None
self.y: G = None
self.x: C = None
self.w: I = None
self.v: C = None
self.u: H = None
self.t: E = None
self.s: H = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: G = None
self.x: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: I = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: G = None
self.y: D = None
self.x: D = None
self.w: I = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: E = None
self.y: C = None
self.x: B = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: H = None
self.y: H = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = G("j")
a.z = d
a.y = j
b.z = e
b.t = e
b.y = g
b.x = c
b.v = c
b.w = i
b.u = h
b.s = h
c.z = f
c.y = j
c.x = a
d.z = c
e.z = a
e.y = i
f.z = g
f.y = d
f.x = d
f.w = i
g.z = e
g.y = c
g.x = b
h.z = c
i.z = h
i.y = h
j.z = e
j.y = c
j.x = b
assert h.z.y.y.y.txt == "j" | 10 | 24 | 2.4 | 0.266667 | 9 | 1.111111 | 8 | 1 | 2.888889 | 4 | 2 | 2 | 3 | 0.3 | 3 | 0.125 | 2 | 2 | 2 | 2 | 2 | 3 | 3 | 1 |
728 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = B("d")
e = C("e")
f = A("f")
g = C("g")
h = A("h")
i = A("i")
j = B("j")
a.z = j
a.y = h
b.z = d
b.x = d
b.y = c
c.z = b
d.z = j
d.x = j
d.y = c
e.z = j
f.z = j
f.y = i
g.z = j
h.z = b
h.y = i
i.z = d
i.y = h
j.z = d
j.y = e
j.x = b
assert h.y.z.z.y.z.x.z.y.z.txt == " | b" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = B("d")
e = C("e")
f = A("f")
g = C("g")
h = A("h")
i = A("i")
j = B("j")
a.z = j
a.y = h
b.z = d
b.x = d
b.y = c
c.z = b
d.z = j
d.x = j
d.y = c
e.z = j
f.z = j
f.y = i
g.z = j
h.z = b
h.y = i
i.z = d
i.y = h
j.z = d
j.y = e
j.x = b
assert h.y.z.z.y.z.x.z.y.z.txt == "b" | 10 | 18 | 1.8 | 0.2 | 3 | 3.333333 | 3 | 1 | 2 | 9 | 2 | 1 | 7 | 0.7 | 9 | 0.5 | 3 | 2 | 5 | 3.333333 | 3 | 5 | 2 | 2 |
729 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = C("d")
e = C("e")
f = B("f")
g = A("g")
h = B("h")
i = B("i")
j = C("j")
a.z = i
a.y = e
a.x = d
b.z = g
c.z = i
c.y = h
d.z = f
d.y = i
e.z = h
e.y = b
f.z = a
g.z = i
g.y = e
g.x = c
h.z = g
i.z = g
j.z = b
j.y = h
assert c.y.z.x.y.z.z.z.y.y.z.txt == " | g" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = C("d")
e = C("e")
f = B("f")
g = A("g")
h = B("h")
i = B("i")
j = C("j")
a.z = i
a.y = e
a.x = d
b.z = g
c.z = i
c.y = h
d.z = f
d.y = i
e.z = h
e.y = b
f.z = a
g.z = i
g.y = e
g.x = c
h.z = g
i.z = g
j.z = b
j.y = h
assert c.y.z.x.y.z.z.z.y.y.z.txt == "g" | 10 | 18 | 1.8 | 0.2 | 3 | 3.333333 | 3 | 1 | 2 | 10 | 4 | 2 | 6 | 0.6 | 8 | 0.444444 | 5 | 2 | 8 | 4 | 3 | 5 | 3 | 3 |
730 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: G = None
self.x: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: B = None
self.w: I = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: J = None
self.y: I = None
self.x: J = None
self.w: E = None
self.v: H = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: H = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.y: E = None
self.x: C = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: I = None
self.y: A = None
self.x: J = None
self.w: B = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: E = None
self.y: D = None
self.x: A = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.x: H = None
self.w: D = None
self.v: B = None
self.u: A = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: F = None
self.y: I = None
self.x: H = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = b
a.y = g
a.x = e
b.z = g
c.z = a
c.y = b
c.x = b
c.w = i
d.z = j
d.x = j
d.y = i
d.w = e
d.v = h
e.z = c
e.y = b
e.x = h
f.z = d
f.y = e
f.x = c
g.z = i
g.y = a
g.x = j
g.w = b
h.z = e
h.y = d
h.x = a
i.z = c
i.y = a
i.u = a
i.x = h
i.w = d
i.v = b
j.z = f
j.y = i
j.x = h
assert i.u.y.y.z.z.y.z.z.w.txt == " | b" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: G = None
self.x: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: B = None
self.w: I = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: J = None
self.y: I = None
self.x: J = None
self.w: E = None
self.v: H = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: H = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.y: E = None
self.x: C = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: I = None
self.y: A = None
self.x: J = None
self.w: B = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: E = None
self.y: D = None
self.x: A = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.x: H = None
self.w: D = None
self.v: B = None
self.u: A = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: F = None
self.y: I = None
self.x: H = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = b
a.y = g
a.x = e
b.z = g
c.z = a
c.y = b
c.x = b
c.w = i
d.z = j
d.x = j
d.y = i
d.w = e
d.v = h
e.z = c
e.y = b
e.x = h
f.z = d
f.y = e
f.x = c
g.z = i
g.y = a
g.x = j
g.w = b
h.z = e
h.y = d
h.x = a
i.z = c
i.y = a
i.u = a
i.x = h
i.w = d
i.v = b
j.z = f
j.y = i
j.x = h
assert i.u.y.y.z.z.y.z.z.w.txt == "b" | 10 | 32 | 3.2 | 0.355556 | 10 | 1 | 6 | 1 | 3.5 | 9 | 3 | 2 | 4 | 0.4 | 6 | 0.1875 | 6 | 2 | 6 | 3.555556 | 4 | 4 | 2 | 2 |
731 | class A:
def __init__(self, txt: str):
self.z: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: E = None
self.y: D = None
self.x: H = None
self.w: F = None
self.v: G = None
self.u: H = None
self.t: H = None
self.s: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: G = None
self.y: A = None
self.x: B = None
self.w: G = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: E = None
self.x: F = None
self.w: G = None
self.v: C = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: H = None
self.y: H = None
self.x: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.x: B = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.x: E = None
self.w: E = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: E = None
self.y: B = None
self.x: E = None
self.w: G = None
self.v: F = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = G("i")
j = A("j")
a.z = d
b.z = e
b.y = d
b.x = h
b.u = h
b.t = h
b.w = f
b.s = f
b.v = i
c.z = i
c.w = i
c.y = j
c.x = b
d.z = c
d.v = c
d.y = e
d.x = f
d.w = g
e.z = h
e.y = h
e.x = c
f.z = d
f.y = d
f.x = b
g.z = d
g.y = b
g.x = e
g.w = e
h.z = e
h.x = e
h.y = b
h.w = i
h.v = f
i.z = d
i.y = b
i.x = e
i.w = e
j.z = d
assert b.y.x.y.x.x.y.y.txt == " | e" | class A:
def __init__(self, txt: str):
self.z: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: E = None
self.y: D = None
self.x: H = None
self.w: F = None
self.v: G = None
self.u: H = None
self.t: H = None
self.s: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: G = None
self.y: A = None
self.x: B = None
self.w: G = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: E = None
self.x: F = None
self.w: G = None
self.v: C = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: H = None
self.y: H = None
self.x: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.x: B = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.x: E = None
self.w: E = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: E = None
self.y: B = None
self.x: E = None
self.w: G = None
self.v: F = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = G("i")
j = A("j")
a.z = d
b.z = e
b.y = d
b.x = h
b.u = h
b.t = h
b.w = f
b.s = f
b.v = i
c.z = i
c.w = i
c.y = j
c.x = b
d.z = c
d.v = c
d.y = e
d.x = f
d.w = g
e.z = h
e.y = h
e.x = c
f.z = d
f.y = d
f.x = b
g.z = d
g.y = b
g.x = e
g.w = e
h.z = e
h.x = e
h.y = b
h.w = i
h.v = f
i.z = d
i.y = b
i.x = e
i.w = e
j.z = d
assert b.y.x.y.x.x.y.y.txt == "e" | 10 | 28 | 2.8 | 0.311111 | 8 | 1.25 | 8 | 1 | 4.125 | 7 | 3 | 2 | 4 | 0.4 | 5 | 0.178571 | 4 | 2 | 5 | 3.4 | 2 | 4 | 2 | 2 |
732 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: E = None
self.y: F = None
self.x: E = None
self.w: C = None
self.v: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.x: D = None
self.w: D = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: F = None
self.x: C = None
self.w: B = None
self.v: C = None
self.u: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.x: D = None
self.w: C = None
self.v: B = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.x: B = None
self.w: B = None
self.v: D = None
self.u: E = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = A("g")
h = B("h")
i = A("i")
j = F("j")
a.z = h
a.y = i
b.z = e
b.x = e
b.y = f
b.w = c
b.v = j
c.z = b
c.y = g
c.x = d
c.w = d
d.z = c
d.x = c
d.v = c
d.y = f
d.w = h
d.u = i
e.z = d
e.y = d
e.x = d
e.w = c
e.v = h
f.z = d
f.v = d
f.y = j
f.x = h
f.w = h
f.u = e
g.z = h
g.y = a
h.z = e
h.x = e
h.y = j
h.w = c
h.v = f
i.z = b
i.y = g
j.z = d
j.v = d
j.y = f
j.x = b
j.w = h
j.u = e
assert c.w.y.y.y.txt == " | f" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: E = None
self.y: F = None
self.x: E = None
self.w: C = None
self.v: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.x: D = None
self.w: D = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: F = None
self.x: C = None
self.w: B = None
self.v: C = None
self.u: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.x: D = None
self.w: C = None
self.v: B = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.x: B = None
self.w: B = None
self.v: D = None
self.u: E = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = A("g")
h = B("h")
i = A("i")
j = F("j")
a.z = h
a.y = i
b.z = e
b.x = e
b.y = f
b.w = c
b.v = j
c.z = b
c.y = g
c.x = d
c.w = d
d.z = c
d.x = c
d.v = c
d.y = f
d.w = h
d.u = i
e.z = d
e.y = d
e.x = d
e.w = c
e.v = h
f.z = d
f.v = d
f.y = j
f.x = h
f.w = h
f.u = e
g.z = h
g.y = a
h.z = e
h.x = e
h.y = j
h.w = c
h.v = f
i.z = b
i.y = g
j.z = d
j.v = d
j.y = f
j.x = b
j.w = h
j.u = e
assert c.w.y.y.y.txt == "f" | 10 | 33 | 3.3 | 0.366667 | 6 | 1.666667 | 6 | 2 | 4.666667 | 4 | 2 | 1 | 4 | 0.4 | 4 | 0.121212 | 1 | 2 | 2 | 2 | 2 | 3 | 3 | 1 |
733 | class A:
def __init__(self, txt: str):
self.z: I = None
self.y: F = None
self.x: C = None
self.w: G = None
self.v: G = None
self.u: I = None
self.t: C = None
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: I = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: G = None
self.x: J = None
self.w: D = None
self.v: E = None
self.u: J = None
self.t: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: H = None
self.y: H = None
self.x: J = None
self.w: H = None
self.v: F = None
self.u: A = None
self.t: F = None
self.s: F = None
self.r: J = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: J = None
self.w: I = None
self.v: A = None
self.u: A = None
self.t: G = None
self.s: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: J = None
self.y: G = None
self.x: J = None
self.w: J = None
self.v: A = None
self.u: D = None
self.t: C = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: J = None
self.y: E = None
self.x: J = None
self.w: F = None
self.v: D = None
self.u: F = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: B = None
self.y: E = None
self.x: E = None
self.w: D = None
self.v: I = None
self.u: G = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: J = None
self.y: D = None
self.x: D = None
self.w: J = None
self.v: C = None
self.u: J = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: D = None
self.y: H = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = i
a.u = i
a.y = f
a.x = c
a.t = c
a.s = c
a.w = g
a.v = g
b.z = i
c.z = f
c.t = f
c.y = g
c.x = j
c.u = j
c.w = d
c.v = e
d.z = h
d.y = h
d.w = h
d.x = j
d.r = j
d.v = f
d.t = f
d.s = f
d.u = a
e.z = b
e.y = c
e.s = c
e.x = j
e.w = i
e.v = a
e.u = a
e.t = g
f.z = j
f.x = j
f.w = j
f.y = g
f.v = a
f.u = d
f.t = c
g.z = j
g.x = j
g.y = e
g.w = f
g.u = f
g.v = d
h.z = b
h.y = e
h.x = e
h.w = d
h.v = i
h.u = g
i.z = j
i.w = j
i.u = j
i.y = d
i.x = d
i.v = c
j.z = d
j.y = h
assert a.w.z.z.z.x.txt == " | e" | class A:
def __init__(self, txt: str):
self.z: I = None
self.y: F = None
self.x: C = None
self.w: G = None
self.v: G = None
self.u: I = None
self.t: C = None
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: I = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: G = None
self.x: J = None
self.w: D = None
self.v: E = None
self.u: J = None
self.t: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: H = None
self.y: H = None
self.x: J = None
self.w: H = None
self.v: F = None
self.u: A = None
self.t: F = None
self.s: F = None
self.r: J = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: J = None
self.w: I = None
self.v: A = None
self.u: A = None
self.t: G = None
self.s: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: J = None
self.y: G = None
self.x: J = None
self.w: J = None
self.v: A = None
self.u: D = None
self.t: C = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: J = None
self.y: E = None
self.x: J = None
self.w: F = None
self.v: D = None
self.u: F = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: B = None
self.y: E = None
self.x: E = None
self.w: D = None
self.v: I = None
self.u: G = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: J = None
self.y: D = None
self.x: D = None
self.w: J = None
self.v: C = None
self.u: J = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: D = None
self.y: H = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = i
a.u = i
a.y = f
a.x = c
a.t = c
a.s = c
a.w = g
a.v = g
b.z = i
c.z = f
c.t = f
c.y = g
c.x = j
c.u = j
c.w = d
c.v = e
d.z = h
d.y = h
d.w = h
d.x = j
d.r = j
d.v = f
d.t = f
d.s = f
d.u = a
e.z = b
e.y = c
e.s = c
e.x = j
e.w = i
e.v = a
e.u = a
e.t = g
f.z = j
f.x = j
f.w = j
f.y = g
f.v = a
f.u = d
f.t = c
g.z = j
g.x = j
g.y = e
g.w = f
g.u = f
g.v = d
h.z = b
h.y = e
h.x = e
h.w = d
h.v = i
h.u = g
i.z = j
i.w = j
i.u = j
i.y = d
i.x = d
i.v = c
j.z = d
j.y = h
assert a.w.z.z.z.x.txt == "e" | 10 | 39 | 3.9 | 0.433333 | 10 | 1 | 9 | 1 | 6 | 5 | 1 | 1 | 6 | 0.6 | 5 | 0.128205 | 0 | null | null | null | 3 | 3 | 3 | 1 |
734 | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.x: D = None
self.w: I = None
self.v: C = None
self.u: B = None
self.t: C = None
self.s: C = None
self.r: D = None
self.q: I = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.y: C = None
self.x: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: J = None
self.y: G = None
self.x: F = None
self.w: H = None
self.v: E = None
self.u: G = None
self.t: H = None
self.s: A = None
self.r: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: I = None
self.y: J = None
self.x: J = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: B = None
self.y: E = None
self.x: B = None
self.w: H = None
self.v: E = None
self.u: I = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: I = None
self.y: C = None
self.x: D = None
self.w: B = None
self.v: A = None
self.u: B = None
self.t: B = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: F = None
self.y: F = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: F = None
self.y: H = None
self.x: J = None
self.w: B = None
self.v: B = None
self.u: E = None
self.t: G = None
self.s: G = None
self.r: J = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = d
a.x = d
a.r = d
a.y = f
a.w = i
a.q = i
a.v = c
a.t = c
a.s = c
a.u = b
b.z = g
b.y = c
b.x = a
c.z = j
c.y = g
c.u = g
c.x = f
c.r = f
c.w = h
c.t = h
c.v = e
c.s = a
d.z = c
e.z = i
e.y = j
e.x = j
f.z = b
f.x = b
f.y = e
f.v = e
f.w = h
f.u = i
g.z = i
g.y = c
g.x = d
g.w = b
g.u = b
g.t = b
g.v = a
h.z = f
h.y = f
i.z = f
i.y = h
i.x = j
i.r = j
i.w = b
i.v = b
i.u = e
i.t = g
i.s = g
j.z = b
assert f.u.s.v.y.txt == " | f" | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.x: D = None
self.w: I = None
self.v: C = None
self.u: B = None
self.t: C = None
self.s: C = None
self.r: D = None
self.q: I = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.y: C = None
self.x: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: J = None
self.y: G = None
self.x: F = None
self.w: H = None
self.v: E = None
self.u: G = None
self.t: H = None
self.s: A = None
self.r: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: I = None
self.y: J = None
self.x: J = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: B = None
self.y: E = None
self.x: B = None
self.w: H = None
self.v: E = None
self.u: I = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: I = None
self.y: C = None
self.x: D = None
self.w: B = None
self.v: A = None
self.u: B = None
self.t: B = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: F = None
self.y: F = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: F = None
self.y: H = None
self.x: J = None
self.w: B = None
self.v: B = None
self.u: E = None
self.t: G = None
self.s: G = None
self.r: J = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = d
a.x = d
a.r = d
a.y = f
a.w = i
a.q = i
a.v = c
a.t = c
a.s = c
a.u = b
b.z = g
b.y = c
b.x = a
c.z = j
c.y = g
c.u = g
c.x = f
c.r = f
c.w = h
c.t = h
c.v = e
c.s = a
d.z = c
e.z = i
e.y = j
e.x = j
f.z = b
f.x = b
f.y = e
f.v = e
f.w = h
f.u = i
g.z = i
g.y = c
g.x = d
g.w = b
g.u = b
g.t = b
g.v = a
h.z = f
h.y = f
i.z = f
i.y = h
i.x = j
i.r = j
i.w = b
i.v = b
i.u = e
i.t = g
i.s = g
j.z = b
assert f.u.s.v.y.txt == "f" | 10 | 34 | 3.4 | 0.377778 | 10 | 1 | 10 | 1 | 5.1 | 4 | 2 | 1 | 4 | 0.4 | 4 | 0.117647 | 1 | 4 | 4 | 4 | 4 | 1 | 1 | 1 |
735 | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: I = None
self.x: D = None
self.w: D = None
self.v: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: H = None
self.x: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.x: A = None
self.w: A = None
self.v: B = None
self.u: B = None
self.t: A = None
self.s: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: G = None
self.y: C = None
self.x: C = None
self.w: A = None
self.v: G = None
self.u: H = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: I = None
self.x: A = None
self.w: A = None
self.v: I = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: F = None
self.y: H = None
self.x: B = None
self.w: B = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.x: E = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: G = None
self.y: G = None
self.x: H = None
self.w: D = None
self.v: B = None
self.u: F = None
self.t: A = None
self.s: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = A("j")
a.z = c
a.y = i
a.x = d
a.w = d
a.v = g
b.z = c
b.y = h
b.x = e
c.z = b
c.v = b
c.u = b
c.s = b
c.y = f
c.x = j
c.w = a
c.t = a
d.z = g
d.v = g
d.y = c
d.x = c
d.w = a
d.u = h
e.z = b
e.y = i
e.v = i
e.x = a
e.w = a
f.z = d
g.z = f
g.y = h
g.x = b
g.w = b
h.z = d
h.y = d
h.x = e
i.z = g
i.y = g
i.x = h
i.w = d
i.v = b
i.u = f
i.t = j
i.s = c
j.z = c
j.y = i
j.x = d
j.w = d
j.v = g
assert f.z.y.x.v.w.x.z.txt == " | b" | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: I = None
self.x: D = None
self.w: D = None
self.v: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: H = None
self.x: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.x: A = None
self.w: A = None
self.v: B = None
self.u: B = None
self.t: A = None
self.s: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: G = None
self.y: C = None
self.x: C = None
self.w: A = None
self.v: G = None
self.u: H = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: I = None
self.x: A = None
self.w: A = None
self.v: I = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: F = None
self.y: H = None
self.x: B = None
self.w: B = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.x: E = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: G = None
self.y: G = None
self.x: H = None
self.w: D = None
self.v: B = None
self.u: F = None
self.t: A = None
self.s: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = A("j")
a.z = c
a.y = i
a.x = d
a.w = d
a.v = g
b.z = c
b.y = h
b.x = e
c.z = b
c.v = b
c.u = b
c.s = b
c.y = f
c.x = j
c.w = a
c.t = a
d.z = g
d.v = g
d.y = c
d.x = c
d.w = a
d.u = h
e.z = b
e.y = i
e.v = i
e.x = a
e.w = a
f.z = d
g.z = f
g.y = h
g.x = b
g.w = b
h.z = d
h.y = d
h.x = e
i.z = g
i.y = g
i.x = h
i.w = d
i.v = b
i.u = f
i.t = j
i.s = c
j.z = c
j.y = i
j.x = d
j.w = d
j.v = g
assert f.z.y.x.v.w.x.z.txt == "b" | 10 | 35 | 3.5 | 0.388889 | 9 | 1.111111 | 8 | 1 | 4.777778 | 7 | 2 | 1 | 7 | 0.7 | 7 | 0.2 | 1 | 2 | 2 | 2 | 5 | 2 | 1 | 1 |
736 | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
b = B("b")
c = B("c")
d = B("d")
e = B("e")
f = A("f")
g = B("g")
h = B("h")
i = A("i")
j = B("j")
a.z = f
a.y = i
b.z = c
c.z = b
d.z = e
e.z = b
f.z = a
f.y = i
g.z = e
h.z = e
i.z = f
i.y = a
j.z = e
assert h.z.z.z.z.z.z.z.z.z.txt == " | c" | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
b = B("b")
c = B("c")
d = B("d")
e = B("e")
f = A("f")
g = B("g")
h = B("h")
i = A("i")
j = B("j")
a.z = f
a.y = i
b.z = c
c.z = b
d.z = e
e.z = b
f.z = a
f.y = i
g.z = e
h.z = e
i.z = f
i.y = a
j.z = e
assert h.z.z.z.z.z.z.z.z.z.txt == "c" | 10 | 13 | 1.3 | 0.144444 | 2 | 5 | 2 | 1 | 1.5 | 9 | 4 | 4 | 4 | 0.4 | 4 | 0.307692 | 6 | 2 | 6 | 3.333333 | 1 | 9 | 9 | 1 |
737 | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: A = None
self.x: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: D = None
self.x: A = None
self.w: A = None
self.v: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: E = None
self.y: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: E = None
self.w: C = None
self.v: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = B("f")
g = A("g")
h = E("h")
i = B("i")
j = E("j")
a.z = d
a.y = g
a.x = e
b.z = f
b.y = d
b.v = d
b.x = g
b.w = g
c.z = h
c.y = a
d.z = i
e.z = a
e.v = a
e.y = f
e.x = j
e.w = c
f.z = b
f.y = d
f.v = d
f.x = a
f.w = a
g.z = d
g.y = a
g.x = h
h.z = a
h.v = a
h.y = f
h.x = j
h.w = c
i.z = b
i.y = d
i.v = d
i.x = a
i.w = g
j.z = g
j.v = g
j.y = f
j.x = e
j.w = c
assert j.y.y.z.z.x.z.z.txt == " | i" | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: A = None
self.x: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: D = None
self.x: A = None
self.w: A = None
self.v: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: E = None
self.y: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: E = None
self.w: C = None
self.v: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = B("f")
g = A("g")
h = E("h")
i = B("i")
j = E("j")
a.z = d
a.y = g
a.x = e
b.z = f
b.y = d
b.v = d
b.x = g
b.w = g
c.z = h
c.y = a
d.z = i
e.z = a
e.v = a
e.y = f
e.x = j
e.w = c
f.z = b
f.y = d
f.v = d
f.x = a
f.w = a
g.z = d
g.y = a
g.x = h
h.z = a
h.v = a
h.y = f
h.x = j
h.w = c
i.z = b
i.y = d
i.v = d
i.x = a
i.w = g
j.z = g
j.v = g
j.y = f
j.x = e
j.w = c
assert j.y.y.z.z.x.z.z.txt == "i" | 10 | 31 | 3.1 | 0.344444 | 5 | 2 | 5 | 1 | 3.2 | 7 | 2 | 2 | 6 | 0.6 | 6 | 0.193548 | 2 | 4 | 4 | 4 | 3 | 4 | 2 | 1 |
738 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = C("d")
e = C("e")
f = B("f")
g = A("g")
h = A("h")
i = B("i")
j = B("j")
a.z = g
b.z = h
b.y = j
c.z = h
c.y = i
d.z = h
d.y = b
e.z = h
e.y = b
f.z = g
f.y = j
g.z = a
h.z = g
i.z = g
i.y = b
j.z = h
j.y = f
assert e.z.z.z.z.z.z.txt == " | g" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = C("d")
e = C("e")
f = B("f")
g = A("g")
h = A("h")
i = B("i")
j = B("j")
a.z = g
b.z = h
b.y = j
c.z = h
c.y = i
d.z = h
d.y = b
e.z = h
e.y = b
f.z = g
f.y = j
g.z = a
h.z = g
i.z = g
i.y = b
j.z = h
j.y = f
assert e.z.z.z.z.z.z.txt == "g" | 10 | 17 | 1.7 | 0.188889 | 3 | 3.333333 | 2 | 1 | 1.666667 | 6 | 3 | 2 | 4 | 0.4 | 4 | 0.235294 | 3 | 2 | 4 | 2.5 | 1 | 6 | 6 | 1 |
739 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = B("d")
e = C("e")
f = C("f")
g = A("g")
h = A("h")
i = A("i")
j = A("j")
a.z = j
b.z = d
b.y = d
c.z = f
c.y = b
d.z = b
d.y = b
e.z = c
e.y = b
f.z = c
f.y = b
g.z = i
h.z = j
i.z = a
j.z = a
assert h.z.z.z.z.txt == " | a" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = B("d")
e = C("e")
f = C("f")
g = A("g")
h = A("h")
i = A("i")
j = A("j")
a.z = j
b.z = d
b.y = d
c.z = f
c.y = b
d.z = b
d.y = b
e.z = c
e.y = b
f.z = c
f.y = b
g.z = i
h.z = j
i.z = a
j.z = a
assert h.z.z.z.z.txt == "a" | 10 | 13 | 1.3 | 0.144444 | 3 | 3.333333 | 2 | 1 | 1.666667 | 4 | 2 | 2 | 3 | 0.3 | 3 | 0.230769 | 2 | 2 | 2 | 2 | 1 | 4 | 4 | 1 |
740 | class A:
def __init__(self, txt: str):
self.z: F = None
self.y: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.x: F = None
self.w: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: E = None
self.y: F = None
self.x: C = None
self.w: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: F = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.x: E = None
self.w: C = None
self.v: D = None
self.u: E = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.x: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = G("h")
i = F("i")
j = C("j")
a.z = i
a.y = h
b.z = a
b.y = a
b.x = i
b.w = d
c.z = d
c.y = b
d.z = e
d.y = f
d.x = j
d.w = a
e.z = a
e.y = f
f.z = d
f.v = d
f.y = i
f.x = e
f.u = e
f.w = c
g.z = b
g.y = i
g.x = d
h.z = b
h.y = f
h.x = d
i.z = d
i.v = d
i.y = f
i.x = e
i.u = e
i.w = j
j.z = d
j.y = b
assert a.z.y.w.y.x.y.y.y.y.y.txt == " | f" | class A:
def __init__(self, txt: str):
self.z: F = None
self.y: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.x: F = None
self.w: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: E = None
self.y: F = None
self.x: C = None
self.w: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: F = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.x: E = None
self.w: C = None
self.v: D = None
self.u: E = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.x: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = G("h")
i = F("i")
j = C("j")
a.z = i
a.y = h
b.z = a
b.y = a
b.x = i
b.w = d
c.z = d
c.y = b
d.z = e
d.y = f
d.x = j
d.w = a
e.z = a
e.y = f
f.z = d
f.v = d
f.y = i
f.x = e
f.u = e
f.w = c
g.z = b
g.y = i
g.x = d
h.z = b
h.y = f
h.x = d
i.z = d
i.v = d
i.y = f
i.x = e
i.u = e
i.w = j
j.z = d
j.y = b
assert a.z.y.w.y.x.y.y.y.y.y.txt == "f" | 10 | 29 | 2.9 | 0.322222 | 7 | 1.428571 | 6 | 2 | 3.285714 | 10 | 4 | 4 | 5 | 0.5 | 6 | 0.206897 | 6 | 2 | 8 | 4.333333 | 4 | 7 | 5 | 2 |
741 | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: C = None
self.x: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: E = None
self.y: D = None
self.x: E = None
self.w: F = None
self.v: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: E = None
self.y: A = None
self.x: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: E = None
self.y: E = None
self.x: C = None
self.w: E = None
self.v: C = None
self.u: F = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: F = None
self.y: A = None
self.x: F = None
self.w: E = None
self.v: E = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: D = None
self.w: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = D("g")
h = E("h")
i = F("i")
j = B("j")
a.z = d
a.x = d
a.y = c
b.z = e
b.x = e
b.v = e
b.y = d
b.w = i
c.z = e
c.y = a
c.x = a
d.z = h
d.y = e
d.w = e
d.x = c
d.v = c
d.u = i
e.z = f
e.y = a
e.x = i
e.w = h
e.v = h
f.z = c
f.w = c
f.y = b
f.x = g
g.z = h
g.y = h
g.x = c
g.v = c
g.w = e
g.u = f
h.z = i
h.x = i
h.y = a
h.w = e
h.v = e
i.z = c
i.w = c
i.y = j
i.x = d
j.z = h
j.x = h
j.v = h
j.y = d
j.w = f
assert b.y.v.z.z.y.z.x.x.txt == " | d" | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: C = None
self.x: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: E = None
self.y: D = None
self.x: E = None
self.w: F = None
self.v: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: E = None
self.y: A = None
self.x: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: E = None
self.y: E = None
self.x: C = None
self.w: E = None
self.v: C = None
self.u: F = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: F = None
self.y: A = None
self.x: F = None
self.w: E = None
self.v: E = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: D = None
self.w: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = D("g")
h = E("h")
i = F("i")
j = B("j")
a.z = d
a.x = d
a.y = c
b.z = e
b.x = e
b.v = e
b.y = d
b.w = i
c.z = e
c.y = a
c.x = a
d.z = h
d.y = e
d.w = e
d.x = c
d.v = c
d.u = i
e.z = f
e.y = a
e.x = i
e.w = h
e.v = h
f.z = c
f.w = c
f.y = b
f.x = g
g.z = h
g.y = h
g.x = c
g.v = c
g.w = e
g.u = f
h.z = i
h.x = i
h.y = a
h.w = e
h.v = e
i.z = c
i.w = c
i.y = j
i.x = d
j.z = h
j.x = h
j.v = h
j.y = d
j.w = f
assert b.y.v.z.z.y.z.x.x.txt == "d" | 10 | 31 | 3.1 | 0.344444 | 6 | 1.666667 | 6 | 3 | 4.333333 | 8 | 2 | 1 | 6 | 0.6 | 8 | 0.258065 | 3 | 3 | 7 | 5 | 4 | 3 | 2 | 2 |
742 | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: E = None
self.y: E = None
self.x: C = None
self.w: B = None
self.v: E = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: E = None
self.x: C = None
self.w: C = None
self.v: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = E("f")
g = E("g")
h = B("h")
i = A("i")
j = D("j")
a.z = i
a.y = c
b.z = c
b.y = a
c.z = h
d.z = g
d.y = f
d.x = c
d.w = b
d.v = e
e.z = a
e.y = f
e.x = c
e.w = c
e.v = i
f.z = a
f.v = a
f.y = e
f.x = c
f.w = c
g.z = a
g.v = a
g.y = f
g.x = c
g.w = c
h.z = c
h.y = i
i.z = a
i.y = c
j.z = g
j.y = f
j.v = f
j.x = c
j.w = h
assert g.y.y.y.v.z.z.z.txt == " | i" | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: E = None
self.y: E = None
self.x: C = None
self.w: B = None
self.v: E = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: E = None
self.x: C = None
self.w: C = None
self.v: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = E("f")
g = E("g")
h = B("h")
i = A("i")
j = D("j")
a.z = i
a.y = c
b.z = c
b.y = a
c.z = h
d.z = g
d.y = f
d.x = c
d.w = b
d.v = e
e.z = a
e.y = f
e.x = c
e.w = c
e.v = i
f.z = a
f.v = a
f.y = e
f.x = c
f.w = c
g.z = a
g.v = a
g.y = f
g.x = c
g.w = c
h.z = c
h.y = i
i.z = a
i.y = c
j.z = g
j.y = f
j.v = f
j.x = c
j.w = h
assert g.y.y.y.v.z.z.z.txt == "i" | 10 | 28 | 2.8 | 0.311111 | 5 | 2 | 5 | 1 | 3 | 7 | 2 | 2 | 5 | 0.5 | 6 | 0.214286 | 3 | 2 | 2 | 2 | 3 | 3 | 3 | 2 |
743 | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: B = None
self.w: E = None
self.v: B = None
self.u: G = None
self.t: D = None
self.s: E = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.y: E = None
self.x: C = None
self.w: A = None
self.v: B = None
self.u: I = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: E = None
self.x: G = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: E = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: G = None
self.y: H = None
self.x: I = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: A = None
self.y: I = None
self.x: I = None
self.w: C = None
self.v: E = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: G = None
self.y: F = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: H = None
self.y: E = None
self.x: A = None
self.w: D = None
self.v: B = None
self.u: F = None
self.t: B = None
self.s: G = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = B("j")
a.z = c
a.r = c
a.y = j
a.x = j
a.w = e
a.s = e
a.v = b
a.u = g
a.t = d
b.z = g
b.y = e
b.x = c
b.w = a
b.v = j
b.u = i
c.z = d
c.y = e
c.x = g
d.z = j
d.y = c
d.x = e
e.z = g
e.y = h
e.x = i
f.z = e
g.z = a
g.y = i
g.x = i
g.w = c
g.v = e
h.z = g
h.y = f
i.z = h
i.y = e
i.x = a
i.w = d
i.v = b
i.u = f
i.t = j
i.s = g
j.z = g
j.y = e
j.x = c
j.w = a
j.v = b
j.u = i
assert a.t.x.x.txt == " | i" | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: B = None
self.w: E = None
self.v: B = None
self.u: G = None
self.t: D = None
self.s: E = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.y: E = None
self.x: C = None
self.w: A = None
self.v: B = None
self.u: I = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: E = None
self.x: G = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: E = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: G = None
self.y: H = None
self.x: I = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: A = None
self.y: I = None
self.x: I = None
self.w: C = None
self.v: E = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: G = None
self.y: F = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: H = None
self.y: E = None
self.x: A = None
self.w: D = None
self.v: B = None
self.u: F = None
self.t: B = None
self.s: G = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = B("j")
a.z = c
a.r = c
a.y = j
a.x = j
a.w = e
a.s = e
a.v = b
a.u = g
a.t = d
b.z = g
b.y = e
b.x = c
b.w = a
b.v = j
b.u = i
c.z = d
c.y = e
c.x = g
d.z = j
d.y = c
d.x = e
e.z = g
e.y = h
e.x = i
f.z = e
g.z = a
g.y = i
g.x = i
g.w = c
g.v = e
h.z = g
h.y = f
i.z = h
i.y = e
i.x = a
i.w = d
i.v = b
i.u = f
i.t = j
i.s = g
j.z = g
j.y = e
j.x = c
j.w = a
j.v = b
j.u = i
assert a.t.x.x.txt == "i" | 10 | 42 | 4.2 | 0.466667 | 9 | 1.111111 | 9 | 1 | 4.444444 | 3 | 1 | 1 | 4 | 0.4 | 3 | 0.071429 | 0 | null | null | null | 2 | 2 | 2 | 1 |
744 | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: C = None
self.x: D = None
self.w: C = None
self.v: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.x: C = None
self.w: B = None
self.v: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: F = None
self.x: E = None
self.w: F = None
self.v: E = None
self.u: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: F = None
self.y: A = None
self.x: C = None
self.w: F = None
self.v: A = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.x: D = None
self.w: E = None
self.v: E = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = A("g")
h = C("h")
i = D("i")
j = D("j")
a.z = i
a.y = c
a.w = c
a.x = d
a.v = e
b.z = f
c.z = i
c.y = f
c.v = f
c.x = h
c.w = b
d.z = c
d.y = f
d.w = f
d.x = e
d.v = e
d.u = a
e.z = f
e.w = f
e.y = g
e.v = g
e.x = c
f.z = a
f.y = a
f.x = i
f.w = e
f.v = e
g.z = j
g.x = j
g.y = h
g.w = h
g.v = e
h.z = d
h.y = f
h.v = f
h.x = c
h.w = b
i.z = c
i.y = f
i.w = f
i.x = e
i.v = e
i.u = g
j.z = h
j.y = f
j.w = f
j.x = e
j.v = e
j.u = g
assert h.v.y.z.txt == " | i" | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: C = None
self.x: D = None
self.w: C = None
self.v: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.x: C = None
self.w: B = None
self.v: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: F = None
self.x: E = None
self.w: F = None
self.v: E = None
self.u: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: F = None
self.y: A = None
self.x: C = None
self.w: F = None
self.v: A = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.x: D = None
self.w: E = None
self.v: E = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = A("g")
h = C("h")
i = D("i")
j = D("j")
a.z = i
a.y = c
a.w = c
a.x = d
a.v = e
b.z = f
c.z = i
c.y = f
c.v = f
c.x = h
c.w = b
d.z = c
d.y = f
d.w = f
d.x = e
d.v = e
d.u = a
e.z = f
e.w = f
e.y = g
e.v = g
e.x = c
f.z = a
f.y = a
f.x = i
f.w = e
f.v = e
g.z = j
g.x = j
g.y = h
g.w = h
g.v = e
h.z = d
h.y = f
h.v = f
h.x = c
h.w = b
i.z = c
i.y = f
i.w = f
i.x = e
i.v = e
i.u = g
j.z = h
j.y = f
j.w = f
j.x = e
j.v = e
j.u = g
assert h.v.y.z.txt == "i" | 10 | 34 | 3.4 | 0.377778 | 6 | 1.666667 | 6 | 1 | 4.5 | 3 | 1 | 1 | 4 | 0.4 | 3 | 0.088235 | 0 | null | null | null | 3 | 1 | 1 | 1 |
745 | class A:
def __init__(self, txt: str):
self.z: E = None
self.y: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.x: F = None
self.w: G = None
self.v: A = None
self.u: D = None
self.t: D = None
self.s: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: E = None
self.y: H = None
self.x: G = None
self.w: B = None
self.v: E = None
self.u: H = None
self.t: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.x: D = None
self.w: A = None
self.v: D = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: H = None
self.y: A = None
self.x: F = None
self.w: B = None
self.v: H = None
self.u: A = None
self.t: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.x: E = None
self.w: G = None
self.v: C = None
self.u: D = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: E = None
self.y: E = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = A("i")
j = D("j")
a.z = e
a.y = e
b.z = d
b.y = d
b.x = f
b.w = g
b.v = i
b.u = j
b.t = j
b.s = e
c.z = e
c.v = e
c.y = h
c.u = h
c.x = g
c.w = b
c.t = f
d.z = b
d.y = f
d.x = j
d.v = j
d.w = a
e.z = h
e.v = h
e.y = i
e.u = i
e.x = f
e.w = b
e.t = c
f.z = c
f.v = c
f.y = d
f.u = d
f.x = e
f.w = g
g.z = e
g.y = e
h.z = i
i.z = e
i.y = e
j.z = b
j.y = f
j.x = d
j.v = d
j.w = a
assert g.y.z.z.txt == " | i" | class A:
def __init__(self, txt: str):
self.z: E = None
self.y: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.x: F = None
self.w: G = None
self.v: A = None
self.u: D = None
self.t: D = None
self.s: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: E = None
self.y: H = None
self.x: G = None
self.w: B = None
self.v: E = None
self.u: H = None
self.t: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.x: D = None
self.w: A = None
self.v: D = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: H = None
self.y: A = None
self.x: F = None
self.w: B = None
self.v: H = None
self.u: A = None
self.t: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.x: E = None
self.w: G = None
self.v: C = None
self.u: D = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: E = None
self.y: E = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = A("i")
j = D("j")
a.z = e
a.y = e
b.z = d
b.y = d
b.x = f
b.w = g
b.v = i
b.u = j
b.t = j
b.s = e
c.z = e
c.v = e
c.y = h
c.u = h
c.x = g
c.w = b
c.t = f
d.z = b
d.y = f
d.x = j
d.v = j
d.w = a
e.z = h
e.v = h
e.y = i
e.u = i
e.x = f
e.w = b
e.t = c
f.z = c
f.v = c
f.y = d
f.u = d
f.x = e
f.w = g
g.z = e
g.y = e
h.z = i
i.z = e
i.y = e
j.z = b
j.y = f
j.x = d
j.v = d
j.w = a
assert g.y.z.z.txt == "i" | 10 | 32 | 3.2 | 0.355556 | 8 | 1.25 | 8 | 1 | 4.75 | 3 | 1 | 1 | 4 | 0.4 | 3 | 0.09375 | 0 | null | null | null | 2 | 2 | 2 | 1 |
746 | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: E = None
self.y: A = None
self.x: F = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: A = None
self.x: F = None
self.w: G = None
self.v: G = None
self.u: E = None
self.t: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.x: G = None
self.w: D = None
self.v: G = None
self.u: F = None
self.t: B = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: E = None
self.y: G = None
self.x: G = None
self.w: F = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.x: B = None
self.w: B = None
self.v: E = None
self.u: B = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = D("h")
i = G("i")
j = E("j")
a.z = d
a.y = b
a.x = b
b.z = e
b.y = a
b.w = a
b.x = f
c.z = f
c.x = f
c.y = a
c.w = g
c.v = g
c.u = j
c.t = b
d.z = h
d.w = h
d.y = f
d.u = f
d.x = i
d.v = g
d.t = b
e.z = j
e.y = g
e.x = g
e.w = f
f.z = b
f.x = b
f.w = b
f.u = b
f.y = a
f.v = e
g.z = a
h.z = d
h.w = d
h.y = f
h.u = f
h.x = g
h.v = g
h.t = b
i.z = a
j.z = e
j.y = g
j.x = g
j.w = f
assert a.y.w.z.z.u.v.w.txt == " | f" | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: E = None
self.y: A = None
self.x: F = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: A = None
self.x: F = None
self.w: G = None
self.v: G = None
self.u: E = None
self.t: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.x: G = None
self.w: D = None
self.v: G = None
self.u: F = None
self.t: B = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: E = None
self.y: G = None
self.x: G = None
self.w: F = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.x: B = None
self.w: B = None
self.v: E = None
self.u: B = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = D("h")
i = G("i")
j = E("j")
a.z = d
a.y = b
a.x = b
b.z = e
b.y = a
b.w = a
b.x = f
c.z = f
c.x = f
c.y = a
c.w = g
c.v = g
c.u = j
c.t = b
d.z = h
d.w = h
d.y = f
d.u = f
d.x = i
d.v = g
d.t = b
e.z = j
e.y = g
e.x = g
e.w = f
f.z = b
f.x = b
f.w = b
f.u = b
f.y = a
f.v = e
g.z = a
h.z = d
h.w = d
h.y = f
h.u = f
h.x = g
h.v = g
h.t = b
i.z = a
j.z = e
j.y = g
j.x = g
j.w = f
assert a.y.w.z.z.u.v.w.txt == "f" | 10 | 30 | 3 | 0.333333 | 7 | 1.428571 | 7 | 1 | 4.571429 | 7 | 2 | 1 | 6 | 0.6 | 7 | 0.233333 | 2 | 2 | 2 | 2 | 5 | 2 | 2 | 2 |
747 | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: E = None
self.x: G = None
self.w: E = None
self.v: F = None
self.u: G = None
self.t: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: I = None
self.y: E = None
self.x: H = None
self.w: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: I = None
self.y: F = None
self.x: E = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: B = None
self.y: E = None
self.x: G = None
self.w: A = None
self.v: H = None
self.u: H = None
self.t: E = None
self.s: I = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: H = None
self.x: D = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: I = None
self.y: A = None
self.x: B = None
self.w: B = None
self.v: C = None
self.u: A = None
self.t: C = None
self.s: C = None
self.r: F = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.x: F = None
self.w: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = E("j")
a.z = c
a.y = e
a.x = g
a.u = g
a.w = j
a.v = f
a.t = d
b.z = i
b.y = e
b.x = h
b.w = c
c.z = i
c.y = f
c.x = j
d.z = b
d.y = j
d.x = g
d.w = a
d.v = h
d.u = h
d.t = e
d.s = i
e.z = b
e.y = h
e.x = d
f.z = a
f.y = a
g.z = i
g.y = a
g.u = a
g.x = b
g.w = b
g.v = c
g.t = c
g.s = c
g.r = f
h.z = c
h.y = c
i.z = b
i.y = b
i.x = f
i.w = d
j.z = b
j.y = h
j.x = d
assert j.z.z.z.txt == " | b" | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: E = None
self.x: G = None
self.w: E = None
self.v: F = None
self.u: G = None
self.t: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: I = None
self.y: E = None
self.x: H = None
self.w: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: I = None
self.y: F = None
self.x: E = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: B = None
self.y: E = None
self.x: G = None
self.w: A = None
self.v: H = None
self.u: H = None
self.t: E = None
self.s: I = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: H = None
self.x: D = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: I = None
self.y: A = None
self.x: B = None
self.w: B = None
self.v: C = None
self.u: A = None
self.t: C = None
self.s: C = None
self.r: F = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.x: F = None
self.w: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = E("j")
a.z = c
a.y = e
a.x = g
a.u = g
a.w = j
a.v = f
a.t = d
b.z = i
b.y = e
b.x = h
b.w = c
c.z = i
c.y = f
c.x = j
d.z = b
d.y = j
d.x = g
d.w = a
d.v = h
d.u = h
d.t = e
d.s = i
e.z = b
e.y = h
e.x = d
f.z = a
f.y = a
g.z = i
g.y = a
g.u = a
g.x = b
g.w = b
g.v = c
g.t = c
g.s = c
g.r = f
h.z = c
h.y = c
i.z = b
i.y = b
i.x = f
i.w = d
j.z = b
j.y = h
j.x = d
assert j.z.z.z.txt == "b" | 10 | 36 | 3.6 | 0.4 | 9 | 1.111111 | 9 | 2 | 4.666667 | 3 | 2 | 1 | 3 | 0.3 | 3 | 0.083333 | 1 | 2 | 2 | 2 | 1 | 3 | 3 | 1 |
748 | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = A("e")
f = B("f")
g = D("g")
h = A("h")
i = C("i")
j = A("j")
a.z = d
a.y = g
b.z = j
c.z = e
d.z = i
d.y = g
e.z = d
e.y = d
f.z = h
g.z = c
g.y = d
h.z = d
h.y = d
i.z = a
j.z = d
j.y = g
assert g.z.z.y.y.z.z.y.y.y.y.txt == " | g" | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = A("e")
f = B("f")
g = D("g")
h = A("h")
i = C("i")
j = A("j")
a.z = d
a.y = g
b.z = j
c.z = e
d.z = i
d.y = g
e.z = d
e.y = d
f.z = h
g.z = c
g.y = d
h.z = d
h.y = d
i.z = a
j.z = d
j.y = g
assert g.z.z.y.y.z.z.y.y.y.y.txt == "g" | 10 | 14 | 1.4 | 0.155556 | 4 | 2.5 | 2 | 1 | 1.5 | 10 | 4 | 3 | 4 | 0.4 | 5 | 0.357143 | 7 | 2 | 10 | 4.909091 | 2 | 6 | 4 | 2 |
749 | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = C("d")
e = A("e")
f = B("f")
g = C("g")
h = A("h")
i = A("i")
j = B("j")
a.z = i
a.y = e
a.x = e
b.z = i
b.y = c
c.z = i
c.y = f
c.x = b
d.z = e
d.y = f
d.x = j
e.z = a
e.y = i
e.x = h
f.z = h
f.y = g
g.z = a
g.y = b
g.x = b
h.z = i
h.y = a
h.x = a
i.z = a
i.y = e
i.x = h
j.z = a
j.y = d
assert j.z.y.z.z.x.z.y.z.y.x.txt == " | h" | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = C("d")
e = A("e")
f = B("f")
g = C("g")
h = A("h")
i = A("i")
j = B("j")
a.z = i
a.y = e
a.x = e
b.z = i
b.y = c
c.z = i
c.y = f
c.x = b
d.z = e
d.y = f
d.x = j
e.z = a
e.y = i
e.x = h
f.z = h
f.y = g
g.z = a
g.y = b
g.x = b
h.z = i
h.y = a
h.x = a
i.z = a
i.y = e
i.x = h
j.z = a
j.y = d
assert j.z.y.z.z.x.z.y.z.y.x.txt == "h" | 10 | 24 | 2.4 | 0.266667 | 3 | 3.333333 | 3 | 2 | 2.666667 | 10 | 3 | 2 | 5 | 0.5 | 8 | 0.333333 | 6 | 2 | 7 | 4.375 | 3 | 5 | 2 | 2 |
750 | class A:
def __init__(self, txt: str):
self.z: E = None
self.y: C = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: D = None
self.y: C = None
self.x: G = None
self.w: A = None
self.v: H = None
self.u: G = None
self.t: F = None
self.s: C = None
self.r: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: I = None
self.x: H = None
self.w: A = None
self.v: E = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: H = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: H = None
self.y: J = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: J = None
self.y: E = None
self.x: C = None
self.w: J = None
self.v: A = None
self.u: A = None
self.t: J = None
self.s: H = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: F = None
self.y: C = None
self.x: E = None
self.w: A = None
self.v: C = None
self.u: G = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.x: C = None
self.w: B = None
self.v: J = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: E = None
self.y: F = None
self.x: D = None
self.w: F = None
self.v: D = None
self.u: G = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = e
a.y = c
a.x = b
b.z = d
b.y = c
b.s = c
b.x = g
b.u = g
b.w = a
b.v = h
b.t = f
b.r = e
c.z = f
c.y = i
c.x = h
c.w = a
c.v = e
d.z = h
e.z = h
e.y = j
f.z = d
f.y = b
g.z = j
g.w = j
g.t = j
g.y = e
g.x = c
g.v = a
g.u = a
g.s = h
h.z = f
h.y = c
h.v = c
h.x = e
h.w = a
h.u = g
i.z = a
i.y = c
i.x = c
i.w = b
i.v = j
j.z = e
j.y = f
j.w = f
j.x = d
j.v = d
j.u = g
assert f.z.z.w.z.y.x.z.u.x.w.txt == " | a" | class A:
def __init__(self, txt: str):
self.z: E = None
self.y: C = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: D = None
self.y: C = None
self.x: G = None
self.w: A = None
self.v: H = None
self.u: G = None
self.t: F = None
self.s: C = None
self.r: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: I = None
self.x: H = None
self.w: A = None
self.v: E = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: H = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: H = None
self.y: J = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: J = None
self.y: E = None
self.x: C = None
self.w: J = None
self.v: A = None
self.u: A = None
self.t: J = None
self.s: H = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: F = None
self.y: C = None
self.x: E = None
self.w: A = None
self.v: C = None
self.u: G = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.x: C = None
self.w: B = None
self.v: J = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: E = None
self.y: F = None
self.x: D = None
self.w: F = None
self.v: D = None
self.u: G = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = e
a.y = c
a.x = b
b.z = d
b.y = c
b.s = c
b.x = g
b.u = g
b.w = a
b.v = h
b.t = f
b.r = e
c.z = f
c.y = i
c.x = h
c.w = a
c.v = e
d.z = h
e.z = h
e.y = j
f.z = d
f.y = b
g.z = j
g.w = j
g.t = j
g.y = e
g.x = c
g.v = a
g.u = a
g.s = h
h.z = f
h.y = c
h.v = c
h.x = e
h.w = a
h.u = g
i.z = a
i.y = c
i.x = c
i.w = b
i.v = j
j.z = e
j.y = f
j.w = f
j.x = d
j.v = d
j.u = g
assert f.z.z.w.z.y.x.z.u.x.w.txt == "a" | 10 | 38 | 3.8 | 0.422222 | 10 | 1 | 9 | 1 | 4.7 | 10 | 2 | 2 | 8 | 0.8 | 9 | 0.236842 | 3 | 5 | 7 | 5.666667 | 5 | 4 | 2 | 2 |
751 | class A:
def __init__(self, txt: str):
self.z: F = None
self.y: D = None
self.x: F = None
self.w: C = None
self.v: H = None
self.u: G = None
self.t: F = None
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: H = None
self.y: G = None
self.x: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: G = None
self.y: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.y: I = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: E = None
self.y: C = None
self.x: E = None
self.w: G = None
self.v: E = None
self.u: A = None
self.t: H = None
self.s: B = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: E = None
self.y: I = None
self.x: E = None
self.w: A = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.x: E = None
self.w: B = None
self.v: C = None
self.u: H = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = G("j")
a.z = f
a.x = f
a.t = f
a.y = d
a.w = c
a.s = c
a.v = h
a.u = j
b.z = g
b.y = a
c.z = h
c.y = g
c.x = a
d.z = b
d.y = c
d.x = a
e.z = g
e.y = c
f.z = e
f.y = i
g.z = e
g.x = e
g.v = e
g.y = c
g.w = j
g.u = a
g.t = h
g.s = b
h.z = e
h.x = e
h.y = i
h.w = a
i.z = b
i.y = b
i.w = b
i.x = e
i.v = c
i.u = h
j.z = e
j.x = e
j.v = e
j.y = c
j.w = g
j.u = a
j.t = h
j.s = b
assert j.z.y.x.y.z.txt == " | b" | class A:
def __init__(self, txt: str):
self.z: F = None
self.y: D = None
self.x: F = None
self.w: C = None
self.v: H = None
self.u: G = None
self.t: F = None
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: H = None
self.y: G = None
self.x: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: G = None
self.y: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.y: I = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: E = None
self.y: C = None
self.x: E = None
self.w: G = None
self.v: E = None
self.u: A = None
self.t: H = None
self.s: B = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: E = None
self.y: I = None
self.x: E = None
self.w: A = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.x: E = None
self.w: B = None
self.v: C = None
self.u: H = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = G("j")
a.z = f
a.x = f
a.t = f
a.y = d
a.w = c
a.s = c
a.v = h
a.u = j
b.z = g
b.y = a
c.z = h
c.y = g
c.x = a
d.z = b
d.y = c
d.x = a
e.z = g
e.y = c
f.z = e
f.y = i
g.z = e
g.x = e
g.v = e
g.y = c
g.w = j
g.u = a
g.t = h
g.s = b
h.z = e
h.x = e
h.y = i
h.w = a
i.z = b
i.y = b
i.w = b
i.x = e
i.v = c
i.u = h
j.z = e
j.x = e
j.v = e
j.y = c
j.w = g
j.u = a
j.t = h
j.s = b
assert j.z.y.x.y.z.txt == "b" | 10 | 36 | 3.6 | 0.4 | 9 | 1.111111 | 8 | 2 | 4.222222 | 5 | 1 | 1 | 6 | 0.6 | 5 | 0.138889 | 0 | null | null | null | 3 | 2 | 1 | 1 |
752 | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = B("d")
e = B("e")
f = A("f")
g = A("g")
h = B("h")
i = A("i")
j = B("j")
a.z = f
a.y = c
a.x = j
b.z = e
c.z = g
d.z = e
e.z = h
f.z = a
f.y = c
f.x = b
g.z = a
g.y = c
g.x = h
h.z = d
i.z = f
i.y = c
i.x = b
j.z = e
assert h.z.z.z.z.txt == " | d" | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = B("d")
e = B("e")
f = A("f")
g = A("g")
h = B("h")
i = A("i")
j = B("j")
a.z = f
a.y = c
a.x = j
b.z = e
c.z = g
d.z = e
e.z = h
f.z = a
f.y = c
f.x = b
g.z = a
g.y = c
g.x = h
h.z = d
i.z = f
i.y = c
i.x = b
j.z = e
assert h.z.z.z.z.txt == "d" | 10 | 18 | 1.8 | 0.2 | 3 | 3.333333 | 3 | 1 | 1.666667 | 4 | 2 | 2 | 3 | 0.3 | 3 | 0.166667 | 2 | 3 | 3 | 3 | 1 | 4 | 4 | 1 |
753 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = A("d")
e = B("e")
f = A("f")
g = B("g")
h = A("h")
i = A("i")
j = A("j")
a.z = b
b.z = c
b.y = a
b.x = e
c.z = a
c.y = i
d.z = g
e.z = c
e.y = h
e.x = b
f.z = g
g.z = c
g.y = h
g.x = e
h.z = b
i.z = g
j.z = e
assert a.z.x.x.x.txt == " | e" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = A("d")
e = B("e")
f = A("f")
g = B("g")
h = A("h")
i = A("i")
j = A("j")
a.z = b
b.z = c
b.y = a
b.x = e
c.z = a
c.y = i
d.z = g
e.z = c
e.y = h
e.x = b
f.z = g
g.z = c
g.y = h
g.x = e
h.z = b
i.z = g
j.z = e
assert a.z.x.x.x.txt == "e" | 10 | 17 | 1.7 | 0.188889 | 3 | 3.333333 | 3 | 1 | 2 | 4 | 2 | 2 | 3 | 0.3 | 3 | 0.176471 | 2 | 2 | 2 | 2 | 2 | 3 | 3 | 1 |
754 | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: E = None
self.x: C = None
self.w: B = None
self.v: F = None
self.u: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.x: C = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.x: A = None
self.w: F = None
self.v: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: B = None
self.y: E = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = A("g")
h = B("h")
i = F("i")
j = D("j")
a.z = g
a.y = e
a.x = c
a.w = h
a.v = i
a.u = d
b.z = h
c.z = h
c.y = i
d.z = c
d.x = c
d.y = j
e.z = b
e.y = a
e.x = g
e.w = f
e.v = c
f.z = h
f.y = e
g.z = a
g.y = e
g.x = c
g.w = b
g.v = f
g.u = j
h.z = b
i.z = h
i.y = e
j.z = c
j.x = c
j.y = d
assert f.z.z.z.z.z.z.z.z.z.z.txt == " | b" | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: E = None
self.x: C = None
self.w: B = None
self.v: F = None
self.u: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.x: C = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.x: A = None
self.w: F = None
self.v: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: B = None
self.y: E = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = A("g")
h = B("h")
i = F("i")
j = D("j")
a.z = g
a.y = e
a.x = c
a.w = h
a.v = i
a.u = d
b.z = h
c.z = h
c.y = i
d.z = c
d.x = c
d.y = j
e.z = b
e.y = a
e.x = g
e.w = f
e.v = c
f.z = h
f.y = e
g.z = a
g.y = e
g.x = c
g.w = b
g.v = f
g.u = j
h.z = b
i.z = h
i.y = e
j.z = c
j.x = c
j.y = d
assert f.z.z.z.z.z.z.z.z.z.z.txt == "b" | 10 | 29 | 2.9 | 0.322222 | 6 | 1.666667 | 6 | 1 | 3.166667 | 10 | 5 | 5 | 3 | 0.3 | 3 | 0.103448 | 8 | 2 | 8 | 4 | 1 | 10 | 10 | 1 |
755 | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.x: D = None
self.w: E = None
self.v: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.x: C = None
self.w: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: D = None
self.x: C = None
self.w: C = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = A("f")
g = B("g")
h = C("h")
i = A("i")
j = B("j")
a.z = f
a.y = c
a.x = d
a.w = e
a.v = e
b.z = c
b.x = c
b.y = d
b.w = d
c.z = a
c.y = d
c.x = h
c.w = h
d.z = c
e.z = d
e.y = b
f.z = a
f.y = h
f.x = d
f.w = e
f.v = e
g.z = c
g.x = c
g.y = d
g.w = d
h.z = f
h.y = d
h.x = c
h.w = c
i.z = a
i.y = h
i.x = d
i.w = e
i.v = e
j.z = c
j.y = d
j.w = d
j.x = h
assert g.w.z.y.z.y.z.txt == " | c" | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.x: D = None
self.w: E = None
self.v: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.x: C = None
self.w: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: D = None
self.x: C = None
self.w: C = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = A("f")
g = B("g")
h = C("h")
i = A("i")
j = B("j")
a.z = f
a.y = c
a.x = d
a.w = e
a.v = e
b.z = c
b.x = c
b.y = d
b.w = d
c.z = a
c.y = d
c.x = h
c.w = h
d.z = c
e.z = d
e.y = b
f.z = a
f.y = h
f.x = d
f.w = e
f.v = e
g.z = c
g.x = c
g.y = d
g.w = d
h.z = f
h.y = d
h.x = c
h.w = c
i.z = a
i.y = h
i.x = d
i.w = e
i.v = e
j.z = c
j.y = d
j.w = d
j.x = h
assert g.w.z.y.z.y.z.txt == "c" | 10 | 28 | 2.8 | 0.311111 | 5 | 2 | 5 | 1 | 3.2 | 6 | 3 | 3 | 3 | 0.3 | 3 | 0.107143 | 4 | 2 | 4 | 2.666667 | 3 | 3 | 1 | 1 |
756 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: E = None
self.w: B = None
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: F = None
self.y: C = None
self.x: F = None
self.w: A = None
self.v: F = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: F = None
self.x: F = None
self.w: F = None
self.v: D = None
self.u: D = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.x: F = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = E("g")
h = B("h")
i = F("i")
j = D("j")
a.z = h
b.z = h
b.w = h
b.y = c
b.v = c
b.x = g
c.z = d
d.z = i
d.x = i
d.y = c
d.w = a
d.v = f
e.z = a
e.y = i
e.x = i
e.w = f
e.v = d
e.u = j
f.z = c
f.y = j
f.x = i
g.z = a
g.y = i
g.w = i
g.x = f
g.v = d
g.u = d
h.z = b
h.w = b
h.y = c
h.v = c
h.x = g
i.z = c
i.y = d
i.x = f
j.z = i
j.v = i
j.y = c
j.x = f
j.w = a
assert g.y.y.v.z.z.w.z.w.x.y.txt == " | i" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: E = None
self.w: B = None
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: F = None
self.y: C = None
self.x: F = None
self.w: A = None
self.v: F = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: F = None
self.x: F = None
self.w: F = None
self.v: D = None
self.u: D = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.x: F = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = E("g")
h = B("h")
i = F("i")
j = D("j")
a.z = h
b.z = h
b.w = h
b.y = c
b.v = c
b.x = g
c.z = d
d.z = i
d.x = i
d.y = c
d.w = a
d.v = f
e.z = a
e.y = i
e.x = i
e.w = f
e.v = d
e.u = j
f.z = c
f.y = j
f.x = i
g.z = a
g.y = i
g.w = i
g.x = f
g.v = d
g.u = d
h.z = b
h.w = b
h.y = c
h.v = c
h.x = g
i.z = c
i.y = d
i.x = f
j.z = i
j.v = i
j.y = c
j.x = f
j.w = a
assert g.y.y.v.z.z.w.z.w.x.y.txt == "i" | 10 | 31 | 3.1 | 0.344444 | 6 | 1.666667 | 6 | 1 | 3.5 | 10 | 2 | 2 | 8 | 0.8 | 9 | 0.290323 | 3 | 3 | 9 | 7 | 5 | 3 | 2 | 2 |
757 | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: G = None
self.x: G = None
self.w: H = None
self.v: C = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.x: C = None
self.w: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: A = None
self.x: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.x: B = None
self.w: A = None
self.v: E = None
self.u: A = None
self.t: F = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: H = None
self.y: F = None
self.x: F = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: D = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: H = None
self.y: B = None
self.x: G = None
self.w: E = None
self.v: E = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: F = None
self.w: D = None
self.v: G = None
self.u: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = D("i")
j = G("j")
a.z = c
a.v = c
a.y = j
a.x = g
a.w = h
a.u = b
b.z = c
b.x = c
b.y = a
b.w = f
c.z = f
c.y = a
c.x = a
d.z = i
d.y = f
d.t = f
d.x = b
d.w = a
d.u = a
d.v = e
e.z = h
e.y = f
e.x = f
f.z = c
f.y = b
f.x = i
g.z = h
g.y = b
g.x = j
g.w = e
g.v = e
h.z = b
h.y = c
h.u = c
h.x = f
h.w = i
h.v = g
i.z = d
i.y = f
i.t = f
i.x = b
i.w = a
i.u = a
i.v = e
j.z = h
j.y = b
j.x = g
j.w = e
j.v = e
assert e.y.x.z.t.z.z.x.x.txt == " | b" | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: G = None
self.x: G = None
self.w: H = None
self.v: C = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.x: C = None
self.w: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: A = None
self.x: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.x: B = None
self.w: A = None
self.v: E = None
self.u: A = None
self.t: F = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: H = None
self.y: F = None
self.x: F = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: D = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: H = None
self.y: B = None
self.x: G = None
self.w: E = None
self.v: E = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: F = None
self.w: D = None
self.v: G = None
self.u: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = D("i")
j = G("j")
a.z = c
a.v = c
a.y = j
a.x = g
a.w = h
a.u = b
b.z = c
b.x = c
b.y = a
b.w = f
c.z = f
c.y = a
c.x = a
d.z = i
d.y = f
d.t = f
d.x = b
d.w = a
d.u = a
d.v = e
e.z = h
e.y = f
e.x = f
f.z = c
f.y = b
f.x = i
g.z = h
g.y = b
g.x = j
g.w = e
g.v = e
h.z = b
h.y = c
h.u = c
h.x = f
h.w = i
h.v = g
i.z = d
i.y = f
i.t = f
i.x = b
i.w = a
i.u = a
i.v = e
j.z = h
j.y = b
j.x = g
j.w = e
j.v = e
assert e.y.x.z.t.z.z.x.x.txt == "b" | 10 | 38 | 3.8 | 0.422222 | 8 | 1.25 | 7 | 3 | 4.625 | 8 | 3 | 2 | 6 | 0.6 | 7 | 0.184211 | 3 | 2 | 5 | 3.75 | 4 | 3 | 2 | 2 |
758 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
a = A("a")
b = B("b")
c = A("c")
d = B("d")
e = B("e")
f = A("f")
g = B("g")
h = B("h")
i = B("i")
j = A("j")
a.z = i
a.y = j
b.z = a
b.y = j
c.z = d
c.y = f
d.z = c
d.y = c
e.z = c
e.y = f
f.z = b
f.y = a
g.z = j
g.y = a
h.z = c
h.y = j
i.z = c
i.y = j
j.z = e
j.y = c
assert j.y.z.y.z.z.y.y.z.y.txt == " | j" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
a = A("a")
b = B("b")
c = A("c")
d = B("d")
e = B("e")
f = A("f")
g = B("g")
h = B("h")
i = B("i")
j = A("j")
a.z = i
a.y = j
b.z = a
b.y = j
c.z = d
c.y = f
d.z = c
d.y = c
e.z = c
e.y = f
f.z = b
f.y = a
g.z = j
g.y = a
h.z = c
h.y = j
i.z = c
i.y = j
j.z = e
j.y = c
assert j.y.z.y.z.z.y.y.z.y.txt == "j" | 10 | 19 | 1.9 | 0.211111 | 2 | 5 | 2 | 2 | 2 | 9 | 3 | 2 | 6 | 0.6 | 8 | 0.421053 | 4 | 2 | 9 | 3.8 | 2 | 5 | 2 | 2 |
759 | class A:
def __init__(self, txt: str):
self.z: F = None
self.y: I = None
self.x: F = None
self.w: D = None
self.v: I = None
self.u: J = None
self.t: D = None
self.s: G = None
self.r: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: I = None
self.x: D = None
self.w: D = None
self.v: G = None
self.u: J = None
self.t: H = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: I = None
self.y: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.x: D = None
self.w: C = None
self.v: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: H = None
self.y: F = None
self.x: I = None
self.w: A = None
self.v: I = None
self.u: F = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: J = None
self.y: B = None
self.x: D = None
self.w: I = None
self.v: F = None
self.u: I = None
self.t: E = None
self.s: E = None
self.r: I = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: F = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: E = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = f
a.x = f
a.r = f
a.y = i
a.v = i
a.w = d
a.t = d
a.u = j
a.s = g
b.z = a
c.z = f
c.y = i
c.x = d
c.w = d
c.v = g
c.u = j
c.t = h
d.z = i
d.y = a
e.z = a
e.y = a
e.x = d
e.w = c
e.v = c
f.z = a
g.z = h
g.y = f
g.u = f
g.x = i
g.v = i
g.w = a
h.z = j
h.y = b
h.x = d
h.w = i
h.u = i
h.r = i
h.v = f
h.t = e
h.s = e
i.z = f
j.z = e
assert h.u.z.z.w.z.z.z.s.txt == " | g" | class A:
def __init__(self, txt: str):
self.z: F = None
self.y: I = None
self.x: F = None
self.w: D = None
self.v: I = None
self.u: J = None
self.t: D = None
self.s: G = None
self.r: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: I = None
self.x: D = None
self.w: D = None
self.v: G = None
self.u: J = None
self.t: H = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: I = None
self.y: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.x: D = None
self.w: C = None
self.v: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: H = None
self.y: F = None
self.x: I = None
self.w: A = None
self.v: I = None
self.u: F = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: J = None
self.y: B = None
self.x: D = None
self.w: I = None
self.v: F = None
self.u: I = None
self.t: E = None
self.s: E = None
self.r: I = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: F = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: E = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = f
a.x = f
a.r = f
a.y = i
a.v = i
a.w = d
a.t = d
a.u = j
a.s = g
b.z = a
c.z = f
c.y = i
c.x = d
c.w = d
c.v = g
c.u = j
c.t = h
d.z = i
d.y = a
e.z = a
e.y = a
e.x = d
e.w = c
e.v = c
f.z = a
g.z = h
g.y = f
g.u = f
g.x = i
g.v = i
g.w = a
h.z = j
h.y = b
h.x = d
h.w = i
h.u = i
h.r = i
h.v = f
h.t = e
h.s = e
i.z = f
j.z = e
assert h.u.z.z.w.z.z.z.s.txt == "g" | 10 | 30 | 3 | 0.333333 | 10 | 1 | 9 | 1 | 4.2 | 8 | 2 | 2 | 6 | 0.6 | 6 | 0.2 | 3 | 4 | 4 | 4 | 4 | 5 | 3 | 2 |
760 | class A:
def __init__(self, txt: str):
self.z: J = None
self.y: C = None
self.x: G = None
self.w: J = None
self.v: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: E = None
self.x: F = None
self.w: C = None
self.v: C = None
self.u: H = None
self.t: F = None
self.s: H = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: I = None
self.y: B = None
self.x: F = None
self.w: A = None
self.v: H = None
self.u: H = None
self.t: J = None
self.s: H = None
self.r: F = None
self.q: H = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: H = None
self.x: D = None
self.w: A = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: J = None
self.y: J = None
self.x: H = None
self.w: E = None
self.v: D = None
self.u: G = None
self.t: J = None
self.s: C = None
self.r: G = None
self.q: A = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: D = None
self.y: I = None
self.x: F = None
self.w: D = None
self.v: I = None
self.u: E = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.x: I = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.x: F = None
self.w: C = None
self.v: C = None
self.u: A = None
self.t: A = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: F = None
self.y: A = None
self.x: I = None
self.w: F = None
self.v: A = None
self.u: H = None
self.t: G = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = j
a.w = j
a.y = c
a.x = g
a.v = g
b.z = a
b.y = e
b.x = f
b.t = f
b.w = c
b.v = c
b.u = h
b.s = h
c.z = d
c.y = b
d.z = i
d.y = b
d.x = f
d.r = f
d.w = a
d.v = h
d.u = h
d.s = h
d.q = h
d.t = j
e.z = b
e.y = h
e.x = d
e.w = a
f.z = j
f.y = j
f.t = j
f.x = h
f.w = e
f.v = d
f.u = g
f.r = g
f.s = c
f.q = a
g.z = d
g.w = d
g.y = i
g.v = i
g.x = f
g.u = e
h.z = c
h.y = d
h.x = i
i.z = d
i.y = d
i.x = f
i.w = c
i.v = c
i.u = a
i.t = a
j.z = f
j.w = f
j.y = a
j.v = a
j.x = i
j.u = h
j.t = g
assert g.u.w.z.t.v.txt == " | i" | class A:
def __init__(self, txt: str):
self.z: J = None
self.y: C = None
self.x: G = None
self.w: J = None
self.v: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: E = None
self.x: F = None
self.w: C = None
self.v: C = None
self.u: H = None
self.t: F = None
self.s: H = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: I = None
self.y: B = None
self.x: F = None
self.w: A = None
self.v: H = None
self.u: H = None
self.t: J = None
self.s: H = None
self.r: F = None
self.q: H = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: H = None
self.x: D = None
self.w: A = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: J = None
self.y: J = None
self.x: H = None
self.w: E = None
self.v: D = None
self.u: G = None
self.t: J = None
self.s: C = None
self.r: G = None
self.q: A = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: D = None
self.y: I = None
self.x: F = None
self.w: D = None
self.v: I = None
self.u: E = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.x: I = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.x: F = None
self.w: C = None
self.v: C = None
self.u: A = None
self.t: A = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: F = None
self.y: A = None
self.x: I = None
self.w: F = None
self.v: A = None
self.u: H = None
self.t: G = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = j
a.w = j
a.y = c
a.x = g
a.v = g
b.z = a
b.y = e
b.x = f
b.t = f
b.w = c
b.v = c
b.u = h
b.s = h
c.z = d
c.y = b
d.z = i
d.y = b
d.x = f
d.r = f
d.w = a
d.v = h
d.u = h
d.s = h
d.q = h
d.t = j
e.z = b
e.y = h
e.x = d
e.w = a
f.z = j
f.y = j
f.t = j
f.x = h
f.w = e
f.v = d
f.u = g
f.r = g
f.s = c
f.q = a
g.z = d
g.w = d
g.y = i
g.v = i
g.x = f
g.u = e
h.z = c
h.y = d
h.x = i
i.z = d
i.y = d
i.x = f
i.w = c
i.v = c
i.u = a
i.t = a
j.z = f
j.w = f
j.y = a
j.v = a
j.x = i
j.u = h
j.t = g
assert g.u.w.z.t.v.txt == "i" | 10 | 43 | 4.3 | 0.477778 | 10 | 1 | 10 | 2 | 6.2 | 5 | 2 | 1 | 5 | 0.5 | 5 | 0.116279 | 1 | 4 | 4 | 4 | 5 | 1 | 1 | 2 |
761 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: H = None
self.x: H = None
self.w: B = None
self.v: G = None
self.u: E = None
self.t: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: H = None
self.x: H = None
self.w: F = None
self.v: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: G = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: F = None
self.y: G = None
self.x: C = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: D = None
self.y: G = None
self.x: B = None
self.w: D = None
self.v: G = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: D = None
self.y: G = None
self.x: F = None
self.w: F = None
self.v: A = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: G = None
self.y: A = None
self.x: D = None
self.w: F = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = E("i")
j = G("j")
a.z = b
a.w = b
a.y = h
a.x = h
a.v = g
a.t = g
a.u = e
b.z = a
b.y = h
b.x = h
b.w = f
b.v = d
c.z = a
c.y = g
d.z = f
d.y = j
d.x = c
e.z = d
e.w = d
e.y = g
e.v = g
e.x = b
f.z = b
f.y = c
g.z = d
g.y = j
g.x = f
g.w = f
g.v = a
h.z = j
h.y = a
h.x = d
h.w = f
i.z = d
i.w = d
i.y = g
i.v = g
i.x = b
j.z = d
j.y = g
j.x = f
j.w = f
j.v = a
assert c.y.v.u.txt == " | e" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: H = None
self.x: H = None
self.w: B = None
self.v: G = None
self.u: E = None
self.t: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: H = None
self.x: H = None
self.w: F = None
self.v: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: G = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: F = None
self.y: G = None
self.x: C = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: D = None
self.y: G = None
self.x: B = None
self.w: D = None
self.v: G = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: D = None
self.y: G = None
self.x: F = None
self.w: F = None
self.v: A = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: G = None
self.y: A = None
self.x: D = None
self.w: F = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = E("i")
j = G("j")
a.z = b
a.w = b
a.y = h
a.x = h
a.v = g
a.t = g
a.u = e
b.z = a
b.y = h
b.x = h
b.w = f
b.v = d
c.z = a
c.y = g
d.z = f
d.y = j
d.x = c
e.z = d
e.w = d
e.y = g
e.v = g
e.x = b
f.z = b
f.y = c
g.z = d
g.y = j
g.x = f
g.w = f
g.v = a
h.z = j
h.y = a
h.x = d
h.w = f
i.z = d
i.w = d
i.y = g
i.v = g
i.x = b
j.z = d
j.y = g
j.x = f
j.w = f
j.v = a
assert c.y.v.u.txt == "e" | 10 | 33 | 3.3 | 0.366667 | 8 | 1.25 | 7 | 2 | 4.125 | 3 | 1 | 1 | 4 | 0.4 | 3 | 0.090909 | 0 | null | null | null | 3 | 1 | 1 | 1 |
762 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: H = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: B = None
self.y: H = None
self.x: F = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: C = None
self.y: E = None
self.x: H = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: F = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.x: G = None
self.w: B = None
self.v: B = None
self.u: E = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = A("i")
j = E("j")
a.z = b
a.y = i
a.x = c
b.z = c
c.z = a
c.y = h
d.z = b
d.y = h
d.x = f
e.z = b
f.z = c
f.y = e
f.x = h
g.z = f
h.z = a
h.y = c
h.x = g
h.w = b
h.v = b
h.u = e
i.z = b
i.y = a
i.x = c
j.z = b
assert b.z.z.x.txt == " | c" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: H = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: B = None
self.y: H = None
self.x: F = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: C = None
self.y: E = None
self.x: H = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: F = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.x: G = None
self.w: B = None
self.v: B = None
self.u: E = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = A("i")
j = E("j")
a.z = b
a.y = i
a.x = c
b.z = c
c.z = a
c.y = h
d.z = b
d.y = h
d.x = f
e.z = b
f.z = c
f.y = e
f.x = h
g.z = f
h.z = a
h.y = c
h.x = g
h.w = b
h.v = b
h.u = e
i.z = b
i.y = a
i.x = c
j.z = b
assert b.z.z.x.txt == "c" | 10 | 23 | 2.3 | 0.255556 | 8 | 1.25 | 6 | 1 | 2.5 | 3 | 2 | 1 | 3 | 0.3 | 3 | 0.130435 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | 1 |
763 | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: H = None
self.x: A = None
self.w: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: H = None
self.w: G = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: H = None
self.y: A = None
self.x: E = None
self.w: G = None
self.v: G = None
self.u: B = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: D = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: G = None
self.y: E = None
self.x: C = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: B = None
self.y: I = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: I = None
self.y: I = None
self.x: E = None
self.w: H = None
self.v: E = None
self.u: B = None
self.t: I = None
self.s: I = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = I("j")
a.z = c
a.y = b
b.z = c
b.y = h
b.x = a
b.w = e
c.z = a
c.y = b
c.x = h
c.w = g
d.z = h
d.y = a
d.x = e
d.w = g
d.v = g
d.u = b
e.z = b
e.y = d
f.z = g
f.y = e
f.x = c
g.z = b
g.y = j
h.z = c
h.y = c
i.z = j
i.y = j
i.t = j
i.s = j
i.x = e
i.v = e
i.w = h
i.u = b
j.z = i
j.y = i
j.t = i
j.s = i
j.x = e
j.v = e
j.w = h
j.u = b
assert d.y.y.w.z.y.z.w.txt == " | g" | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: H = None
self.x: A = None
self.w: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: H = None
self.w: G = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: H = None
self.y: A = None
self.x: E = None
self.w: G = None
self.v: G = None
self.u: B = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: D = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: G = None
self.y: E = None
self.x: C = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: B = None
self.y: I = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: I = None
self.y: I = None
self.x: E = None
self.w: H = None
self.v: E = None
self.u: B = None
self.t: I = None
self.s: I = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = I("j")
a.z = c
a.y = b
b.z = c
b.y = h
b.x = a
b.w = e
c.z = a
c.y = b
c.x = h
c.w = g
d.z = h
d.y = a
d.x = e
d.w = g
d.v = g
d.u = b
e.z = b
e.y = d
f.z = g
f.y = e
f.x = c
g.z = b
g.y = j
h.z = c
h.y = c
i.z = j
i.y = j
i.t = j
i.s = j
i.x = e
i.v = e
i.w = h
i.u = b
j.z = i
j.y = i
j.t = i
j.s = i
j.x = e
j.v = e
j.w = h
j.u = b
assert d.y.y.w.z.y.z.w.txt == "g" | 10 | 31 | 3.1 | 0.344444 | 9 | 1.111111 | 8 | 2 | 3.666667 | 7 | 2 | 1 | 7 | 0.7 | 7 | 0.225806 | 1 | 2 | 2 | 2 | 3 | 3 | 2 | 2 |
764 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.x: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = A("e")
f = D("f")
g = B("g")
h = D("h")
i = B("i")
j = C("j")
a.z = g
a.y = h
b.z = j
b.y = g
b.x = d
c.z = f
c.y = i
c.x = i
d.z = a
d.y = a
e.z = g
e.y = h
f.z = e
f.y = a
g.z = j
g.y = b
g.x = d
h.z = e
h.y = a
i.z = j
i.y = b
i.x = f
j.z = h
j.y = b
j.x = g
assert c.z.y.y.y.y.z.y.y.y.txt == " | h" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.x: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = A("e")
f = D("f")
g = B("g")
h = D("h")
i = B("i")
j = C("j")
a.z = g
a.y = h
b.z = j
b.y = g
b.x = d
c.z = f
c.y = i
c.x = i
d.z = a
d.y = a
e.z = g
e.y = h
f.z = e
f.y = a
g.z = j
g.y = b
g.x = d
h.z = e
h.y = a
i.z = j
i.y = b
i.x = f
j.z = h
j.y = b
j.x = g
assert c.z.y.y.y.y.z.y.y.y.txt == "h" | 10 | 23 | 2.3 | 0.255556 | 4 | 2.5 | 3 | 2 | 2.5 | 9 | 4 | 3 | 5 | 0.5 | 6 | 0.26087 | 5 | 2 | 6 | 3.555556 | 2 | 7 | 4 | 2 |
765 | class A:
def __init__(self, txt: str):
self.z: G = None
self.y: I = None
self.x: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: D = None
self.y: H = None
self.x: G = None
self.w: D = None
self.v: J = None
self.u: H = None
self.t: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.y: H = None
self.x: J = None
self.w: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: F = None
self.y: G = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.x: I = None
self.w: A = None
self.v: F = None
self.u: J = None
self.t: I = None
self.s: I = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.y: B = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: E = None
self.y: D = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.x: J = None
self.w: C = None
self.v: B = None
self.u: J = None
self.t: I = None
self.s: I = None
self.r: G = None
self.q: C = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: G = None
self.y: E = None
self.x: G = None
self.w: G = None
self.v: F = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = g
a.y = i
a.x = f
b.z = d
b.w = d
b.y = h
b.u = h
b.x = g
b.v = j
b.t = c
c.z = b
c.y = h
c.x = j
c.w = f
d.z = f
d.y = g
e.z = d
e.y = d
e.x = i
e.t = i
e.s = i
e.w = a
e.v = f
e.u = j
f.z = e
f.y = b
g.z = e
g.y = d
h.z = c
h.w = c
h.q = c
h.y = d
h.x = j
h.u = j
h.v = b
h.t = i
h.s = i
h.r = g
i.z = g
i.x = g
i.w = g
i.y = e
i.v = f
j.z = c
j.y = c
assert d.z.y.v.y.z.txt == " | b" | class A:
def __init__(self, txt: str):
self.z: G = None
self.y: I = None
self.x: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: D = None
self.y: H = None
self.x: G = None
self.w: D = None
self.v: J = None
self.u: H = None
self.t: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.y: H = None
self.x: J = None
self.w: F = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: F = None
self.y: G = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.x: I = None
self.w: A = None
self.v: F = None
self.u: J = None
self.t: I = None
self.s: I = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.y: B = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: E = None
self.y: D = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.x: J = None
self.w: C = None
self.v: B = None
self.u: J = None
self.t: I = None
self.s: I = None
self.r: G = None
self.q: C = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: G = None
self.y: E = None
self.x: G = None
self.w: G = None
self.v: F = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = g
a.y = i
a.x = f
b.z = d
b.w = d
b.y = h
b.u = h
b.x = g
b.v = j
b.t = c
c.z = b
c.y = h
c.x = j
c.w = f
d.z = f
d.y = g
e.z = d
e.y = d
e.x = i
e.t = i
e.s = i
e.w = a
e.v = f
e.u = j
f.z = e
f.y = b
g.z = e
g.y = d
h.z = c
h.w = c
h.q = c
h.y = d
h.x = j
h.u = j
h.v = b
h.t = i
h.s = i
h.r = g
i.z = g
i.x = g
i.w = g
i.y = e
i.v = f
j.z = c
j.y = c
assert d.z.y.v.y.z.txt == "b" | 10 | 33 | 3.3 | 0.366667 | 10 | 1 | 10 | 2 | 4.5 | 5 | 2 | 1 | 5 | 0.5 | 5 | 0.151515 | 1 | 3 | 3 | 3 | 3 | 2 | 1 | 1 |
766 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
a = A("a")
b = B("b")
c = B("c")
d = B("d")
e = A("e")
f = B("f")
g = A("g")
h = B("h")
i = B("i")
j = A("j")
a.z = b
b.z = j
b.y = h
c.z = g
c.y = b
d.z = a
d.y = f
e.z = h
f.z = e
f.y = c
g.z = c
h.z = g
h.y = d
i.z = g
i.y = b
j.z = b
assert e.z.z.z.z.z.txt == " | c" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
a = A("a")
b = B("b")
c = B("c")
d = B("d")
e = A("e")
f = B("f")
g = A("g")
h = B("h")
i = B("i")
j = A("j")
a.z = b
b.z = j
b.y = h
c.z = g
c.y = b
d.z = a
d.y = f
e.z = h
f.z = e
f.y = c
g.z = c
h.z = g
h.y = d
i.z = g
i.y = b
j.z = b
assert e.z.z.z.z.z.txt == "c" | 10 | 16 | 1.6 | 0.177778 | 2 | 5 | 2 | 1 | 1.5 | 5 | 2 | 2 | 4 | 0.4 | 4 | 0.25 | 2 | 2 | 2 | 2 | 1 | 5 | 5 | 1 |
767 | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
a = A("a")
b = B("b")
c = B("c")
d = B("d")
e = B("e")
f = B("f")
g = A("g")
h = A("h")
i = A("i")
j = B("j")
a.z = h
a.y = e
b.z = g
b.y = g
c.z = i
c.y = h
d.z = a
d.y = h
e.z = g
e.y = i
f.z = a
f.y = g
g.z = h
g.y = j
h.z = g
h.y = e
i.z = a
i.y = j
j.z = a
j.y = a
assert e.y.z.z.z.y.z.txt == " | a" | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
a = A("a")
b = B("b")
c = B("c")
d = B("d")
e = B("e")
f = B("f")
g = A("g")
h = A("h")
i = A("i")
j = B("j")
a.z = h
a.y = e
b.z = g
b.y = g
c.z = i
c.y = h
d.z = a
d.y = h
e.z = g
e.y = i
f.z = a
f.y = g
g.z = h
g.y = j
h.z = g
h.y = e
i.z = a
i.y = j
j.z = a
j.y = a
assert e.y.z.z.z.y.z.txt == "a" | 10 | 18 | 1.8 | 0.2 | 2 | 5 | 2 | 2 | 2 | 6 | 2 | 1 | 6 | 0.6 | 6 | 0.333333 | 1 | 4 | 4 | 4 | 2 | 4 | 3 | 1 |
768 | class A:
def __init__(self, txt: str):
self.z: G = None
self.y: G = None
self.x: C = None
self.w: F = None
self.v: C = None
self.u: D = None
self.t: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.x: A = None
self.w: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: D = None
self.w: G = None
self.v: G = None
self.u: C = None
self.t: B = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: F = None
self.y: A = None
self.x: B = None
self.w: C = None
self.v: A = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: G = None
self.y: C = None
self.x: B = None
self.w: G = None
self.v: E = None
self.u: G = None
self.t: A = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: F = None
self.y: C = None
self.x: B = None
self.w: C = None
self.v: B = None
self.u: A = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: D = None
self.y: G = None
self.x: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = D("i")
j = A("j")
a.z = g
a.y = g
a.x = c
a.v = c
a.w = f
a.u = d
a.t = i
b.z = i
b.y = f
c.z = d
c.y = b
c.x = j
c.w = j
d.z = b
d.t = b
d.y = c
d.u = c
d.x = i
d.w = g
d.v = g
e.z = f
e.y = j
e.v = j
e.x = b
e.w = c
f.z = g
f.w = g
f.u = g
f.y = c
f.x = b
f.v = e
f.t = j
g.z = f
g.y = c
g.w = c
g.x = b
g.v = b
g.u = j
h.z = i
h.x = i
h.y = g
i.z = b
i.t = b
i.y = c
i.u = c
i.x = d
i.w = g
i.v = g
j.z = g
j.y = g
j.x = c
j.v = c
j.w = f
j.u = i
j.t = i
assert b.z.x.u.z.w.z.y.txt == " | c" | class A:
def __init__(self, txt: str):
self.z: G = None
self.y: G = None
self.x: C = None
self.w: F = None
self.v: C = None
self.u: D = None
self.t: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.x: A = None
self.w: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.x: D = None
self.w: G = None
self.v: G = None
self.u: C = None
self.t: B = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: F = None
self.y: A = None
self.x: B = None
self.w: C = None
self.v: A = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: G = None
self.y: C = None
self.x: B = None
self.w: G = None
self.v: E = None
self.u: G = None
self.t: A = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: F = None
self.y: C = None
self.x: B = None
self.w: C = None
self.v: B = None
self.u: A = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: D = None
self.y: G = None
self.x: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = D("i")
j = A("j")
a.z = g
a.y = g
a.x = c
a.v = c
a.w = f
a.u = d
a.t = i
b.z = i
b.y = f
c.z = d
c.y = b
c.x = j
c.w = j
d.z = b
d.t = b
d.y = c
d.u = c
d.x = i
d.w = g
d.v = g
e.z = f
e.y = j
e.v = j
e.x = b
e.w = c
f.z = g
f.w = g
f.u = g
f.y = c
f.x = b
f.v = e
f.t = j
g.z = f
g.y = c
g.w = c
g.x = b
g.v = b
g.u = j
h.z = i
h.x = i
h.y = g
i.z = b
i.t = b
i.y = c
i.u = c
i.x = d
i.w = g
i.v = g
j.z = g
j.y = g
j.x = c
j.v = c
j.w = f
j.u = i
j.t = i
assert b.z.x.u.z.w.z.y.txt == "c" | 10 | 37 | 3.7 | 0.411111 | 8 | 1.25 | 7 | 2 | 5.125 | 7 | 2 | 1 | 6 | 0.6 | 7 | 0.189189 | 2 | 2 | 4 | 3 | 5 | 3 | 1 | 2 |
769 | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
a = A("a")
b = B("b")
c = A("c")
d = B("d")
e = B("e")
f = A("f")
g = A("g")
h = A("h")
i = B("i")
j = B("j")
a.z = g
a.y = g
b.z = j
b.y = g
c.z = f
c.y = a
d.z = i
d.y = f
e.z = i
e.y = f
f.z = h
f.y = g
g.z = c
g.y = a
h.z = a
h.y = c
i.z = b
i.y = f
j.z = e
j.y = g
assert e.y.z.y.z.z.z.z.txt == " | g" | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
a = A("a")
b = B("b")
c = A("c")
d = B("d")
e = B("e")
f = A("f")
g = A("g")
h = A("h")
i = B("i")
j = B("j")
a.z = g
a.y = g
b.z = j
b.y = g
c.z = f
c.y = a
d.z = i
d.y = f
e.z = i
e.y = f
f.z = h
f.y = g
g.z = c
g.y = a
h.z = a
h.y = c
i.z = b
i.y = f
j.z = e
j.y = g
assert e.y.z.y.z.z.z.z.txt == "g" | 10 | 19 | 1.9 | 0.211111 | 2 | 5 | 2 | 2 | 2 | 7 | 2 | 2 | 6 | 0.6 | 6 | 0.315789 | 2 | 3 | 3 | 3 | 2 | 5 | 4 | 2 |
770 | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: I = None
self.x: B = None
self.w: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.y: C = None
self.x: H = None
self.w: C = None
self.v: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.y: E = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: H = None
self.y: A = None
self.x: F = None
self.w: C = None
self.v: G = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.x: H = None
self.w: F = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: E = None
self.y: A = None
self.x: B = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: I = None
self.y: H = None
self.x: G = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: F = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = H("j")
a.z = c
a.y = i
a.x = b
a.w = f
b.z = g
b.y = c
b.w = c
b.x = j
b.v = e
c.z = b
c.y = e
d.z = h
d.y = a
d.x = f
d.w = c
d.v = g
e.z = a
e.y = a
e.x = h
e.w = f
f.z = c
g.z = e
g.y = a
g.x = b
h.z = i
h.y = j
h.x = g
i.z = f
j.z = i
j.y = h
j.x = g
assert f.z.y.w.z.txt == " | c" | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: I = None
self.x: B = None
self.w: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.y: C = None
self.x: H = None
self.w: C = None
self.v: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.y: E = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: H = None
self.y: A = None
self.x: F = None
self.w: C = None
self.v: G = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.x: H = None
self.w: F = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: E = None
self.y: A = None
self.x: B = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: I = None
self.y: H = None
self.x: G = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: F = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = H("j")
a.z = c
a.y = i
a.x = b
a.w = f
b.z = g
b.y = c
b.w = c
b.x = j
b.v = e
c.z = b
c.y = e
d.z = h
d.y = a
d.x = f
d.w = c
d.v = g
e.z = a
e.y = a
e.x = h
e.w = f
f.z = c
g.z = e
g.y = a
g.x = b
h.z = i
h.y = j
h.x = g
i.z = f
j.z = i
j.y = h
j.x = g
assert f.z.y.w.z.txt == "c" | 10 | 29 | 2.9 | 0.322222 | 9 | 1.111111 | 5 | 1 | 3.111111 | 4 | 2 | 2 | 3 | 0.3 | 3 | 0.103448 | 2 | 3 | 3 | 3 | 3 | 2 | 1 | 1 |
771 | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.x: C = None
self.w: C = None
self.v: H = None
self.u: B = None
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: I = None
self.x: D = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: I = None
self.x: B = None
self.w: C = None
self.v: B = None
self.u: H = None
self.t: C = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: G = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: G = None
self.y: F = None
self.x: I = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: I = None
self.y: E = None
self.x: H = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: H = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.x: E = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: C = None
self.y: F = None
self.x: F = None
self.w: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = C("j")
a.z = d
a.y = f
a.x = c
a.t = c
a.w = j
a.v = h
a.u = b
b.z = j
b.y = i
b.x = d
b.w = a
c.z = f
c.y = i
c.x = b
c.v = b
c.w = j
c.t = j
c.u = h
d.z = g
e.z = g
e.y = f
e.x = i
f.z = i
f.y = e
f.x = h
g.z = h
h.z = j
h.y = j
h.x = e
i.z = j
i.y = f
i.x = f
i.w = d
j.z = f
j.y = i
j.x = b
j.v = b
j.w = c
j.t = c
j.u = h
assert f.x.x.x.y.z.y.y.txt == " | e" | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: F = None
self.x: C = None
self.w: C = None
self.v: H = None
self.u: B = None
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: I = None
self.x: D = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: I = None
self.x: B = None
self.w: C = None
self.v: B = None
self.u: H = None
self.t: C = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: G = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: G = None
self.y: F = None
self.x: I = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: I = None
self.y: E = None
self.x: H = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: H = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.x: E = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: C = None
self.y: F = None
self.x: F = None
self.w: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = C("j")
a.z = d
a.y = f
a.x = c
a.t = c
a.w = j
a.v = h
a.u = b
b.z = j
b.y = i
b.x = d
b.w = a
c.z = f
c.y = i
c.x = b
c.v = b
c.w = j
c.t = j
c.u = h
d.z = g
e.z = g
e.y = f
e.x = i
f.z = i
f.y = e
f.x = h
g.z = h
h.z = j
h.y = j
h.x = e
i.z = j
i.y = f
i.x = f
i.w = d
j.z = f
j.y = i
j.x = b
j.v = b
j.w = c
j.t = c
j.u = h
assert f.x.x.x.y.z.y.y.txt == "e" | 10 | 33 | 3.3 | 0.366667 | 9 | 1.111111 | 7 | 1 | 3.666667 | 7 | 3 | 2 | 4 | 0.4 | 6 | 0.181818 | 4 | 2 | 6 | 3.8 | 3 | 3 | 3 | 3 |
772 | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: H = None
self.y: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: I = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: I = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: G = None
self.y: C = None
self.x: C = None
self.w: H = None
self.v: H = None
self.u: F = None
self.t: I = None
self.s: B = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: I = None
self.y: E = None
self.x: B = None
self.w: I = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: F = None
self.y: I = None
self.x: D = None
self.w: G = None
self.v: J = None
self.u: F = None
self.t: F = None
self.s: G = None
self.r: B = None
self.q: D = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: B = None
self.y: E = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: D = None
self.y: A = None
self.x: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = c
a.y = g
b.z = h
b.y = e
c.z = i
d.z = c
d.y = i
e.z = g
e.y = c
e.x = c
e.w = h
e.v = h
e.u = f
e.t = i
e.s = b
f.z = i
f.w = i
f.y = e
f.x = b
g.z = c
g.y = d
h.z = f
h.u = f
h.t = f
h.y = i
h.x = d
h.q = d
h.w = g
h.s = g
h.v = j
h.r = b
i.z = b
i.y = e
j.z = d
j.y = a
j.x = a
assert a.y.z.z.z.y.u.w.z.txt == " | b" | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: H = None
self.y: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: I = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: I = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: G = None
self.y: C = None
self.x: C = None
self.w: H = None
self.v: H = None
self.u: F = None
self.t: I = None
self.s: B = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: I = None
self.y: E = None
self.x: B = None
self.w: I = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: F = None
self.y: I = None
self.x: D = None
self.w: G = None
self.v: J = None
self.u: F = None
self.t: F = None
self.s: G = None
self.r: B = None
self.q: D = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: B = None
self.y: E = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: D = None
self.y: A = None
self.x: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = c
a.y = g
b.z = h
b.y = e
c.z = i
d.z = c
d.y = i
e.z = g
e.y = c
e.x = c
e.w = h
e.v = h
e.u = f
e.t = i
e.s = b
f.z = i
f.w = i
f.y = e
f.x = b
g.z = c
g.y = d
h.z = f
h.u = f
h.t = f
h.y = i
h.x = d
h.q = d
h.w = g
h.s = g
h.v = j
h.r = b
i.z = b
i.y = e
j.z = d
j.y = a
j.x = a
assert a.y.z.z.z.y.u.w.z.txt == "b" | 10 | 28 | 2.8 | 0.311111 | 10 | 1 | 10 | 1 | 3.6 | 8 | 2 | 2 | 7 | 0.7 | 7 | 0.25 | 2 | 4 | 4 | 4 | 4 | 4 | 3 | 1 |
773 | class A:
def __init__(self, txt: str):
self.z: E = None
self.y: E = None
self.x: E = None
self.w: B = None
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.x: E = None
self.w: D = None
self.v: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: E = None
self.w: E = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.x: C = None
self.w: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = C("f")
g = A("g")
h = A("h")
i = E("i")
j = E("j")
a.z = j
a.x = j
a.y = e
a.w = b
a.v = f
b.z = d
c.z = d
c.w = d
c.y = b
c.x = i
c.v = g
d.z = f
d.y = b
d.x = j
d.w = e
e.z = h
e.y = f
e.x = f
e.w = f
f.z = d
f.w = d
f.y = b
f.x = e
f.v = a
g.z = e
g.y = e
g.x = e
g.w = b
g.v = c
h.z = j
h.y = j
h.x = i
h.w = b
h.v = f
i.z = a
i.y = c
i.x = f
i.w = f
j.z = a
j.y = c
j.w = c
j.x = f
assert c.z.y.z.z.x.z.v.y.txt == " | b" | class A:
def __init__(self, txt: str):
self.z: E = None
self.y: E = None
self.x: E = None
self.w: B = None
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.x: E = None
self.w: D = None
self.v: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: E = None
self.w: E = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.x: C = None
self.w: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = C("f")
g = A("g")
h = A("h")
i = E("i")
j = E("j")
a.z = j
a.x = j
a.y = e
a.w = b
a.v = f
b.z = d
c.z = d
c.w = d
c.y = b
c.x = i
c.v = g
d.z = f
d.y = b
d.x = j
d.w = e
e.z = h
e.y = f
e.x = f
e.w = f
f.z = d
f.w = d
f.y = b
f.x = e
f.v = a
g.z = e
g.y = e
g.x = e
g.w = b
g.v = c
h.z = j
h.y = j
h.x = i
h.w = b
h.v = f
i.z = a
i.y = c
i.x = f
i.w = f
j.z = a
j.y = c
j.w = c
j.x = f
assert c.z.y.z.z.x.z.v.y.txt == "b" | 10 | 32 | 3.2 | 0.355556 | 5 | 2 | 5 | 1 | 3.8 | 8 | 2 | 1 | 6 | 0.6 | 8 | 0.25 | 3 | 2 | 6 | 3.666667 | 4 | 4 | 2 | 2 |
774 | class A:
def __init__(self, txt: str):
self.z: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: F = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: D = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = F("g")
h = B("h")
i = F("i")
j = D("j")
a.z = e
b.z = g
b.y = a
c.z = a
c.y = a
d.z = c
d.y = c
e.z = j
f.z = j
g.z = j
h.z = i
h.y = a
i.z = j
j.z = c
j.y = c
assert c.z.z.z.z.y.z.z.txt == " | j" | class A:
def __init__(self, txt: str):
self.z: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: F = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: D = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = F("g")
h = B("h")
i = F("i")
j = D("j")
a.z = e
b.z = g
b.y = a
c.z = a
c.y = a
d.z = c
d.y = c
e.z = j
f.z = j
g.z = j
h.z = i
h.y = a
i.z = j
j.z = c
j.y = c
assert c.z.z.z.z.y.z.z.txt == "j" | 10 | 12 | 1.2 | 0.133333 | 6 | 1.666667 | 2 | 1 | 1.5 | 7 | 2 | 2 | 4 | 0.4 | 5 | 0.416667 | 4 | 4 | 4 | 4 | 2 | 6 | 4 | 2 |
775 | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
b = B("b")
c = A("c")
d = B("d")
e = B("e")
f = A("f")
g = B("g")
h = A("h")
i = A("i")
j = A("j")
a.z = h
a.y = i
b.z = g
c.z = i
c.y = a
d.z = g
e.z = g
f.z = j
f.y = h
g.z = e
h.z = j
h.y = j
i.z = c
i.y = f
j.z = c
j.y = a
assert g.z.z.z.txt == " | e" | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
b = B("b")
c = A("c")
d = B("d")
e = B("e")
f = A("f")
g = B("g")
h = A("h")
i = A("i")
j = A("j")
a.z = h
a.y = i
b.z = g
c.z = i
c.y = a
d.z = g
e.z = g
f.z = j
f.y = h
g.z = e
h.z = j
h.y = j
i.z = c
i.y = f
j.z = c
j.y = a
assert g.z.z.z.txt == "e" | 10 | 15 | 1.5 | 0.166667 | 2 | 5 | 2 | 1 | 1.5 | 3 | 2 | 2 | 2 | 0.2 | 2 | 0.133333 | 2 | 2 | 2 | 2 | 1 | 3 | 3 | 1 |
776 | class A:
def __init__(self, txt: str):
self.z: F = None
self.y: E = None
self.x: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: E = None
self.w: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: B = None
self.w: B = None
self.v: D = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: E = None
self.x: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = A("g")
h = B("h")
i = E("i")
j = D("j")
a.z = f
a.y = i
a.x = b
a.w = h
b.z = c
b.y = h
b.w = h
b.x = i
c.z = f
c.y = h
d.z = a
d.y = h
d.x = h
d.w = h
d.v = j
e.z = g
e.y = i
e.x = c
f.z = h
g.z = f
g.y = i
g.x = b
g.w = h
h.z = c
h.y = b
h.w = b
h.x = e
i.z = a
i.y = e
i.x = c
j.z = g
j.y = h
j.w = h
j.x = b
j.v = d
assert f.z.x.y.txt == " | i" | class A:
def __init__(self, txt: str):
self.z: F = None
self.y: E = None
self.x: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: E = None
self.w: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: B = None
self.w: B = None
self.v: D = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: E = None
self.x: C = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = A("g")
h = B("h")
i = E("i")
j = D("j")
a.z = f
a.y = i
a.x = b
a.w = h
b.z = c
b.y = h
b.w = h
b.x = i
c.z = f
c.y = h
d.z = a
d.y = h
d.x = h
d.w = h
d.v = j
e.z = g
e.y = i
e.x = c
f.z = h
g.z = f
g.y = i
g.x = b
g.w = h
h.z = c
h.y = b
h.w = b
h.x = e
i.z = a
i.y = e
i.x = c
j.z = g
j.y = h
j.w = h
j.x = b
j.v = d
assert f.z.x.y.txt == "i" | 10 | 30 | 3 | 0.333333 | 6 | 1.666667 | 5 | 1 | 3.166667 | 3 | 1 | 1 | 4 | 0.4 | 3 | 0.1 | 0 | null | null | null | 3 | 1 | 1 | 1 |
777 | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = B("d")
e = B("e")
f = B("f")
g = A("g")
h = C("h")
i = B("i")
j = A("j")
a.z = g
a.y = i
b.z = g
b.y = c
b.x = d
c.z = h
c.y = i
c.x = a
d.z = j
d.y = c
d.x = f
e.z = j
e.y = c
e.x = d
f.z = a
f.y = c
f.x = b
g.z = a
g.y = e
h.z = c
h.y = e
h.x = g
i.z = j
i.y = c
i.x = b
j.z = g
j.y = e
assert c.x.y.x.y.y.z.y.x.x.txt == " | f" | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: A = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = B("d")
e = B("e")
f = B("f")
g = A("g")
h = C("h")
i = B("i")
j = A("j")
a.z = g
a.y = i
b.z = g
b.y = c
b.x = d
c.z = h
c.y = i
c.x = a
d.z = j
d.y = c
d.x = f
e.z = j
e.y = c
e.x = d
f.z = a
f.y = c
f.x = b
g.z = a
g.y = e
h.z = c
h.y = e
h.x = g
i.z = j
i.y = c
i.x = b
j.z = g
j.y = e
assert c.x.y.x.y.y.z.y.x.x.txt == "f" | 10 | 27 | 2.7 | 0.3 | 3 | 3.333333 | 3 | 2 | 2.666667 | 9 | 2 | 1 | 8 | 0.8 | 9 | 0.333333 | 2 | 3 | 4 | 3.5 | 3 | 4 | 2 | 2 |
778 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = C("d")
e = C("e")
f = A("f")
g = B("g")
h = A("h")
i = B("i")
j = B("j")
a.z = j
b.z = e
c.z = f
c.y = b
c.x = j
d.z = a
d.y = j
d.x = g
e.z = h
e.y = i
e.x = j
f.z = g
g.z = d
h.z = b
i.z = e
j.z = d
assert e.z.z.z.z.txt == " | h" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = C("d")
e = C("e")
f = A("f")
g = B("g")
h = A("h")
i = B("i")
j = B("j")
a.z = j
b.z = e
c.z = f
c.y = b
c.x = j
d.z = a
d.y = j
d.x = g
e.z = h
e.y = i
e.x = j
f.z = g
g.z = d
h.z = b
i.z = e
j.z = d
assert e.z.z.z.z.txt == "h" | 10 | 16 | 1.6 | 0.177778 | 3 | 3.333333 | 3 | 1 | 1.666667 | 4 | 2 | 2 | 3 | 0.3 | 3 | 0.1875 | 2 | 3 | 3 | 3 | 1 | 4 | 4 | 1 |
779 | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = A("d")
e = C("e")
f = A("f")
g = B("g")
h = C("h")
i = A("i")
j = C("j")
a.z = h
a.y = g
b.z = h
b.y = f
c.z = i
c.y = b
d.z = h
d.y = b
e.z = a
e.y = b
f.z = e
f.y = b
g.z = j
g.y = i
h.z = i
h.y = b
i.z = e
i.y = b
j.z = a
j.y = g
assert h.z.y.z.y.z.y.z.txt == " | h" | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = A("d")
e = C("e")
f = A("f")
g = B("g")
h = C("h")
i = A("i")
j = C("j")
a.z = h
a.y = g
b.z = h
b.y = f
c.z = i
c.y = b
d.z = h
d.y = b
e.z = a
e.y = b
f.z = e
f.y = b
g.z = j
g.y = i
h.z = i
h.y = b
i.z = e
i.y = b
j.z = a
j.y = g
assert h.z.y.z.y.z.y.z.txt == "h" | 10 | 20 | 2 | 0.222222 | 3 | 3.333333 | 2 | 2 | 2 | 7 | 4 | 3 | 3 | 0.3 | 4 | 0.2 | 5 | 2 | 7 | 3.444444 | 2 | 4 | 1 | 2 |
780 | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: C = None
self.x: C = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.x: D = None
self.w: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = D("e")
f = B("f")
g = C("g")
h = B("h")
i = A("i")
j = C("j")
a.z = e
a.y = j
a.x = c
a.w = b
b.z = i
b.y = j
b.x = g
c.z = j
c.y = g
c.x = e
c.w = i
d.z = g
e.z = c
f.z = a
f.y = j
f.x = j
g.z = j
g.y = c
g.x = d
g.w = i
h.z = i
h.y = c
h.x = j
i.z = d
i.y = c
i.x = c
i.w = h
j.z = g
j.y = g
j.x = d
j.w = i
assert e.z.y.z.x.z.z.txt == " | j" | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: C = None
self.x: C = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.x: D = None
self.w: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = D("e")
f = B("f")
g = C("g")
h = B("h")
i = A("i")
j = C("j")
a.z = e
a.y = j
a.x = c
a.w = b
b.z = i
b.y = j
b.x = g
c.z = j
c.y = g
c.x = e
c.w = i
d.z = g
e.z = c
f.z = a
f.y = j
f.x = j
g.z = j
g.y = c
g.x = d
g.w = i
h.z = i
h.y = c
h.x = j
i.z = d
i.y = c
i.x = c
i.w = h
j.z = g
j.y = g
j.x = d
j.w = i
assert e.z.y.z.x.z.z.txt == "j" | 10 | 28 | 2.8 | 0.311111 | 4 | 2.5 | 4 | 1 | 3 | 6 | 2 | 2 | 5 | 0.5 | 5 | 0.178571 | 2 | 3 | 3 | 3 | 3 | 4 | 2 | 1 |
781 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.x: C = None
self.w: F = None
self.v: F = None
self.u: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: E = None
self.y: A = None
self.x: A = None
self.w: B = None
self.v: B = None
self.u: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: E = None
self.y: B = None
self.x: D = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.x: A = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.y: C = None
self.x: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = D("g")
h = C("h")
i = E("i")
j = D("j")
a.z = b
a.y = e
b.z = h
b.y = h
b.x = c
b.w = f
b.v = f
b.u = j
c.z = e
c.y = a
c.x = a
c.w = b
c.v = b
c.u = b
d.z = e
d.y = b
d.x = j
e.z = b
e.y = f
e.x = a
f.z = i
f.y = h
f.x = d
g.z = e
g.y = b
g.x = j
h.z = i
h.y = a
h.x = a
h.w = b
h.v = b
h.u = b
i.z = b
i.y = f
i.x = a
j.z = e
j.y = b
j.x = g
assert g.z.z.u.x.z.y.txt == " | f" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.x: C = None
self.w: F = None
self.v: F = None
self.u: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: E = None
self.y: A = None
self.x: A = None
self.w: B = None
self.v: B = None
self.u: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: E = None
self.y: B = None
self.x: D = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.x: A = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.y: C = None
self.x: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = D("g")
h = C("h")
i = E("i")
j = D("j")
a.z = b
a.y = e
b.z = h
b.y = h
b.x = c
b.w = f
b.v = f
b.u = j
c.z = e
c.y = a
c.x = a
c.w = b
c.v = b
c.u = b
d.z = e
d.y = b
d.x = j
e.z = b
e.y = f
e.x = a
f.z = i
f.y = h
f.x = d
g.z = e
g.y = b
g.x = j
h.z = i
h.y = a
h.x = a
h.w = b
h.v = b
h.u = b
i.z = b
i.y = f
i.x = a
j.z = e
j.y = b
j.x = g
assert g.z.z.u.x.z.y.txt == "f" | 10 | 30 | 3 | 0.333333 | 6 | 1.666667 | 6 | 2 | 3.833333 | 6 | 2 | 2 | 5 | 0.5 | 5 | 0.166667 | 2 | 4 | 4 | 4 | 4 | 3 | 2 | 2 |
782 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.x: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = B("d")
e = B("e")
f = A("f")
g = C("g")
h = A("h")
i = B("i")
j = A("j")
a.z = i
a.y = e
b.z = j
b.y = i
b.x = i
c.z = e
c.y = d
c.x = g
d.z = h
d.y = e
d.x = e
e.z = a
e.y = b
e.x = i
f.z = b
f.y = e
g.z = d
g.y = i
g.x = c
h.z = e
h.y = b
i.z = a
i.y = e
i.x = d
j.z = b
j.y = i
assert e.z.y.y.x.z.y.x.y.txt == " | e" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.x: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = B("d")
e = B("e")
f = A("f")
g = C("g")
h = A("h")
i = B("i")
j = A("j")
a.z = i
a.y = e
b.z = j
b.y = i
b.x = i
c.z = e
c.y = d
c.x = g
d.z = h
d.y = e
d.x = e
e.z = a
e.y = b
e.x = i
f.z = b
f.y = e
g.z = d
g.y = i
g.x = c
h.z = e
h.y = b
i.z = a
i.y = e
i.x = d
j.z = b
j.y = i
assert e.z.y.y.x.z.y.x.y.txt == "e" | 10 | 24 | 2.4 | 0.266667 | 3 | 3.333333 | 3 | 2 | 2.666667 | 8 | 4 | 2 | 4 | 0.4 | 7 | 0.291667 | 5 | 2 | 8 | 4.375 | 3 | 4 | 2 | 3 |
783 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = B("d")
e = B("e")
f = B("f")
g = C("g")
h = B("h")
i = C("i")
j = A("j")
a.z = f
b.z = c
b.y = f
c.z = i
c.y = d
d.z = c
d.y = e
e.z = c
e.y = d
f.z = i
f.y = d
g.z = i
g.y = d
h.z = i
h.y = d
i.z = c
i.y = h
j.z = e
assert d.z.y.y.y.z.z.y.y.y.txt == " | e" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = B("d")
e = B("e")
f = B("f")
g = C("g")
h = B("h")
i = C("i")
j = A("j")
a.z = f
b.z = c
b.y = f
c.z = i
c.y = d
d.z = c
d.y = e
e.z = c
e.y = d
f.z = i
f.y = d
g.z = i
g.y = d
h.z = i
h.y = d
i.z = c
i.y = h
j.z = e
assert d.z.y.y.y.z.z.y.y.y.txt == "e" | 10 | 18 | 1.8 | 0.2 | 3 | 3.333333 | 2 | 1 | 1.666667 | 9 | 4 | 2 | 5 | 0.5 | 7 | 0.388889 | 5 | 2 | 8 | 4.5 | 2 | 6 | 3 | 2 |
784 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
b = B("b")
c = B("c")
d = B("d")
e = B("e")
f = A("f")
g = A("g")
h = B("h")
i = A("i")
j = B("j")
a.z = j
b.z = c
c.z = e
d.z = b
e.z = c
f.z = j
g.z = b
h.z = e
i.z = e
j.z = d
assert i.z.z.z.z.z.z.z.txt == " | e" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
b = B("b")
c = B("c")
d = B("d")
e = B("e")
f = A("f")
g = A("g")
h = B("h")
i = A("i")
j = B("j")
a.z = j
b.z = c
c.z = e
d.z = b
e.z = c
f.z = j
g.z = b
h.z = e
i.z = e
j.z = d
assert i.z.z.z.z.z.z.z.txt == "e" | 10 | 10 | 1 | 0.111111 | 2 | 5 | 1 | 1 | 1 | 7 | 4 | 3 | 3 | 0.3 | 3 | 0.3 | 5 | 2 | 6 | 3.111111 | 1 | 7 | 7 | 1 |
785 | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
a = A("a")
b = B("b")
c = A("c")
d = A("d")
e = A("e")
f = B("f")
g = A("g")
h = A("h")
i = B("i")
j = B("j")
a.z = h
a.y = d
b.z = d
b.y = i
c.z = e
c.y = g
d.z = h
d.y = g
e.z = a
e.y = d
f.z = d
f.y = j
g.z = a
g.y = e
h.z = g
h.y = a
i.z = h
i.y = b
j.z = c
j.y = f
assert c.y.y.y.txt == " | d" | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
a = A("a")
b = B("b")
c = A("c")
d = A("d")
e = A("e")
f = B("f")
g = A("g")
h = A("h")
i = B("i")
j = B("j")
a.z = h
a.y = d
b.z = d
b.y = i
c.z = e
c.y = g
d.z = h
d.y = g
e.z = a
e.y = d
f.z = d
f.y = j
g.z = a
g.y = e
h.z = g
h.y = a
i.z = h
i.y = b
j.z = c
j.y = f
assert c.y.y.y.txt == "d" | 10 | 20 | 2 | 0.222222 | 2 | 5 | 2 | 2 | 2 | 3 | 1 | 1 | 4 | 0.4 | 3 | 0.15 | 0 | null | null | null | 1 | 3 | 3 | 1 |
786 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.x: C = None
self.w: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: A = None
self.w: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = C("e")
f = B("f")
g = A("g")
h = C("h")
i = D("i")
j = C("j")
a.z = f
a.y = f
a.x = c
a.w = d
b.z = h
b.y = a
c.z = f
d.z = j
d.y = f
d.x = a
d.w = e
e.z = f
f.z = c
f.y = g
g.z = f
g.y = f
g.x = c
g.w = i
h.z = f
i.z = e
i.y = f
i.x = a
i.w = j
j.z = f
assert j.z.y.x.z.z.z.y.x.txt == " | c" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.x: C = None
self.w: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: A = None
self.w: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = C("e")
f = B("f")
g = A("g")
h = C("h")
i = D("i")
j = C("j")
a.z = f
a.y = f
a.x = c
a.w = d
b.z = h
b.y = a
c.z = f
d.z = j
d.y = f
d.x = a
d.w = e
e.z = f
f.z = c
f.y = g
g.z = f
g.y = f
g.x = c
g.w = i
h.z = f
i.z = e
i.y = f
i.x = a
i.w = j
j.z = f
assert j.z.y.x.z.z.z.y.x.txt == "c" | 10 | 22 | 2.2 | 0.244444 | 4 | 2.5 | 4 | 1 | 2.75 | 8 | 3 | 2 | 4 | 0.4 | 5 | 0.227273 | 5 | 2 | 5 | 3.571429 | 3 | 4 | 3 | 2 |
787 | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = C("d")
e = B("e")
f = C("f")
g = A("g")
h = C("h")
i = A("i")
j = A("j")
a.z = c
a.y = e
b.z = f
c.z = i
c.y = b
d.z = g
d.y = e
e.z = d
f.z = g
f.y = b
g.z = h
g.y = b
h.z = i
h.y = b
i.z = c
i.y = e
j.z = f
j.y = b
assert g.z.z.y.txt == " | e" | class A:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = C("d")
e = B("e")
f = C("f")
g = A("g")
h = C("h")
i = A("i")
j = A("j")
a.z = c
a.y = e
b.z = f
c.z = i
c.y = b
d.z = g
d.y = e
e.z = d
f.z = g
f.y = b
g.z = h
g.y = b
h.z = i
h.y = b
i.z = c
i.y = e
j.z = f
j.y = b
assert g.z.z.y.txt == "e" | 10 | 18 | 1.8 | 0.2 | 3 | 3.333333 | 2 | 1 | 1.666667 | 3 | 1 | 1 | 4 | 0.4 | 3 | 0.166667 | 0 | null | null | null | 2 | 2 | 2 | 1 |
788 | class A:
def __init__(self, txt: str):
self.z: F = None
self.y: B = None
self.x: E = None
self.w: I = None
self.v: H = None
self.u: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: F = None
self.y: H = None
self.x: D = None
self.w: C = None
self.v: H = None
self.u: G = None
self.t: C = None
self.s: G = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: E = None
self.y: E = None
self.x: D = None
self.w: G = None
self.v: E = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: I = None
self.y: I = None
self.x: B = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: H = None
self.y: G = None
self.x: D = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.y: C = None
self.x: A = None
self.w: G = None
self.v: C = None
self.u: H = None
self.t: A = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.x: G = None
self.w: F = None
self.v: A = None
self.u: A = None
self.t: A = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: D = None
self.y: G = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.x: F = None
self.w: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = G("j")
a.z = f
a.u = f
a.y = b
a.x = e
a.w = i
a.v = h
b.z = f
b.y = h
b.v = h
b.x = d
b.w = c
b.t = c
b.u = j
b.s = g
c.z = e
c.y = e
c.v = e
c.x = d
c.w = g
d.z = i
d.y = i
d.x = b
e.z = h
e.y = g
e.x = d
f.z = e
f.y = c
f.v = c
f.x = a
f.t = a
f.w = j
f.u = h
g.z = b
g.y = f
g.w = f
g.x = j
g.v = a
g.u = a
g.t = a
h.z = d
h.y = j
i.z = d
i.y = d
i.w = d
i.x = f
j.z = b
j.y = f
j.w = f
j.x = g
j.v = a
j.u = a
j.t = a
assert b.y.z.z.txt == " | i" | class A:
def __init__(self, txt: str):
self.z: F = None
self.y: B = None
self.x: E = None
self.w: I = None
self.v: H = None
self.u: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: F = None
self.y: H = None
self.x: D = None
self.w: C = None
self.v: H = None
self.u: G = None
self.t: C = None
self.s: G = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: E = None
self.y: E = None
self.x: D = None
self.w: G = None
self.v: E = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: I = None
self.y: I = None
self.x: B = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: H = None
self.y: G = None
self.x: D = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: E = None
self.y: C = None
self.x: A = None
self.w: G = None
self.v: C = None
self.u: H = None
self.t: A = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.x: G = None
self.w: F = None
self.v: A = None
self.u: A = None
self.t: A = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: D = None
self.y: G = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.x: F = None
self.w: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = G("j")
a.z = f
a.u = f
a.y = b
a.x = e
a.w = i
a.v = h
b.z = f
b.y = h
b.v = h
b.x = d
b.w = c
b.t = c
b.u = j
b.s = g
c.z = e
c.y = e
c.v = e
c.x = d
c.w = g
d.z = i
d.y = i
d.x = b
e.z = h
e.y = g
e.x = d
f.z = e
f.y = c
f.v = c
f.x = a
f.t = a
f.w = j
f.u = h
g.z = b
g.y = f
g.w = f
g.x = j
g.v = a
g.u = a
g.t = a
h.z = d
h.y = j
i.z = d
i.y = d
i.w = d
i.x = f
j.z = b
j.y = f
j.w = f
j.x = g
j.v = a
j.u = a
j.t = a
assert b.y.z.z.txt == "i" | 10 | 36 | 3.6 | 0.4 | 9 | 1.111111 | 8 | 2 | 5 | 3 | 1 | 1 | 4 | 0.4 | 3 | 0.083333 | 0 | null | null | null | 2 | 2 | 2 | 1 |
789 | class A:
def __init__(self, txt: str):
self.z: G = None
self.y: E = None
self.x: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: H = None
self.x: F = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: G = None
self.y: F = None
self.x: A = None
self.w: D = None
self.v: G = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.x: G = None
self.w: H = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: C = None
self.y: E = None
self.x: B = None
self.w: A = None
self.v: C = None
self.u: D = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = E("i")
j = H("j")
a.z = g
a.y = i
a.x = f
b.z = a
b.y = f
c.z = b
d.z = c
d.y = j
d.x = f
e.z = g
e.v = g
e.y = f
e.x = a
e.w = d
f.z = d
f.y = b
f.x = g
f.w = j
g.z = c
g.v = c
g.y = e
g.x = b
g.w = a
g.u = d
h.z = b
i.z = g
i.v = g
i.y = f
i.x = a
i.w = d
j.z = b
assert g.y.y.y.z.x.w.txt == " | j" | class A:
def __init__(self, txt: str):
self.z: G = None
self.y: E = None
self.x: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: F = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: H = None
self.x: F = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: G = None
self.y: F = None
self.x: A = None
self.w: D = None
self.v: G = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.x: G = None
self.w: H = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: C = None
self.y: E = None
self.x: B = None
self.w: A = None
self.v: C = None
self.u: D = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = E("i")
j = H("j")
a.z = g
a.y = i
a.x = f
b.z = a
b.y = f
c.z = b
d.z = c
d.y = j
d.x = f
e.z = g
e.v = g
e.y = f
e.x = a
e.w = d
f.z = d
f.y = b
f.x = g
f.w = j
g.z = c
g.v = c
g.y = e
g.x = b
g.w = a
g.u = d
h.z = b
i.z = g
i.v = g
i.y = f
i.x = a
i.w = d
j.z = b
assert g.y.y.y.z.x.w.txt == "j" | 10 | 28 | 2.8 | 0.311111 | 8 | 1.25 | 6 | 1 | 3.125 | 6 | 2 | 1 | 6 | 0.6 | 6 | 0.214286 | 1 | 3 | 3 | 3 | 4 | 3 | 3 | 2 |
790 | class A:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.x: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = C("d")
e = B("e")
f = A("f")
g = C("g")
h = C("h")
i = B("i")
j = B("j")
a.z = h
b.z = d
c.z = d
c.y = d
c.x = g
d.z = h
d.x = h
d.y = c
e.z = c
f.z = g
g.z = c
g.y = d
g.x = h
h.z = g
h.y = g
h.x = c
i.z = g
j.z = h
assert e.z.x.z.z.x.y.x.txt == " | h" | class A:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.x: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = C("d")
e = B("e")
f = A("f")
g = C("g")
h = C("h")
i = B("i")
j = B("j")
a.z = h
b.z = d
c.z = d
c.y = d
c.x = g
d.z = h
d.x = h
d.y = c
e.z = c
f.z = g
g.z = c
g.y = d
g.x = h
h.z = g
h.y = g
h.x = c
i.z = g
j.z = h
assert e.z.x.z.z.x.y.x.txt == "h" | 10 | 15 | 1.5 | 0.166667 | 3 | 3.333333 | 3 | 1 | 1.666667 | 7 | 2 | 1 | 5 | 0.5 | 7 | 0.466667 | 3 | 2 | 4 | 2.666667 | 3 | 3 | 2 | 2 |
791 | class A:
def __init__(self, txt: str):
self.z: F = None
self.y: E = None
self.x: F = None
self.w: G = None
self.v: D = None
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: C = None
self.w: D = None
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: D = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: F = None
self.y: A = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.x: F = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: G = None
self.y: A = None
self.x: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = G("h")
i = F("i")
j = B("j")
a.z = f
a.y = e
a.x = i
a.w = h
a.v = d
a.u = c
b.z = c
b.x = c
b.v = c
b.y = j
b.w = d
c.z = f
c.y = d
d.z = c
d.y = c
e.z = f
e.y = a
f.z = b
f.y = i
f.x = i
g.z = h
g.y = a
g.x = d
h.z = g
h.y = a
h.x = d
i.z = j
i.y = f
i.x = f
j.z = c
j.x = c
j.v = c
j.y = b
j.w = d
assert h.z.y.u.y.txt == " | d" | class A:
def __init__(self, txt: str):
self.z: F = None
self.y: E = None
self.x: F = None
self.w: G = None
self.v: D = None
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: C = None
self.w: D = None
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: D = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: F = None
self.y: A = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.x: F = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: G = None
self.y: A = None
self.x: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = G("h")
i = F("i")
j = B("j")
a.z = f
a.y = e
a.x = i
a.w = h
a.v = d
a.u = c
b.z = c
b.x = c
b.v = c
b.y = j
b.w = d
c.z = f
c.y = d
d.z = c
d.y = c
e.z = f
e.y = a
f.z = b
f.y = i
f.x = i
g.z = h
g.y = a
g.x = d
h.z = g
h.y = a
h.x = d
i.z = j
i.y = f
i.x = f
j.z = c
j.x = c
j.v = c
j.y = b
j.w = d
assert h.z.y.u.y.txt == "d" | 10 | 27 | 2.7 | 0.3 | 7 | 1.428571 | 6 | 2 | 3.285714 | 4 | 1 | 1 | 5 | 0.5 | 4 | 0.148148 | 0 | null | null | null | 3 | 2 | 1 | 1 |
792 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
b = B("b")
c = A("c")
d = A("d")
e = A("e")
f = A("f")
g = A("g")
h = A("h")
i = B("i")
j = A("j")
a.z = b
b.z = i
c.z = b
d.z = i
e.z = b
f.z = i
g.z = b
h.z = b
i.z = b
j.z = b
assert f.z.z.z.z.z.z.z.z.txt == " | b" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
b = B("b")
c = A("c")
d = A("d")
e = A("e")
f = A("f")
g = A("g")
h = A("h")
i = B("i")
j = A("j")
a.z = b
b.z = i
c.z = b
d.z = i
e.z = b
f.z = i
g.z = b
h.z = b
i.z = b
j.z = b
assert f.z.z.z.z.z.z.z.z.txt == "b" | 10 | 10 | 1 | 0.111111 | 2 | 5 | 1 | 1 | 1 | 8 | 4 | 4 | 3 | 0.3 | 3 | 0.3 | 6 | 2 | 6 | 3.333333 | 1 | 8 | 8 | 1 |
793 | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = A("e")
f = C("f")
g = B("g")
h = B("h")
i = C("i")
j = A("j")
a.z = d
a.y = j
b.z = c
b.y = g
c.z = j
d.z = a
d.y = b
d.x = i
e.z = d
e.y = j
f.z = a
g.z = f
g.y = b
h.z = i
h.y = g
i.z = j
j.z = d
j.y = e
assert e.y.z.x.z.y.txt == " | e" | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = A("e")
f = C("f")
g = B("g")
h = B("h")
i = C("i")
j = A("j")
a.z = d
a.y = j
b.z = c
b.y = g
c.z = j
d.z = a
d.y = b
d.x = i
e.z = d
e.y = j
f.z = a
g.z = f
g.y = b
h.z = i
h.y = g
i.z = j
j.z = d
j.y = e
assert e.y.z.x.z.y.txt == "e" | 10 | 18 | 1.8 | 0.2 | 4 | 2.5 | 3 | 1 | 2 | 5 | 2 | 1 | 4 | 0.4 | 5 | 0.277778 | 2 | 3 | 5 | 4 | 3 | 2 | 1 | 2 |
794 | class A:
def __init__(self, txt: str):
self.z: F = None
self.y: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: B = None
self.x: D = None
self.w: D = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: F = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: E = None
self.y: G = None
self.x: D = None
self.w: H = None
self.v: F = None
self.u: A = None
self.t: B = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: B = None
self.y: D = None
self.x: A = None
self.w: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = G("i")
j = E("j")
a.z = f
a.y = f
b.z = c
b.y = c
c.z = f
c.y = b
c.x = d
c.w = d
d.z = f
e.z = j
e.y = g
e.x = d
e.w = h
e.v = f
e.u = a
e.t = b
f.z = a
g.z = c
h.z = b
h.y = d
h.x = a
h.w = c
i.z = c
j.z = e
j.y = i
j.x = d
j.w = h
j.v = f
j.u = a
j.t = b
assert d.z.z.z.z.y.z.txt == " | a" | class A:
def __init__(self, txt: str):
self.z: F = None
self.y: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: B = None
self.x: D = None
self.w: D = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: F = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: E = None
self.y: G = None
self.x: D = None
self.w: H = None
self.v: F = None
self.u: A = None
self.t: B = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: B = None
self.y: D = None
self.x: A = None
self.w: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = G("i")
j = E("j")
a.z = f
a.y = f
b.z = c
b.y = c
c.z = f
c.y = b
c.x = d
c.w = d
d.z = f
e.z = j
e.y = g
e.x = d
e.w = h
e.v = f
e.u = a
e.t = b
f.z = a
g.z = c
h.z = b
h.y = d
h.x = a
h.w = c
i.z = c
j.z = e
j.y = i
j.x = d
j.w = h
j.v = f
j.u = a
j.t = b
assert d.z.z.z.z.y.z.txt == "a" | 10 | 27 | 2.7 | 0.3 | 8 | 1.25 | 7 | 1 | 2.75 | 6 | 3 | 3 | 3 | 0.3 | 4 | 0.148148 | 4 | 2 | 4 | 2.666667 | 2 | 5 | 4 | 2 |
795 | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.x: I = None
self.w: B = None
self.v: B = None
self.u: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.y: D = None
self.x: H = None
self.w: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: I = None
self.x: H = None
self.w: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: F = None
self.y: H = None
self.x: H = None
self.w: E = None
self.v: C = None
self.u: J = None
self.t: F = None
self.s: I = None
self.r: G = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: H = None
self.x: H = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: I = None
self.y: A = None
self.x: E = None
self.w: J = None
self.v: G = None
self.u: D = None
self.t: G = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: J = None
self.y: D = None
self.x: I = None
self.w: F = None
self.v: H = None
self.u: I = None
self.t: H = None
self.s: A = None
self.r: B = None
self.q: A = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: G = None
self.y: F = None
self.x: C = None
self.w: E = None
self.v: B = None
self.u: C = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: H = None
self.y: G = None
self.x: G = None
self.w: E = None
self.v: D = None
self.u: D = None
self.t: B = None
self.s: H = None
self.r: G = None
self.q: E = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: E = None
self.y: I = None
self.x: E = None
self.w: D = None
self.v: I = None
self.u: G = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = d
a.y = d
a.x = i
a.w = b
a.v = b
a.u = e
b.z = g
b.y = d
b.x = h
b.w = e
c.z = a
c.y = i
c.x = h
c.w = b
d.z = f
d.t = f
d.y = h
d.x = h
d.w = e
d.v = c
d.u = j
d.s = i
d.r = g
e.z = a
e.y = h
e.x = h
f.z = i
f.y = a
f.x = e
f.w = j
f.v = g
f.t = g
f.u = d
g.z = j
g.y = d
g.x = i
g.u = i
g.w = f
g.v = h
g.t = h
g.s = a
g.q = a
g.r = b
h.z = g
h.y = f
h.x = c
h.u = c
h.w = e
h.v = b
i.z = h
i.s = h
i.y = g
i.x = g
i.r = g
i.w = e
i.q = e
i.v = d
i.u = d
i.t = b
j.z = e
j.x = e
j.y = i
j.v = i
j.w = d
j.u = g
assert d.t.t.v.u.txt == " | c" | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.x: I = None
self.w: B = None
self.v: B = None
self.u: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.y: D = None
self.x: H = None
self.w: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.y: I = None
self.x: H = None
self.w: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: F = None
self.y: H = None
self.x: H = None
self.w: E = None
self.v: C = None
self.u: J = None
self.t: F = None
self.s: I = None
self.r: G = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: H = None
self.x: H = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: I = None
self.y: A = None
self.x: E = None
self.w: J = None
self.v: G = None
self.u: D = None
self.t: G = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: J = None
self.y: D = None
self.x: I = None
self.w: F = None
self.v: H = None
self.u: I = None
self.t: H = None
self.s: A = None
self.r: B = None
self.q: A = None
self.txt = txt
class H:
def __init__(self, txt: str):
self.z: G = None
self.y: F = None
self.x: C = None
self.w: E = None
self.v: B = None
self.u: C = None
self.txt = txt
class I:
def __init__(self, txt: str):
self.z: H = None
self.y: G = None
self.x: G = None
self.w: E = None
self.v: D = None
self.u: D = None
self.t: B = None
self.s: H = None
self.r: G = None
self.q: E = None
self.txt = txt
class J:
def __init__(self, txt: str):
self.z: E = None
self.y: I = None
self.x: E = None
self.w: D = None
self.v: I = None
self.u: G = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = H("h")
i = I("i")
j = J("j")
a.z = d
a.y = d
a.x = i
a.w = b
a.v = b
a.u = e
b.z = g
b.y = d
b.x = h
b.w = e
c.z = a
c.y = i
c.x = h
c.w = b
d.z = f
d.t = f
d.y = h
d.x = h
d.w = e
d.v = c
d.u = j
d.s = i
d.r = g
e.z = a
e.y = h
e.x = h
f.z = i
f.y = a
f.x = e
f.w = j
f.v = g
f.t = g
f.u = d
g.z = j
g.y = d
g.x = i
g.u = i
g.w = f
g.v = h
g.t = h
g.s = a
g.q = a
g.r = b
h.z = g
h.y = f
h.x = c
h.u = c
h.w = e
h.v = b
i.z = h
i.s = h
i.y = g
i.x = g
i.r = g
i.w = e
i.q = e
i.v = d
i.u = d
i.t = b
j.z = e
j.x = e
j.y = i
j.v = i
j.w = d
j.u = g
assert d.t.t.v.u.txt == "c" | 10 | 48 | 4.8 | 0.533333 | 10 | 1 | 10 | 3 | 6.5 | 4 | 1 | 1 | 5 | 0.5 | 4 | 0.083333 | 0 | null | null | null | 3 | 2 | 2 | 1 |
796 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: D = None
self.w: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = D("e")
f = A("f")
g = C("g")
h = B("h")
i = C("i")
j = C("j")
a.z = h
a.y = f
a.x = b
b.z = j
b.y = h
b.w = h
b.x = d
c.z = h
d.z = i
e.z = g
f.z = h
f.y = a
f.x = b
g.z = b
h.z = c
h.y = b
h.w = b
h.x = e
i.z = h
j.z = h
assert h.z.z.x.z.txt == " | g" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: B = None
self.x: D = None
self.w: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = D("e")
f = A("f")
g = C("g")
h = B("h")
i = C("i")
j = C("j")
a.z = h
a.y = f
a.x = b
b.z = j
b.y = h
b.w = h
b.x = d
c.z = h
d.z = i
e.z = g
f.z = h
f.y = a
f.x = b
g.z = b
h.z = c
h.y = b
h.w = b
h.x = e
i.z = h
j.z = h
assert h.z.z.x.z.txt == "g" | 10 | 18 | 1.8 | 0.2 | 4 | 2.5 | 4 | 1 | 2.25 | 4 | 2 | 1 | 4 | 0.4 | 4 | 0.222222 | 1 | 2 | 2 | 2 | 2 | 3 | 2 | 2 |
797 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: E = None
self.y: E = None
self.x: B = None
self.w: F = None
self.v: G = None
self.u: D = None
self.t: D = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: G = None
self.y: F = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: C = None
self.y: E = None
self.x: E = None
self.w: G = None
self.v: G = None
self.u: A = None
self.t: A = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: F = None
self.y: B = None
self.x: B = None
self.w: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = B("h")
i = C("i")
j = F("j")
a.z = b
a.y = f
b.z = g
c.z = e
c.y = e
c.x = b
c.w = f
c.v = g
c.u = d
c.t = d
d.z = a
e.z = g
e.y = f
f.z = i
f.y = e
f.x = e
f.w = g
f.v = g
f.u = a
f.t = a
g.z = f
g.y = b
g.x = h
g.w = d
h.z = g
i.z = e
i.y = e
i.x = b
i.w = j
i.v = g
i.u = d
i.t = d
j.z = i
j.y = e
j.x = e
j.w = g
j.v = g
j.u = a
j.t = a
assert g.w.z.z.z.y.z.txt == " | g" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: E = None
self.y: E = None
self.x: B = None
self.w: F = None
self.v: G = None
self.u: D = None
self.t: D = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: G = None
self.y: F = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: C = None
self.y: E = None
self.x: E = None
self.w: G = None
self.v: G = None
self.u: A = None
self.t: A = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: F = None
self.y: B = None
self.x: B = None
self.w: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = B("h")
i = C("i")
j = F("j")
a.z = b
a.y = f
b.z = g
c.z = e
c.y = e
c.x = b
c.w = f
c.v = g
c.u = d
c.t = d
d.z = a
e.z = g
e.y = f
f.z = i
f.y = e
f.x = e
f.w = g
f.v = g
f.u = a
f.t = a
g.z = f
g.y = b
g.x = h
g.w = d
h.z = g
i.z = e
i.y = e
i.x = b
i.w = j
i.v = g
i.u = d
i.t = d
j.z = i
j.y = e
j.x = e
j.w = g
j.v = g
j.u = a
j.t = a
assert g.w.z.z.z.y.z.txt == "g" | 10 | 29 | 2.9 | 0.322222 | 7 | 1.428571 | 7 | 1 | 3.428571 | 6 | 3 | 2 | 4 | 0.4 | 5 | 0.172414 | 3 | 2 | 6 | 3.5 | 3 | 4 | 3 | 2 |
798 | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.x: F = None
self.w: E = None
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: F = None
self.y: F = None
self.x: C = None
self.w: F = None
self.v: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: C = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.x: F = None
self.w: D = None
self.v: F = None
self.u: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: F = None
self.w: B = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = C("g")
h = A("h")
i = D("i")
j = A("j")
a.z = j
a.y = h
a.x = f
a.w = e
a.v = c
b.z = f
b.y = f
b.w = f
b.x = c
b.v = a
c.z = f
c.y = g
d.z = c
d.y = i
d.w = i
d.x = f
d.v = f
d.u = a
e.z = h
e.y = b
e.w = b
e.x = f
f.z = i
f.y = i
g.z = f
g.y = c
h.z = a
h.y = j
h.x = f
h.w = e
h.v = c
i.z = c
i.y = d
i.w = d
i.x = f
i.v = f
i.u = a
j.z = h
j.y = h
j.x = f
j.w = e
j.v = g
assert j.v.y.y.y.txt == " | c" | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: A = None
self.x: F = None
self.w: E = None
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: F = None
self.y: F = None
self.x: C = None
self.w: F = None
self.v: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: F = None
self.y: C = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.x: F = None
self.w: D = None
self.v: F = None
self.u: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.x: F = None
self.w: B = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: D = None
self.y: D = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = C("g")
h = A("h")
i = D("i")
j = A("j")
a.z = j
a.y = h
a.x = f
a.w = e
a.v = c
b.z = f
b.y = f
b.w = f
b.x = c
b.v = a
c.z = f
c.y = g
d.z = c
d.y = i
d.w = i
d.x = f
d.v = f
d.u = a
e.z = h
e.y = b
e.w = b
e.x = f
f.z = i
f.y = i
g.z = f
g.y = c
h.z = a
h.y = j
h.x = f
h.w = e
h.v = c
i.z = c
i.y = d
i.w = d
i.x = f
i.v = f
i.u = a
j.z = h
j.y = h
j.x = f
j.w = e
j.v = g
assert j.v.y.y.y.txt == "c" | 10 | 33 | 3.3 | 0.366667 | 6 | 1.666667 | 6 | 2 | 4 | 4 | 2 | 2 | 3 | 0.3 | 3 | 0.090909 | 2 | 2 | 2 | 2 | 2 | 3 | 3 | 1 |
799 | class A:
def __init__(self, txt: str):
self.z: G = None
self.y: D = None
self.x: G = None
self.w: A = None
self.v: F = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.x: D = None
self.w: B = None
self.v: D = None
self.u: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: E = None
self.y: C = None
self.x: A = None
self.w: D = None
self.v: F = None
self.u: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.x: A = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: F = None
self.y: D = None
self.x: C = None
self.w: E = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: A = None
self.y: F = None
self.x: E = None
self.w: C = None
self.v: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = D("h")
i = F("i")
j = A("j")
a.z = g
a.x = g
a.y = h
a.w = j
a.u = j
a.v = f
b.z = c
b.y = h
c.z = h
c.y = b
c.w = b
c.u = b
c.x = d
c.v = d
d.z = e
d.y = c
d.x = j
d.w = h
d.v = i
d.u = a
e.z = b
e.y = a
e.x = j
f.z = i
f.y = d
f.x = c
f.w = e
g.z = a
g.y = i
g.x = e
g.w = c
g.v = c
h.z = e
h.y = c
h.x = a
h.u = a
h.w = d
h.v = f
i.z = f
i.y = d
i.x = c
i.w = e
j.z = g
j.x = g
j.y = d
j.w = a
j.u = a
j.v = i
assert e.z.z.w.z.txt == " | c" | class A:
def __init__(self, txt: str):
self.z: G = None
self.y: D = None
self.x: G = None
self.w: A = None
self.v: F = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D = None
self.y: B = None
self.x: D = None
self.w: B = None
self.v: D = None
self.u: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
self.z: E = None
self.y: C = None
self.x: A = None
self.w: D = None
self.v: F = None
self.u: A = None
self.txt = txt
class E:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.x: A = None
self.txt = txt
class F:
def __init__(self, txt: str):
self.z: F = None
self.y: D = None
self.x: C = None
self.w: E = None
self.txt = txt
class G:
def __init__(self, txt: str):
self.z: A = None
self.y: F = None
self.x: E = None
self.w: C = None
self.v: C = None
self.txt = txt
a = A("a")
b = B("b")
c = C("c")
d = D("d")
e = E("e")
f = F("f")
g = G("g")
h = D("h")
i = F("i")
j = A("j")
a.z = g
a.x = g
a.y = h
a.w = j
a.u = j
a.v = f
b.z = c
b.y = h
c.z = h
c.y = b
c.w = b
c.u = b
c.x = d
c.v = d
d.z = e
d.y = c
d.x = j
d.w = h
d.v = i
d.u = a
e.z = b
e.y = a
e.x = j
f.z = i
f.y = d
f.x = c
f.w = e
g.z = a
g.y = i
g.x = e
g.w = c
g.v = c
h.z = e
h.y = c
h.x = a
h.u = a
h.w = d
h.v = f
i.z = f
i.y = d
i.x = c
i.w = e
j.z = g
j.x = g
j.y = d
j.w = a
j.u = a
j.v = i
assert e.z.z.w.z.txt == "c" | 10 | 39 | 3.9 | 0.433333 | 7 | 1.428571 | 6 | 2 | 4.571429 | 4 | 2 | 2 | 3 | 0.3 | 3 | 0.076923 | 2 | 2 | 2 | 2 | 2 | 3 | 2 | 1 |