id
int64
0
30k
prompt
stringlengths
265
1.96k
answer
stringclasses
10 values
pythoncode
stringlengths
267
1.96k
depth0
stringclasses
10 values
depth1
stringclasses
10 values
depth2
stringclasses
10 values
depth3
stringclasses
10 values
depth4
stringclasses
11 values
depth5
stringclasses
11 values
depth6
stringclasses
11 values
depth7
stringclasses
11 values
depthn0
stringclasses
10 values
depthn1
stringclasses
10 values
depthn2
stringclasses
10 values
depthn3
stringclasses
10 values
depthn4
stringclasses
11 values
depthn5
stringclasses
11 values
depthn6
stringclasses
11 values
depthn7
stringclasses
11 values
num_nodes
int64
3
7
num_edges
int64
3
30
num_classes
int64
2
7
path_length
int64
3
7
num_cycle
int64
0
6
8,000
class A: def __init__(self, txt: str): self.s: B = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.txt = txt j = A("j") c = B("c...
j"
class A: def __init__(self, txt: str): self.s: B = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.txt = txt j = A("j") c = B("c...
h
j
f
j
x
x
x
x
j
f
j
h
x
x
x
x
5
7
3
3
1
8,001
class A: def __init__(self, txt: str): self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.w: B = None self.s: B = None self.txt =...
d"
class A: def __init__(self, txt: str): self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.w: B = None self.s: B = None self.txt =...
d
f
c
d
x
x
x
x
d
c
f
d
x
x
x
x
3
3
3
3
1
8,002
class A: def __init__(self, txt: str): self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.q: C = None self.u: C = None self.txt =...
g"
class A: def __init__(self, txt: str): self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.q: C = None self.u: C = None self.txt =...
i
j
b
h
i
g
x
x
g
i
h
b
j
i
x
x
7
15
3
5
1
8,003
class A: def __init__(self, txt: str): self.y: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.y: C = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.w: B ...
c"
class A: def __init__(self, txt: str): self.y: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.y: C = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.w: B ...
c
h
c
d
h
c
x
x
c
h
d
c
h
c
x
x
5
9
3
5
3
8,004
class A: def __init__(self, txt: str): self.p: C = None self.t: C = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: A ...
h"
class A: def __init__(self, txt: str): self.p: C = None self.t: C = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: A ...
c
h
f
h
x
x
x
x
h
f
h
c
x
x
x
x
6
11
3
3
1
8,005
class A: def __init__(self, txt: str): self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.s: C = None self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.txt =...
g"
class A: def __init__(self, txt: str): self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.s: C = None self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.txt =...
i
g
c
i
g
x
x
x
g
i
c
g
i
x
x
x
4
8
3
4
2
8,006
class A: def __init__(self, txt: str): self.t: A = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.s: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A ...
c"
class A: def __init__(self, txt: str): self.t: A = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.s: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A ...
d
c
a
c
a
d
c
x
c
d
a
c
a
c
d
x
7
17
3
6
4
8,007
class A: def __init__(self, txt: str): self.r: 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.w: A = None self.v: B = None self.txt = txt d = A("d") j = B("j...
i"
class A: def __init__(self, txt: str): self.r: 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.w: A = None self.v: B = None self.txt = txt d = A("d") j = B("j...
j
d
i
d
i
x
x
x
i
d
i
d
j
x
x
x
4
5
3
4
2
8,008
class A: def __init__(self, txt: str): self.w: A = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.x: A = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: A ...
j"
class A: def __init__(self, txt: str): self.w: A = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.x: A = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: A ...
c
g
i
j
x
x
x
x
j
i
g
c
x
x
x
x
4
8
3
3
0
8,009
class A: def __init__(self, txt: str): self.s: 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.o: A = None self.x: A = None self.txt = txt c = A("c") b = B("b...
c"
class A: def __init__(self, txt: str): self.s: 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.o: A = None self.x: A = None self.txt = txt c = A("c") b = B("b...
b
c
i
c
x
x
x
x
c
i
c
b
x
x
x
x
3
3
3
3
1
8,010
class A: def __init__(self, txt: str): self.o: A = None self.u: A = None 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.u: A = None self.txt =...
c"
class A: def __init__(self, txt: str): self.o: A = None self.u: A = None 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.u: A = None self.txt =...
j
f
j
f
c
x
x
x
c
f
j
f
j
x
x
x
5
7
3
4
2
8,011
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt = txt h = A("h") d = B("d...
b"
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt = txt h = A("h") d = B("d...
j
h
c
b
c
b
x
x
b
c
b
c
h
j
x
x
7
7
3
5
2
8,012
class A: def __init__(self, txt: str): self.o: B = None self.q: B = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: A ...
g"
class A: def __init__(self, txt: str): self.o: B = None self.q: B = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: A ...
g
b
d
h
g
x
x
x
g
h
d
b
g
x
x
x
4
8
3
4
1
8,013
class A: def __init__(self, txt: str): self.p: C = None self.t: A = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.txt =...
b"
class A: def __init__(self, txt: str): self.p: C = None self.t: A = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.txt =...
h
b
h
b
h
b
x
x
b
h
b
h
b
h
x
x
6
12
3
5
4
8,014
class A: def __init__(self, txt: str): self.y: B = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.q: A = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A ...
e"
class A: def __init__(self, txt: str): self.y: B = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.q: A = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A ...
b
i
d
i
e
x
x
x
e
i
d
i
b
x
x
x
5
10
3
4
1
8,015
class A: def __init__(self, txt: str): self.y: C = None self.o: C = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: C = None self.txt =...
j"
class A: def __init__(self, txt: str): self.y: C = None self.o: C = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: C = None self.txt =...
f
j
i
j
i
j
i
j
j
i
j
i
j
i
j
f
7
10
3
7
5
8,016
class A: def __init__(self, txt: str): self.p: A = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.txt = txt a = A("a") d = B("d...
d"
class A: def __init__(self, txt: str): self.p: A = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.txt = txt a = A("a") d = B("d...
d
g
a
g
d
x
x
x
d
g
a
g
d
x
x
x
4
6
3
4
2
8,017
class A: def __init__(self, txt: str): self.v: C = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.t: A ...
a"
class A: def __init__(self, txt: str): self.v: C = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.t: A ...
b
a
i
a
x
x
x
x
a
i
a
b
x
x
x
x
6
11
3
3
1
8,018
class A: def __init__(self, txt: str): self.w: A = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: C = None self.x: A = None self.txt =...
c"
class A: def __init__(self, txt: str): self.w: A = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: C = None self.x: A = None self.txt =...
c
a
e
c
x
x
x
x
c
e
a
c
x
x
x
x
5
9
3
3
1
8,019
class A: def __init__(self, txt: str): self.z: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: C = None self.o: B = None self.txt =...
i"
class A: def __init__(self, txt: str): self.z: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: C = None self.o: B = None self.txt =...
h
c
h
c
i
x
x
x
i
c
h
c
h
x
x
x
4
6
3
4
2
8,020
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: C = None self.s: B = None self.txt = txt h = A("h") b = B("b...
b"
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: C = None self.s: B = None self.txt = txt h = A("h") b = B("b...
j
b
h
b
x
x
x
x
b
h
b
j
x
x
x
x
5
7
3
3
1
8,021
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.o: A = None self.txt = txt f = A("f") g = B("g...
g"
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.o: A = None self.txt = txt f = A("f") g = B("g...
f
g
h
g
x
x
x
x
g
h
g
f
x
x
x
x
3
4
3
3
1
8,022
class A: def __init__(self, txt: str): self.r: B = None self.o: A = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.y: C = None self.v: A = None self.txt = txt class C: def __init__(self, txt:...
e"
class A: def __init__(self, txt: str): self.r: B = None self.o: A = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.y: C = None self.v: A = None self.txt = txt class C: def __init__(self, txt:...
h
j
h
e
x
x
x
x
e
h
j
h
x
x
x
x
6
11
3
3
1
8,023
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.v: B = None self.txt =...
f"
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.v: B = None self.txt =...
i
c
f
i
f
x
x
x
f
i
f
c
i
x
x
x
5
9
3
4
2
8,024
class A: def __init__(self, txt: str): self.o: C = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.t: A ...
d"
class A: def __init__(self, txt: str): self.o: C = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.t: A ...
b
e
g
f
d
x
x
x
d
f
g
e
b
x
x
x
5
10
3
4
0
8,025
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.t: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.z: B ...
f"
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.t: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.z: B ...
f
i
g
f
x
x
x
x
f
g
i
f
x
x
x
x
4
5
3
3
1
8,026
class A: def __init__(self, txt: str): self.p: B = None self.y: A = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.q: B ...
i"
class A: def __init__(self, txt: str): self.p: B = None self.y: A = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.q: B ...
j
i
j
i
j
i
x
x
i
j
i
j
i
j
x
x
6
12
3
5
4
8,027
class A: def __init__(self, txt: str): self.y: A = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.x: C = None self.txt =...
e"
class A: def __init__(self, txt: str): self.y: A = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.x: C = None self.txt =...
i
d
j
d
j
e
x
x
e
j
d
j
d
i
x
x
6
9
3
5
2
8,028
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: C = None self.txt = txt h = A("h") j = B("j") b = C("b") d = B("d") ...
a"
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: C = None self.txt = txt h = A("h") j = B("j") b = C("b") d = B("d") ...
d
a
b
a
b
a
x
x
a
b
a
b
a
d
x
x
5
5
3
5
3
8,029
class A: def __init__(self, txt: str): self.t: B = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.s: B = None self.txt =...
d"
class A: def __init__(self, txt: str): self.t: B = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.s: B = None self.txt =...
i
d
j
d
x
x
x
x
d
j
d
i
x
x
x
x
3
3
3
3
1
8,030
class A: def __init__(self, txt: str): self.y: A = None self.s: C = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.o: A ...
g"
class A: def __init__(self, txt: str): self.y: A = None self.s: C = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.o: A ...
a
d
a
g
x
x
x
x
g
a
d
a
x
x
x
x
7
15
3
3
1
8,031
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.s: A = None self.q: B ...
e"
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.s: A = None self.q: B ...
i
e
f
e
f
e
x
x
e
f
e
f
e
i
x
x
5
8
3
5
3
8,032
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.txt = txt i = A("i") b = B("b...
i"
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.txt = txt i = A("i") b = B("b...
b
f
b
f
j
i
x
x
i
j
f
b
f
b
x
x
7
9
3
5
2
8,033
class A: def __init__(self, txt: str): self.x: C = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.x: A = None self.txt =...
b"
class A: def __init__(self, txt: str): self.x: C = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.x: A = None self.txt =...
b
h
i
b
x
x
x
x
b
i
h
b
x
x
x
x
3
4
3
3
1
8,034
class A: def __init__(self, txt: str): self.p: A = None self.t: C = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.o: B = None self.u: C = None self.txt = txt class C: def __init__(self, txt:...
b"
class A: def __init__(self, txt: str): self.p: A = None self.t: C = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.o: B = None self.u: C = None self.txt = txt class C: def __init__(self, txt:...
f
b
f
b
x
x
x
x
b
f
b
f
x
x
x
x
6
14
3
3
2
8,035
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt = txt i = A("i") b = B("b") d = C("d") g = C("g") ...
i"
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt = txt i = A("i") b = B("b") d = C("d") g = C("g") ...
g
i
d
i
x
x
x
x
i
d
i
g
x
x
x
x
4
4
3
3
1
8,036
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.w: B = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: C = None self.t: B ...
c"
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.w: B = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: C = None self.t: B ...
a
c
e
f
d
e
c
x
c
e
d
f
e
c
a
x
6
12
3
6
2
8,037
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: C = None self.txt = txt a = A("a") d = B("d") e = C("e") i = C("i") ...
e"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: C = None self.txt = txt a = A("a") d = B("d") e = C("e") i = C("i") ...
d
i
e
i
e
x
x
x
e
i
e
i
d
x
x
x
4
4
3
4
2
8,038
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.s: C = None self.v: A ...
b"
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.s: C = None self.v: A ...
h
b
a
b
x
x
x
x
b
a
b
h
x
x
x
x
7
13
3
3
1
8,039
class A: def __init__(self, txt: str): self.v: C = None self.r: A = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.r: B = None self.y: A = None self.txt = txt class C: def __init__(self, txt:...
c"
class A: def __init__(self, txt: str): self.v: C = None self.r: A = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.r: B = None self.y: A = None self.txt = txt class C: def __init__(self, txt:...
e
c
e
c
x
x
x
x
c
e
c
e
x
x
x
x
5
11
3
3
2
8,040
class A: def __init__(self, txt: str): self.s: A = None self.p: C = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt =...
b"
class A: def __init__(self, txt: str): self.s: A = None self.p: C = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt =...
b
e
f
b
x
x
x
x
b
f
e
b
x
x
x
x
6
10
3
3
1
8,041
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.q: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.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: A = None self.q: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.txt =...
i
b
e
i
b
x
x
x
b
i
e
b
i
x
x
x
5
8
3
4
2
8,042
class A: def __init__(self, txt: str): self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.s: A = None self.txt =...
i"
class A: def __init__(self, txt: str): self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.s: A = None self.txt =...
b
i
b
i
x
x
x
x
i
b
i
b
x
x
x
x
5
6
3
3
2
8,043
class A: def __init__(self, txt: str): self.o: B = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.y: C = None self.txt =...
h"
class A: def __init__(self, txt: str): self.o: B = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.y: C = None self.txt =...
c
d
j
h
x
x
x
x
h
j
d
c
x
x
x
x
7
12
3
3
0
8,044
class A: def __init__(self, txt: str): self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.o: A = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.txt =...
j"
class A: def __init__(self, txt: str): self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.o: A = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.txt =...
b
j
b
j
x
x
x
x
j
b
j
b
x
x
x
x
3
4
3
3
2
8,045
class A: def __init__(self, txt: str): self.q: C = None self.y: A = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: C ...
g"
class A: def __init__(self, txt: str): self.q: C = None self.y: A = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: C ...
i
g
f
g
f
g
x
x
g
f
g
f
g
i
x
x
7
13
3
5
3
8,046
class A: def __init__(self, txt: str): self.v: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.u: C = None self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: A ...
f"
class A: def __init__(self, txt: str): self.v: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.u: C = None self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: A ...
f
i
a
f
x
x
x
x
f
a
i
f
x
x
x
x
5
9
3
3
1
8,047
class A: def __init__(self, txt: str): self.r: C = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.txt = txt e = A("e") b = B("b...
h"
class A: def __init__(self, txt: str): self.r: C = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.txt = txt e = A("e") b = B("b...
b
e
f
e
i
h
x
x
h
i
e
f
e
b
x
x
5
6
3
5
1
8,048
class A: def __init__(self, txt: str): self.q: C = None self.r: A = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: C = None self.w: A ...
h"
class A: def __init__(self, txt: str): self.q: C = None self.r: A = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: C = None self.w: A ...
g
h
f
h
x
x
x
x
h
f
h
g
x
x
x
x
7
11
3
3
1
8,049
class A: def __init__(self, txt: str): self.o: C = None self.s: A = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.o: B = None self.s: A = None self.txt = txt class C: def __init__(self, txt:...
b"
class A: def __init__(self, txt: str): self.o: C = None self.s: A = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.o: B = None self.s: A = None self.txt = txt class C: def __init__(self, txt:...
b
g
e
b
i
b
x
x
b
i
b
e
g
b
x
x
6
16
3
5
2
8,050
class A: def __init__(self, txt: str): self.x: C = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.txt =...
i"
class A: def __init__(self, txt: str): self.x: C = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.txt =...
b
i
b
i
x
x
x
x
i
b
i
b
x
x
x
x
4
7
3
3
2
8,051
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.o: C = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.y: C ...
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.o: C = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.y: C ...
h
a
h
a
f
x
x
x
f
a
h
a
h
x
x
x
5
12
3
4
2
8,052
class A: def __init__(self, txt: str): self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.w: B = None self.x: B = None self.txt =...
a"
class A: def __init__(self, txt: str): self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.w: B = None self.x: B = None self.txt =...
h
a
f
j
e
a
x
x
a
e
j
f
a
h
x
x
6
8
3
5
1
8,053
class A: def __init__(self, txt: str): self.q: B = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: C = None self.o: A = None self.txt =...
g"
class A: def __init__(self, txt: str): self.q: B = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: C = None self.o: A = None self.txt =...
g
j
g
j
g
j
g
x
g
j
g
j
g
j
g
x
6
8
3
6
5
8,054
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.y: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.w: A ...
i"
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.y: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.w: A ...
b
f
i
f
i
x
x
x
i
f
i
f
b
x
x
x
4
8
3
4
2
8,055
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.z: B = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.s: B ...
b"
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.z: B = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.s: B ...
c
b
j
b
x
x
x
x
b
j
b
c
x
x
x
x
4
7
3
3
1
8,056
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.txt = txt b = A("b") j = B("j...
b"
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.txt = txt b = A("b") j = B("j...
d
b
j
b
x
x
x
x
b
j
b
d
x
x
x
x
4
4
3
3
1
8,057
class A: def __init__(self, txt: str): self.q: C = None self.z: B = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: A ...
d"
class A: def __init__(self, txt: str): self.q: C = None self.z: B = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: A ...
d
c
d
f
d
x
x
x
d
f
d
c
d
x
x
x
4
7
3
4
2
8,058
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.p: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.txt =...
b"
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.p: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.txt =...
b
d
b
d
b
x
x
x
b
d
b
d
b
x
x
x
4
5
3
4
3
8,059
class A: def __init__(self, txt: str): self.p: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.txt =...
j"
class A: def __init__(self, txt: str): self.p: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.txt =...
a
j
a
j
a
j
x
x
j
a
j
a
j
a
x
x
5
6
3
5
4
8,060
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.x: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.txt =...
j"
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.x: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.txt =...
j
g
h
j
x
x
x
x
j
h
g
j
x
x
x
x
4
6
3
3
1
8,061
class A: def __init__(self, txt: str): self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.t: C = None self.y: A = None self.txt =...
i"
class A: def __init__(self, txt: str): self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.t: C = None self.y: A = None self.txt =...
d
i
c
g
i
x
x
x
i
g
c
i
d
x
x
x
5
9
3
4
1
8,062
class A: def __init__(self, txt: str): self.u: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.x: B ...
d"
class A: def __init__(self, txt: str): self.u: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.x: B ...
b
i
b
i
d
x
x
x
d
i
b
i
b
x
x
x
5
9
3
4
2
8,063
class A: def __init__(self, txt: str): self.s: B = None self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.w: A = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: C ...
g"
class A: def __init__(self, txt: str): self.s: B = None self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.w: A = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: C ...
a
g
j
a
g
x
x
x
g
a
j
g
a
x
x
x
4
8
3
4
2
8,064
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.txt = txt g = A("g") a = B("a") b = C("b") g.p = a a....
a"
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.txt = txt g = A("g") a = B("a") b = C("b") g.p = a a....
g
a
b
a
x
x
x
x
a
b
a
g
x
x
x
x
3
3
3
3
1
8,065
class A: def __init__(self, txt: str): self.z: C = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.u: B ...
e"
class A: def __init__(self, txt: str): self.z: C = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.u: B ...
b
h
b
h
e
d
h
e
e
h
d
e
h
b
h
b
7
13
3
7
4
8,066
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.z: C = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.y: A ...
i"
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.z: C = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.y: A ...
e
d
j
d
h
i
x
x
i
h
d
j
d
e
x
x
7
8
3
5
1
8,067
class A: def __init__(self, txt: str): self.s: B = 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.s: C = None self.txt = txt i = A("i") e = B("e") j = C("j") c = B("c") ...
j"
class A: def __init__(self, txt: str): self.s: B = 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.s: C = None self.txt = txt i = A("i") e = B("e") j = C("j") c = B("c") ...
j
a
j
a
j
a
j
x
j
a
j
a
j
a
j
x
7
7
3
6
5
8,068
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.r: A = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.txt =...
g"
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.r: A = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.txt =...
c
g
c
g
x
x
x
x
g
c
g
c
x
x
x
x
3
4
3
3
2
8,069
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.t: C = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.txt =...
c"
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.t: C = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.txt =...
c
e
c
j
c
x
x
x
c
j
c
e
c
x
x
x
4
5
3
4
2
8,070
class A: def __init__(self, txt: str): self.p: C = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.txt =...
c"
class A: def __init__(self, txt: str): self.p: C = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.txt =...
i
c
i
g
i
c
x
x
c
i
g
i
c
i
x
x
5
9
3
5
3
8,071
class A: def __init__(self, txt: str): self.s: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.u: C = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: B ...
c"
class A: def __init__(self, txt: str): self.s: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.u: C = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: B ...
j
b
j
c
x
x
x
x
c
j
b
j
x
x
x
x
3
6
3
3
1
8,072
class A: def __init__(self, txt: str): self.u: A = None self.q: A = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.p: A = None self.u: B = None self.txt = txt class C: def __init__(self, txt:...
d"
class A: def __init__(self, txt: str): self.u: A = None self.q: A = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.p: A = None self.u: B = None self.txt = txt class C: def __init__(self, txt:...
b
d
b
d
x
x
x
x
d
b
d
b
x
x
x
x
5
8
3
3
2
8,073
class A: def __init__(self, txt: str): self.q: B = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.z: B = None self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B ...
f"
class A: def __init__(self, txt: str): self.q: B = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.z: B = None self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B ...
c
f
e
f
x
x
x
x
f
e
f
c
x
x
x
x
6
10
3
3
1
8,074
class A: def __init__(self, txt: str): self.z: A = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.txt =...
e"
class A: def __init__(self, txt: str): self.z: A = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.txt =...
b
h
e
h
e
x
x
x
e
h
e
h
b
x
x
x
6
9
3
4
2
8,075
class A: def __init__(self, txt: str): self.z: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.o: B = None self.txt =...
f"
class A: def __init__(self, txt: str): self.z: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.o: B = None self.txt =...
j
f
j
f
x
x
x
x
f
j
f
j
x
x
x
x
3
4
3
3
2
8,076
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.x: A = None self.p: B = None self.txt =...
a"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.x: A = None self.p: B = None self.txt =...
d
a
j
d
a
x
x
x
a
d
j
a
d
x
x
x
5
11
3
4
2
8,077
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.s: A = None self.x: A = None self.txt =...
c"
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.s: A = None self.x: A = None self.txt =...
j
c
b
c
x
x
x
x
c
b
c
j
x
x
x
x
5
7
3
3
1
8,078
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.p: B = None self.w: C = None self.txt =...
g"
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.p: B = None self.w: C = None self.txt =...
g
f
a
g
x
x
x
x
g
a
f
g
x
x
x
x
5
9
3
3
1
8,079
class A: def __init__(self, txt: str): self.o: A = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.z: B ...
d"
class A: def __init__(self, txt: str): self.o: A = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.z: B ...
h
a
h
d
x
x
x
x
d
h
a
h
x
x
x
x
4
8
3
3
1
8,080
class A: def __init__(self, txt: str): self.w: A = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt = txt i = A("i") c = B("c...
a"
class A: def __init__(self, txt: str): self.w: A = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt = txt i = A("i") c = B("c...
c
d
i
a
x
x
x
x
a
i
d
c
x
x
x
x
5
7
3
3
0
8,081
class A: def __init__(self, txt: str): self.u: A = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.r: A = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: C ...
j"
class A: def __init__(self, txt: str): self.u: A = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.r: A = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: C ...
c
i
c
j
x
x
x
x
j
c
i
c
x
x
x
x
6
15
3
3
1
8,082
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.txt = txt d = A("d") c = B("c") e = C("e") i = B("i") ...
d"
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.txt = txt d = A("d") c = B("c") e = C("e") i = B("i") ...
i
d
e
d
e
d
x
x
d
e
d
e
d
i
x
x
7
7
3
5
3
8,083
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.v: B = None self.txt =...
g"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.v: B = None self.txt =...
e
g
a
g
x
x
x
x
g
a
g
e
x
x
x
x
3
4
3
3
1
8,084
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.o: C = None self.r: A = None self.txt =...
c"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.o: C = None self.r: A = None self.txt =...
f
c
h
f
c
x
x
x
c
f
h
c
f
x
x
x
4
6
3
4
2
8,085
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt = txt g = A("g") f = B("f...
g"
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt = txt g = A("g") f = B("f...
g
d
g
d
g
x
x
x
g
d
g
d
g
x
x
x
4
6
3
4
3
8,086
class A: def __init__(self, txt: str): self.v: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: C = None self.r: A ...
h"
class A: def __init__(self, txt: str): self.v: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: C = None self.r: A ...
h
b
h
b
h
x
x
x
h
b
h
b
h
x
x
x
7
13
3
4
3
8,087
class A: def __init__(self, txt: str): self.p: C = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.q: C = None self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: A ...
c"
class A: def __init__(self, txt: str): self.p: C = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.q: C = None self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: A ...
d
h
c
h
c
x
x
x
c
h
c
h
d
x
x
x
5
7
3
4
2
8,088
class A: def __init__(self, txt: str): self.x: B = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.z: A = None self.o: A ...
e"
class A: def __init__(self, txt: str): self.x: B = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.z: A = None self.o: A ...
a
d
e
i
c
d
e
x
e
d
c
i
e
d
a
x
6
10
3
6
2
8,089
class A: def __init__(self, txt: str): self.w: C = None self.r: C = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: C ...
b"
class A: def __init__(self, txt: str): self.w: C = None self.r: C = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: C ...
h
j
b
f
d
b
x
x
b
d
f
b
j
h
x
x
6
16
3
5
1
8,090
class A: def __init__(self, txt: str): self.z: C = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.s: A = None self.p: B ...
i"
class A: def __init__(self, txt: str): self.z: C = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.s: A = None self.p: B ...
i
c
e
i
x
x
x
x
i
e
c
i
x
x
x
x
3
4
3
3
1
8,091
class A: def __init__(self, txt: str): self.t: B = None self.w: C = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.txt =...
j"
class A: def __init__(self, txt: str): self.t: B = None self.w: C = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.txt =...
g
j
g
j
x
x
x
x
j
g
j
g
x
x
x
x
3
4
3
3
2
8,092
class A: def __init__(self, txt: str): self.p: A = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.txt =...
a"
class A: def __init__(self, txt: str): self.p: A = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.txt =...
e
c
a
c
a
x
x
x
a
c
a
c
e
x
x
x
7
7
3
4
2
8,093
class A: def __init__(self, txt: str): self.u: B = None self.p: C = None self.y: 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.p: A = None self.s: B ...
e"
class A: def __init__(self, txt: str): self.u: B = None self.p: C = None self.y: 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.p: A = None self.s: B ...
a
e
c
e
x
x
x
x
e
c
e
a
x
x
x
x
3
5
3
3
1
8,094
class A: def __init__(self, txt: str): self.t: 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.y: A = None self.txt = txt c = A("c") i = B("i") g = C("g") a = C("a") ...
i"
class A: def __init__(self, txt: str): self.t: 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.y: A = None self.txt = txt c = A("c") i = B("i") g = C("g") a = C("a") ...
h
i
h
i
x
x
x
x
i
h
i
h
x
x
x
x
7
7
3
3
2
8,095
class A: def __init__(self, txt: str): self.r: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.s: B ...
c"
class A: def __init__(self, txt: str): self.r: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.s: B ...
c
h
f
c
x
x
x
x
c
f
h
c
x
x
x
x
3
6
3
3
1
8,096
class A: def __init__(self, txt: str): self.z: B = None self.p: C = None self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: B ...
f"
class A: def __init__(self, txt: str): self.z: B = None self.p: C = None self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: B ...
a
f
e
f
x
x
x
x
f
e
f
a
x
x
x
x
3
4
3
3
1
8,097
class A: def __init__(self, txt: str): self.p: B = None self.t: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.y: B ...
e"
class A: def __init__(self, txt: str): self.p: B = None self.t: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.y: B ...
e
b
a
e
x
x
x
x
e
a
b
e
x
x
x
x
3
4
3
3
1
8,098
class A: def __init__(self, txt: str): self.o: B = None self.r: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.o: A = None self.t: B = None self.txt = txt class C: def __init__(self, txt:...
h"
class A: def __init__(self, txt: str): self.o: B = None self.r: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.o: A = None self.t: B = None self.txt = txt class C: def __init__(self, txt:...
b
j
b
h
x
x
x
x
h
b
j
b
x
x
x
x
4
10
3
3
1
8,099
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: C = None self.txt = txt a = A("a") d = B("d...
i"
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: C = None self.txt = txt a = A("a") d = B("d...
b
d
h
b
i
x
x
x
i
b
h
d
b
x
x
x
7
10
3
4
1