id
int64
0
6k
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
num_nodes
int64
3
7
num_edges
int64
3
29
num_classes
int64
2
7
path_length
int64
3
7
num_cycle
int64
0
6
1,600
class A: def __init__(self, txt: str): self.y: B = None self.p: B = None self.q: C = 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.s: A = None self.txt =...
b"
class A: def __init__(self, txt: str): self.y: B = None self.p: B = None self.q: C = 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.s: A = None self.txt =...
j
b
j
b
x
x
x
x
3
4
3
3
2
1,601
class A: def __init__(self, txt: str): self.t: A = None self.w: A = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt =...
c"
class A: def __init__(self, txt: str): self.t: A = None self.w: A = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt =...
a
e
c
e
c
x
x
x
7
7
3
4
2
1,602
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.v: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.w: B ...
g"
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.v: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.w: B ...
g
j
e
g
x
x
x
x
3
5
3
3
1
1,603
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.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.txt = txt h = A("h") f = B("f") d = C("d") h.p = d f....
h"
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.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.txt = txt h = A("h") f = B("f") d = C("d") h.p = d f....
d
h
d
h
x
x
x
x
3
3
3
3
2
1,604
class A: def __init__(self, txt: str): self.z: C = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.r: B ...
c"
class A: def __init__(self, txt: str): self.z: C = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.r: B ...
j
g
c
d
c
x
x
x
4
7
3
4
1
1,605
class A: def __init__(self, txt: str): self.o: B = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.u: A = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.z: C ...
i"
class A: def __init__(self, txt: str): self.o: B = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.u: A = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.z: C ...
f
b
d
i
x
x
x
x
6
11
3
3
0
1,606
class A: def __init__(self, txt: str): self.z: 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.z: A = None self.q: C = None self.txt = txt g = A("g") i = B("i...
h"
class A: def __init__(self, txt: str): self.z: 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.z: A = None self.q: C = None self.txt = txt g = A("g") i = B("i...
c
h
g
h
x
x
x
x
4
6
3
3
1
1,607
class A: def __init__(self, txt: str): self.w: C = None self.v: C = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.y: C ...
e"
class A: def __init__(self, txt: str): self.w: C = None self.v: C = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.y: C ...
j
e
j
e
x
x
x
x
6
10
3
3
2
1,608
class A: def __init__(self, txt: str): self.r: 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.x: B = None self.p: A = None self.txt = txt b = A("b") e = B("e...
g"
class A: def __init__(self, txt: str): self.r: 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.x: B = None self.p: A = None self.txt = txt b = A("b") e = B("e...
e
g
e
g
x
x
x
x
3
4
3
3
2
1,609
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.t: B = None self.txt =...
b"
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.t: B = None self.txt =...
b
g
a
b
x
x
x
x
3
4
3
3
1
1,610
class A: def __init__(self, txt: str): self.x: B = None self.v: C = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.r: B = None self.t: C = None self.txt = txt class C: def __init__(self, txt:...
d"
class A: def __init__(self, txt: str): self.x: B = None self.v: C = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.r: B = None self.t: C = None self.txt = txt class C: def __init__(self, txt:...
a
c
a
g
a
g
d
x
7
18
3
6
3
1,611
class A: def __init__(self, txt: str): self.t: C = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: C = None self.u: B ...
i"
class A: def __init__(self, txt: str): self.t: C = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: C = None self.u: B ...
e
h
e
i
x
x
x
x
7
13
3
3
1
1,612
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.w: A = None self.txt = txt b = A("b") f = B("f...
j"
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.w: A = None self.txt = txt b = A("b") f = B("f...
g
j
g
j
x
x
x
x
6
8
3
3
2
1,613
class A: def __init__(self, txt: str): self.r: B = None self.v: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.q: A = None self.y: B = None self.txt = txt class C: def __init__(self, txt:...
a"
class A: def __init__(self, txt: str): self.r: B = None self.v: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.q: A = None self.y: B = None self.txt = txt class C: def __init__(self, txt:...
j
a
c
a
c
a
x
x
5
11
3
5
3
1,614
class A: def __init__(self, txt: str): self.v: C = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.z: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: A ...
h"
class A: def __init__(self, txt: str): self.v: C = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.z: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: A ...
c
h
i
h
b
h
i
h
7
15
3
7
4
1,615
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.o: B = None self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.u: B ...
j"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.o: B = None self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.u: B ...
g
d
g
d
j
x
x
x
5
8
3
4
2
1,616
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.r: B = None self.txt = txt a = A("a") i = B("i...
a"
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.r: B = None self.txt = txt a = A("a") i = B("i...
i
a
i
a
x
x
x
x
3
4
3
3
2
1,617
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.u: A = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = 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.u: A = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.txt =...
j
i
j
i
x
x
x
x
4
6
3
3
2
1,618
class A: def __init__(self, txt: str): self.w: C = None self.r: C = None self.s: A = 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.w: A = None self.q: A ...
h"
class A: def __init__(self, txt: str): self.w: C = None self.r: C = None self.s: A = 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.w: A = None self.q: A ...
f
h
i
f
h
x
x
x
4
7
3
4
2
1,619
class A: def __init__(self, txt: str): self.r: A = None self.w: C = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.x: C = None self.w: C = None self.txt = txt class C: def __init__(self, txt:...
c"
class A: def __init__(self, txt: str): self.r: A = None self.w: C = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.x: C = None self.w: C = None self.txt = txt class C: def __init__(self, txt:...
d
a
c
a
c
x
x
x
5
11
3
4
2
1,620
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.r: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.txt =...
a"
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.r: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.txt =...
c
b
d
a
x
x
x
x
7
10
3
3
0
1,621
class A: def __init__(self, txt: str): self.v: B = None self.z: C = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.t: B ...
j"
class A: def __init__(self, txt: str): self.v: B = None self.z: C = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.t: B ...
g
b
j
e
j
e
j
x
7
17
3
6
3
1,622
class A: def __init__(self, txt: str): self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.w: A = None self.txt =...
h"
class A: def __init__(self, txt: str): self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.w: A = None self.txt =...
e
h
e
h
e
h
x
x
5
6
3
5
4
1,623
class A: def __init__(self, txt: str): self.w: C = None self.s: A = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.u: A = None self.y: C = None self.txt = txt class C: def __init__(self, txt:...
a"
class A: def __init__(self, txt: str): self.w: C = None self.s: A = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.u: A = None self.y: C = None self.txt = txt class C: def __init__(self, txt:...
e
j
e
d
a
x
x
x
7
21
3
4
1
1,624
class A: def __init__(self, txt: str): self.u: C = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.p: A = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B ...
e"
class A: def __init__(self, txt: str): self.u: C = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.p: A = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B ...
i
e
i
e
x
x
x
x
3
4
3
3
2
1,625
class A: def __init__(self, txt: str): self.y: C = None self.o: B = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: A ...
j"
class A: def __init__(self, txt: str): self.y: C = None self.o: B = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: A ...
g
i
g
i
g
j
x
x
6
13
3
5
3
1,626
class A: def __init__(self, txt: str): self.q: A = None self.u: A = None self.s: 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.u: A = None self.txt =...
d"
class A: def __init__(self, txt: str): self.q: A = None self.u: A = None self.s: 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.u: A = None self.txt =...
e
d
c
e
d
x
x
x
4
6
3
4
2
1,627
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.o: A = None self.txt =...
g"
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.o: A = None self.txt =...
c
h
g
h
g
x
x
x
4
5
3
4
2
1,628
class A: def __init__(self, txt: str): self.w: B = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.txt =...
d"
class A: def __init__(self, txt: str): self.w: B = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.txt =...
d
f
d
f
d
x
x
x
4
5
3
4
3
1,629
class A: def __init__(self, txt: str): self.r: A = None self.v: A = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: C ...
d"
class A: def __init__(self, txt: str): self.r: A = None self.v: A = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: C ...
g
d
g
c
g
d
x
x
7
14
3
5
3
1,630
class A: def __init__(self, txt: str): self.w: C = None self.r: B = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A ...
f"
class A: def __init__(self, txt: str): self.w: C = None self.r: B = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A ...
g
f
e
g
f
x
x
x
4
6
3
4
2
1,631
class A: def __init__(self, txt: str): self.q: B = 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.y: B = None self.t: C = None self.x: A = None self.txt =...
g"
class A: def __init__(self, txt: str): self.q: B = 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.y: B = None self.t: C = None self.x: A = None self.txt =...
d
g
e
g
e
g
x
x
5
9
3
5
3
1,632
class A: def __init__(self, txt: str): self.s: B = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt = txt a = A("a") e = B("e...
h"
class A: def __init__(self, txt: str): self.s: B = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt = txt a = A("a") e = B("e...
a
i
h
j
h
j
h
x
6
8
3
6
3
1,633
class A: def __init__(self, txt: str): self.s: 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.s: A = None self.z: B = None self.u: B = None self.txt =...
h"
class A: def __init__(self, txt: str): self.s: 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.s: A = None self.z: B = None self.u: B = None self.txt =...
c
a
c
h
x
x
x
x
5
7
3
3
1
1,634
class A: def __init__(self, txt: str): self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.p: B = None self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: C = None self.txt =...
j"
class A: def __init__(self, txt: str): self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.p: B = None self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: C = None self.txt =...
e
j
e
j
e
j
x
x
5
5
3
5
4
1,635
class A: def __init__(self, txt: str): self.u: C = None self.v: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.o: B ...
h"
class A: def __init__(self, txt: str): self.u: C = None self.v: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.o: B ...
j
f
h
f
h
f
h
x
6
10
3
6
4
1,636
class A: def __init__(self, txt: str): self.s: B = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.v: C ...
h"
class A: def __init__(self, txt: str): self.s: B = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.v: C ...
f
j
c
j
c
a
j
h
7
12
3
7
3
1,637
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.txt = txt a = A("a") g = B("g...
a"
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.txt = txt a = A("a") g = B("g...
i
g
a
g
a
x
x
x
6
7
3
4
2
1,638
class A: def __init__(self, txt: str): self.u: 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.p: A = None self.z: B = None self.txt = txt e = A("e") d = B("d...
h"
class A: def __init__(self, txt: str): self.u: 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.p: A = None self.z: B = None self.txt = txt e = A("e") d = B("d...
d
h
d
h
x
x
x
x
3
4
3
3
2
1,639
class A: def __init__(self, txt: str): self.x: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.t: A ...
f"
class A: def __init__(self, txt: str): self.x: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.t: A ...
h
j
h
f
x
x
x
x
3
5
3
3
1
1,640
class A: def __init__(self, txt: str): self.s: C = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.u: C = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B ...
f"
class A: def __init__(self, txt: str): self.s: C = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.u: C = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B ...
i
f
i
f
x
x
x
x
4
7
3
3
2
1,641
class A: def __init__(self, txt: str): self.x: 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.s: A = None self.r: A = None self.txt =...
g"
class A: def __init__(self, txt: str): self.x: 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.s: A = None self.r: A = None self.txt =...
c
g
i
g
i
g
i
g
7
10
3
7
5
1,642
class A: def __init__(self, txt: str): self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.t: A = None self.r: A ...
a"
class A: def __init__(self, txt: str): self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.t: A = None self.r: A ...
a
d
a
d
a
x
x
x
4
6
3
4
3
1,643
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.txt = txt f = A("f") b = B("b") c = C("c") a = B("a") ...
a"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.txt = txt f = A("f") b = B("b") c = C("c") a = B("a") ...
c
b
f
a
x
x
x
x
4
4
3
3
0
1,644
class A: def __init__(self, txt: str): self.r: C = None self.u: A = None self.z: 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.p: A = None self.txt =...
f"
class A: def __init__(self, txt: str): self.r: C = None self.u: A = None self.z: 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.p: A = None self.txt =...
g
f
c
g
f
x
x
x
4
8
3
4
2
1,645
class A: def __init__(self, txt: str): self.t: C = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.x: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: B ...
b"
class A: def __init__(self, txt: str): self.t: C = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.x: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: B ...
j
b
j
b
x
x
x
x
7
14
3
3
2
1,646
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: C = None self.z: C = None self.r: A ...
b"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: C = None self.z: C = None self.r: A ...
i
b
h
j
b
h
j
b
7
11
3
7
4
1,647
class A: def __init__(self, txt: str): self.o: C = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.x: C = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B ...
d"
class A: def __init__(self, txt: str): self.o: C = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.x: C = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B ...
g
b
d
b
d
x
x
x
4
7
3
4
2
1,648
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.x: A = None self.txt = txt c = A("c") h = B("h...
h"
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.x: A = None self.txt = txt c = A("c") h = B("h...
h
a
h
a
h
x
x
x
5
6
3
4
3
1,649
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.s: B = None self.txt = txt i = A("i") d = B("d...
i"
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.s: B = None self.txt = txt i = A("i") d = B("d...
i
a
g
i
x
x
x
x
6
7
3
3
1
1,650
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.z: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: C = None self.txt =...
d"
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.z: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: C = None self.txt =...
f
d
b
d
b
d
b
d
7
10
3
7
5
1,651
class A: def __init__(self, txt: str): self.w: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.t: A = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: A ...
i"
class A: def __init__(self, txt: str): self.w: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.t: A = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: A ...
d
i
j
i
x
x
x
x
3
3
3
3
1
1,652
class A: def __init__(self, txt: str): self.x: C = None self.y: 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.q: B = None self.x: B = None self.y: A ...
j"
class A: def __init__(self, txt: str): self.x: C = None self.y: 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.q: B = None self.x: B = None self.y: A ...
h
j
g
j
x
x
x
x
5
8
3
3
1
1,653
class A: def __init__(self, txt: str): self.y: A = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.o: A ...
e"
class A: def __init__(self, txt: str): self.y: A = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.o: A ...
j
e
i
e
i
e
i
e
7
13
3
7
5
1,654
class A: def __init__(self, txt: str): self.r: C = None self.t: A = None self.s: 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.y: B = None self.p: A ...
a"
class A: def __init__(self, txt: str): self.r: C = None self.t: A = None self.s: 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.y: B = None self.p: A ...
a
g
c
g
f
a
x
x
6
10
3
5
2
1,655
class A: def __init__(self, txt: str): self.s: C = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: C = None self.q: C = None self.txt =...
a"
class A: def __init__(self, txt: str): self.s: C = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: C = None self.q: C = None self.txt =...
g
f
a
i
a
x
x
x
5
6
3
4
1
1,656
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.q: B = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.w: C ...
j"
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.q: B = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.w: C ...
e
j
b
j
x
x
x
x
5
13
3
3
1
1,657
class A: def __init__(self, txt: str): self.o: C = 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.z: B = None self.q: B = None self.p: A = None self.txt =...
i"
class A: def __init__(self, txt: str): self.o: C = 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.z: B = None self.q: B = None self.p: A = None self.txt =...
b
e
h
i
x
x
x
x
6
9
3
3
0
1,658
class A: def __init__(self, txt: str): self.z: A = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.r: B = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: C ...
i"
class A: def __init__(self, txt: str): self.z: A = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.r: B = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: C ...
j
a
i
a
b
j
i
x
7
17
3
6
3
1,659
class A: def __init__(self, txt: str): self.y: B = None self.p: B = None self.o: 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.x: A = None self.txt =...
f"
class A: def __init__(self, txt: str): self.y: B = None self.p: B = None self.o: 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.x: A = None self.txt =...
f
g
c
f
x
x
x
x
3
3
3
3
1
1,660
class A: def __init__(self, txt: str): self.q: B = 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.s: B = None self.x: A = None self.txt = txt g = A("g") i = B("i...
j"
class A: def __init__(self, txt: str): self.q: B = 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.s: B = None self.x: A = None self.txt = txt g = A("g") i = B("i...
j
g
i
j
x
x
x
x
3
4
3
3
1
1,661
class A: def __init__(self, txt: str): self.v: 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.t: A = None self.v: A = None self.txt = txt j = A("j") a = B("a...
b"
class A: def __init__(self, txt: str): self.v: 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.t: A = None self.v: A = None self.txt = txt j = A("j") a = B("a...
a
b
j
b
x
x
x
x
3
3
3
3
1
1,662
class A: def __init__(self, txt: str): self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.y: A = None self.v: C ...
e"
class A: def __init__(self, txt: str): self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.y: A = None self.v: C ...
i
j
c
e
x
x
x
x
6
12
3
3
0
1,663
class A: def __init__(self, txt: str): self.o: A = 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.y: C = None self.txt = txt c = A("c") d = B("d...
a"
class A: def __init__(self, txt: str): self.o: A = 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.y: C = None self.txt = txt c = A("c") d = B("d...
e
a
e
a
e
a
e
a
7
7
3
7
6
1,664
class A: def __init__(self, txt: str): self.s: B = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.r: A = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B ...
j"
class A: def __init__(self, txt: str): self.s: B = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.r: A = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B ...
d
i
j
i
j
x
x
x
4
4
3
4
2
1,665
class A: def __init__(self, txt: str): self.o: C = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt =...
h"
class A: def __init__(self, txt: str): self.o: C = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt =...
h
e
b
e
h
x
x
x
4
7
3
4
2
1,666
class A: def __init__(self, txt: str): self.z: B = None self.x: C = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.y: A = None self.x: A = None self.txt = txt class C: def __init__(self, txt:...
c"
class A: def __init__(self, txt: str): self.z: B = None self.x: C = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.y: A = None self.x: A = None self.txt = txt class C: def __init__(self, txt:...
a
g
a
c
x
x
x
x
6
13
3
3
1
1,667
class A: def __init__(self, txt: str): self.t: C = 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.r: B = None self.v: C = None self.txt =...
c"
class A: def __init__(self, txt: str): self.t: C = 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.r: B = None self.v: C = None self.txt =...
i
b
g
c
x
x
x
x
5
7
3
3
0
1,668
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.y: A = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.r: 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.y: A = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.r: B ...
b
d
b
d
b
d
x
x
6
10
3
5
4
1,669
class A: def __init__(self, txt: str): self.p: C = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.r: A = None self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: B ...
d"
class A: def __init__(self, txt: str): self.p: C = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.r: A = None self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: B ...
h
e
d
h
d
x
x
x
5
11
3
4
2
1,670
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.z: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.txt =...
e"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.z: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.txt =...
h
a
j
g
e
g
e
x
6
10
3
6
2
1,671
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.u: B = None self.s: B ...
f"
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.u: B = None self.s: B ...
e
f
h
f
x
x
x
x
4
7
3
3
1
1,672
class A: def __init__(self, txt: str): self.u: A = None self.t: B = None self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.u: A = None self.r: A = None self.txt = txt class C: def __init__(self, txt:...
j"
class A: def __init__(self, txt: str): self.u: A = None self.t: B = None self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.u: A = None self.r: A = None self.txt = txt class C: def __init__(self, txt:...
e
j
a
g
j
x
x
x
5
12
3
4
1
1,673
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.z: A = None self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.txt =...
j"
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.z: A = None self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.txt =...
c
j
e
j
x
x
x
x
6
10
3
3
1
1,674
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.s: C = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.v: B ...
h"
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.s: C = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.v: B ...
i
b
e
h
x
x
x
x
5
9
3
3
0
1,675
class A: def __init__(self, txt: str): self.v: B = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.s: B = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: A ...
e"
class A: def __init__(self, txt: str): self.v: B = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.s: B = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: A ...
i
b
e
b
e
x
x
x
4
8
3
4
2
1,676
class A: def __init__(self, txt: str): self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt = txt f = A("f") d = B("d...
c"
class A: def __init__(self, txt: str): self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt = txt f = A("f") d = B("d...
d
c
e
c
x
x
x
x
5
8
3
3
1
1,677
class A: def __init__(self, txt: str): self.z: 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.p: B = None self.txt = txt b = A("b") e = B("e") i = C("i") b.z = e e....
i"
class A: def __init__(self, txt: str): self.z: 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.p: B = None self.txt = txt b = A("b") e = B("e") i = C("i") b.z = e e....
e
i
e
i
x
x
x
x
3
3
3
3
2
1,678
class A: def __init__(self, txt: str): self.v: C = None self.s: C = None self.u: A = 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.u: C = None self.o: C ...
e"
class A: def __init__(self, txt: str): self.v: C = None self.s: C = None self.u: A = 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.u: C = None self.o: C ...
b
e
b
e
b
e
x
x
6
14
3
5
4
1,679
class A: def __init__(self, txt: str): self.q: 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.x: B = None self.txt = txt e = A("e") b = B("b") d = C("d") i = B("i") ...
d"
class A: def __init__(self, txt: str): self.q: 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.x: B = None self.txt = txt e = A("e") b = B("b") d = C("d") i = B("i") ...
e
d
i
f
d
x
x
x
6
6
3
4
1
1,680
class A: def __init__(self, txt: str): self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.y: B = None self.txt =...
e"
class A: def __init__(self, txt: str): self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.y: B = None self.txt =...
e
a
d
e
x
x
x
x
3
3
3
3
1
1,681
class A: def __init__(self, txt: str): self.x: 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.q: B = None self.txt = txt j = A("j") f = B("f") i = C("i") a = C("a") ...
f"
class A: def __init__(self, txt: str): self.x: 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.q: B = None self.txt = txt j = A("j") f = B("f") i = C("i") a = C("a") ...
a
f
j
f
x
x
x
x
4
4
3
3
1
1,682
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.txt = txt h = A("h") g = B("g...
e"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.txt = txt h = A("h") g = B("g...
g
e
g
e
x
x
x
x
4
4
3
3
2
1,683
class A: def __init__(self, txt: str): self.u: B = None self.v: B = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: C = None self.txt =...
j"
class A: def __init__(self, txt: str): self.u: B = None self.v: B = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: C = None self.txt =...
h
j
h
j
h
j
x
x
5
6
3
5
4
1,684
class A: def __init__(self, txt: str): self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.y: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.t: C = None self.q: B ...
j"
class A: def __init__(self, txt: str): self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.y: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.t: C = None self.q: B ...
a
i
a
i
j
g
j
x
7
14
3
6
3
1,685
class A: def __init__(self, txt: str): self.w: B = None self.p: B = None self.z: 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.x: B = None self.txt =...
h"
class A: def __init__(self, txt: str): self.w: B = None self.p: B = None self.z: 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.x: B = None self.txt =...
d
f
h
f
h
x
x
x
4
4
3
4
2
1,686
class A: def __init__(self, txt: str): self.q: B = None self.v: B = None self.x: C = 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.s: A = None self.o: A ...
i"
class A: def __init__(self, txt: str): self.q: B = None self.v: B = None self.x: C = 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.s: A = None self.o: A ...
f
h
i
f
i
x
x
x
6
12
3
4
2
1,687
class A: def __init__(self, txt: str): self.v: A = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.y: A = None self.txt =...
a"
class A: def __init__(self, txt: str): self.v: A = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.y: A = None self.txt =...
b
h
b
h
a
x
x
x
4
6
3
4
2
1,688
class A: def __init__(self, txt: str): self.x: B = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.z: B ...
b"
class A: def __init__(self, txt: str): self.x: B = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.z: B ...
f
b
f
b
x
x
x
x
3
4
3
3
2
1,689
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: C = None self.t: B = None self.p: B ...
d"
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: C = None self.t: B = None self.p: B ...
g
b
i
b
d
x
x
x
7
14
3
4
1
1,690
class A: def __init__(self, txt: str): self.v: A = 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.o: B = None self.v: C = None self.x: A = None self.txt =...
i"
class A: def __init__(self, txt: str): self.v: A = 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.o: B = None self.v: C = None self.x: A = None self.txt =...
f
h
f
h
c
i
x
x
6
10
3
5
2
1,691
class A: def __init__(self, txt: str): self.o: 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.z: B = None self.txt = txt i = A("i") g = B("g") b = C("b") i.o = b g....
g"
class A: def __init__(self, txt: str): self.o: 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.z: B = None self.txt = txt i = A("i") g = B("g") b = C("b") i.o = b g....
b
g
b
g
x
x
x
x
3
3
3
3
2
1,692
class A: def __init__(self, txt: str): self.o: 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.q: C = None self.txt = txt h = A("h") g = B("g") a = C("a") j = B("j") ...
a"
class A: def __init__(self, txt: str): self.o: 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.q: C = None self.txt = txt h = A("h") g = B("g") a = C("a") j = B("j") ...
h
a
c
a
x
x
x
x
7
7
3
3
1
1,693
class A: def __init__(self, txt: str): self.w: A = 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.w: C = None self.p: B = None self.x: A = None self.txt =...
e"
class A: def __init__(self, txt: str): self.w: A = 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.w: C = None self.p: B = None self.x: A = None self.txt =...
g
f
h
e
h
e
h
e
7
13
3
7
4
1,694
class A: def __init__(self, txt: str): self.s: B = None self.v: C = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B ...
d"
class A: def __init__(self, txt: str): self.s: B = None self.v: C = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B ...
j
d
i
g
d
x
x
x
6
10
3
4
1
1,695
class A: def __init__(self, txt: str): self.q: A = None self.t: B = None self.w: A = 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.p: A = None self.txt =...
f"
class A: def __init__(self, txt: str): self.q: A = None self.t: B = None self.w: A = 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.p: A = None self.txt =...
f
g
f
g
f
x
x
x
6
8
3
4
3
1,696
class A: def __init__(self, txt: str): self.v: C = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.p: C ...
f"
class A: def __init__(self, txt: str): self.v: C = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.p: C ...
b
i
a
i
f
x
x
x
4
8
3
4
1
1,697
class A: def __init__(self, txt: str): self.u: 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.x: B = None self.txt = txt h = A("h") f = B("f") j = C("j") b = A("b") ...
h"
class A: def __init__(self, txt: str): self.u: 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.x: B = None self.txt = txt h = A("h") f = B("f") j = C("j") b = A("b") ...
b
h
g
h
x
x
x
x
7
7
3
3
1
1,698
class A: def __init__(self, txt: str): self.w: 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.p: B = None self.t: A = None self.o: A ...
a"
class A: def __init__(self, txt: str): self.w: 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.p: B = None self.t: A = None self.o: A ...
a
c
f
a
x
x
x
x
3
5
3
3
1
1,699
class A: def __init__(self, txt: str): self.x: 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.p: A = None self.v: B = None self.o: C = None self.txt =...
g"
class A: def __init__(self, txt: str): self.x: 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.p: A = None self.v: B = None self.o: C = None self.txt =...
i
c
d
c
g
x
x
x
4
8
3
4
1