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,300
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.t: B = None self.q: B ...
j"
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.t: B = None self.q: B ...
e
j
d
j
x
x
x
x
3
5
3
3
1
1,301
class A: def __init__(self, txt: str): self.o: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.p: A = None self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: A ...
d"
class A: def __init__(self, txt: str): self.o: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.p: A = None self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: A ...
c
d
e
c
d
x
x
x
4
5
3
4
2
1,302
class A: def __init__(self, txt: str): self.y: B = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.t: A ...
i"
class A: def __init__(self, txt: str): self.y: B = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.t: A ...
i
e
c
i
c
i
x
x
7
13
3
5
3
1,303
class A: def __init__(self, txt: str): self.o: C = None self.s: 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.t: A = None self.u: C = None self.txt =...
g"
class A: def __init__(self, txt: str): self.o: C = None self.s: 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.t: A = None self.u: C = None self.txt =...
f
g
f
g
x
x
x
x
4
7
3
3
2
1,304
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.u: A = None self.v: B ...
h"
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.u: A = None self.v: B ...
f
j
d
j
h
x
x
x
5
8
3
4
1
1,305
class A: def __init__(self, txt: str): self.x: C = None self.v: A = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: A ...
a"
class A: def __init__(self, txt: str): self.x: C = None self.v: A = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: A ...
e
i
a
c
a
x
x
x
7
14
3
4
1
1,306
class A: def __init__(self, txt: str): self.o: C = None self.w: 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.t: B = None self.q: A ...
i"
class A: def __init__(self, txt: str): self.o: C = None self.w: 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.t: B = None self.q: A ...
c
i
c
i
x
x
x
x
7
16
3
3
2
1,307
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.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt = txt f = A("f") j = B("j...
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.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt = txt f = A("f") j = B("j...
e
b
j
e
x
x
x
x
4
6
3
3
1
1,308
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.p: C = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt =...
b"
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.p: C = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt =...
f
b
a
f
b
x
x
x
5
9
3
4
2
1,309
class A: def __init__(self, txt: str): self.p: B = None self.w: C = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.s: C = None self.r: A = None self.txt = txt class C: def __init__(self, txt:...
e"
class A: def __init__(self, txt: str): self.p: B = None self.w: C = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.s: C = None self.r: A = None self.txt = txt class C: def __init__(self, txt:...
b
a
b
e
x
x
x
x
3
5
3
3
1
1,310
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.u: C = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.o: B ...
e"
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.u: C = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.o: B ...
g
i
e
g
i
e
x
x
5
6
3
5
3
1,311
class A: def __init__(self, txt: str): self.s: C = None self.q: B = None self.v: 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.z: B = None self.o: B ...
d"
class A: def __init__(self, txt: str): self.s: C = None self.q: B = None self.v: 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.z: B = None self.o: B ...
d
f
g
d
x
x
x
x
3
4
3
3
1
1,312
class A: def __init__(self, txt: str): self.x: C = None self.r: C = None self.o: 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.z: A = None self.txt =...
f"
class A: def __init__(self, txt: str): self.x: C = None self.r: C = None self.o: 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.z: A = None self.txt =...
a
f
a
f
x
x
x
x
3
4
3
3
2
1,313
class A: def __init__(self, txt: str): self.x: A = None self.s: B = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: B ...
i"
class A: def __init__(self, txt: str): self.x: A = None self.s: B = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: B ...
c
d
g
i
x
x
x
x
6
12
3
3
0
1,314
class A: def __init__(self, txt: str): self.w: B = 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.s: B = None self.txt =...
g"
class A: def __init__(self, txt: str): self.w: B = 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.s: B = None self.txt =...
b
j
b
g
x
x
x
x
3
4
3
3
1
1,315
class A: def __init__(self, txt: str): self.v: B = None self.o: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B ...
c"
class A: def __init__(self, txt: str): self.v: B = None self.o: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B ...
i
g
i
c
x
x
x
x
4
9
3
3
1
1,316
class A: def __init__(self, txt: str): self.v: 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.v: C = None self.t: B = None self.s: C = 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.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: C = None self.t: B = None self.s: C = None self.txt =...
g
f
g
f
g
x
x
x
4
6
3
4
3
1,317
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.s: C = None self.y: B ...
e"
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.s: C = None self.y: B ...
i
a
e
g
b
e
x
x
7
12
3
5
1
1,318
class A: def __init__(self, txt: str): self.u: A = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.o: C = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: C ...
j"
class A: def __init__(self, txt: str): self.u: A = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.o: C = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: C ...
j
c
j
c
j
x
x
x
5
7
3
4
3
1,319
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.txt = txt e = A("e") f = B("f...
e"
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.txt = txt e = A("e") f = B("f...
e
h
e
h
e
x
x
x
5
7
3
4
3
1,320
class A: def __init__(self, txt: str): self.x: C = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.txt =...
c"
class A: def __init__(self, txt: str): self.x: C = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.txt =...
g
c
g
c
g
c
g
c
7
11
3
7
6
1,321
class A: def __init__(self, txt: str): self.o: 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.w: A = None self.y: B = None self.u: B = None self.txt =...
a"
class A: def __init__(self, txt: str): self.o: 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.w: A = None self.y: B = None self.u: B = None self.txt =...
c
i
c
e
a
x
x
x
4
6
3
4
1
1,322
class A: def __init__(self, txt: str): self.s: C = None self.x: B = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: B ...
b"
class A: def __init__(self, txt: str): self.s: C = None self.x: B = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: B ...
a
d
a
d
b
x
x
x
5
9
3
4
2
1,323
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.z: A = None self.txt = txt h = A("h") e = B("e...
e"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.z: A = None self.txt = txt h = A("h") e = B("e...
e
g
i
e
x
x
x
x
4
5
3
3
1
1,324
class A: def __init__(self, txt: str): self.r: C = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.x: A = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A ...
e"
class A: def __init__(self, txt: str): self.r: C = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.x: A = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A ...
e
g
e
d
g
d
e
x
6
17
3
6
4
1,325
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.txt = txt a = A("a") i = B("i...
i"
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.txt = txt a = A("a") i = B("i...
i
e
a
i
x
x
x
x
3
3
3
3
1
1,326
class A: def __init__(self, txt: str): self.o: A = None self.w: C = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.s: A = None self.z: C = None self.txt = txt class C: def __init__(self, txt:...
d"
class A: def __init__(self, txt: str): self.o: A = None self.w: C = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.s: A = None self.z: C = None self.txt = txt class C: def __init__(self, txt:...
g
a
c
d
x
x
x
x
5
12
3
3
0
1,327
class A: def __init__(self, txt: str): self.v: B = None 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.s: B = None self.txt = txt d = A("d") g = B("g...
b"
class A: def __init__(self, txt: str): self.v: B = None 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.s: B = None self.txt = txt d = A("d") g = B("g...
j
b
j
b
x
x
x
x
4
5
3
3
2
1,328
class A: def __init__(self, txt: str): self.z: C = None self.p: C = None self.s: 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.s: A = None self.w: A ...
j"
class A: def __init__(self, txt: str): self.z: C = None self.p: C = None self.s: 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.s: A = None self.w: A ...
g
i
g
i
f
b
j
x
6
12
3
6
2
1,329
class A: def __init__(self, txt: str): self.w: B = None self.x: B = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B ...
f"
class A: def __init__(self, txt: str): self.w: B = None self.x: B = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B ...
i
e
g
f
x
x
x
x
4
5
3
3
0
1,330
class A: def __init__(self, txt: str): self.r: A = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.txt =...
j"
class A: def __init__(self, txt: str): self.r: A = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.txt =...
d
g
h
j
x
x
x
x
5
8
3
3
0
1,331
class A: def __init__(self, txt: str): self.t: B = None self.x: C = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.r: B = None self.x: B = None self.txt = txt class C: def __init__(self, txt:...
c"
class A: def __init__(self, txt: str): self.t: B = None self.x: C = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.r: B = None self.x: B = None self.txt = txt class C: def __init__(self, txt:...
i
c
j
c
j
c
x
x
5
9
3
5
3
1,332
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt = txt b = A("b") h = B("h") a = C("a") g = B("g") ...
h"
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt = txt b = A("b") h = B("h") a = C("a") g = B("g") ...
h
g
h
g
h
x
x
x
4
4
3
4
3
1,333
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.u: A = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt =...
j"
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.u: A = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt =...
j
d
j
d
j
x
x
x
4
5
3
4
3
1,334
class A: def __init__(self, txt: str): self.z: C = None self.w: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: A ...
h"
class A: def __init__(self, txt: str): self.z: C = None self.w: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: A ...
h
i
h
i
h
x
x
x
4
6
3
4
3
1,335
class A: def __init__(self, txt: str): self.q: B = None self.r: C = None self.w: 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.o: A = None self.txt =...
d"
class A: def __init__(self, txt: str): self.q: B = None self.r: C = None self.w: 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.o: A = None self.txt =...
d
i
a
d
x
x
x
x
4
5
3
3
1
1,336
class A: def __init__(self, txt: str): self.s: C = None self.p: B = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.w: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt:...
j"
class A: def __init__(self, txt: str): self.s: C = None self.p: B = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.w: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt:...
g
j
i
j
x
x
x
x
3
5
3
3
1
1,337
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.txt = txt j = A("j") i = B("i...
i"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.txt = txt j = A("j") i = B("i...
d
i
j
i
x
x
x
x
3
3
3
3
1
1,338
class A: def __init__(self, txt: str): self.o: B = None self.y: B = 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.y: C = None self.t: A = None self.txt =...
j"
class A: def __init__(self, txt: str): self.o: B = None self.y: B = 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.y: C = None self.t: A = None self.txt =...
b
j
b
j
b
j
x
x
6
9
3
5
4
1,339
class A: def __init__(self, txt: str): self.o: C = None 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.x: B = None self.p: A = None self.txt =...
a"
class A: def __init__(self, txt: str): self.o: C = None 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.x: B = None self.p: A = None self.txt =...
j
i
c
a
x
x
x
x
5
8
3
3
0
1,340
class A: def __init__(self, txt: str): self.q: A = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.x: A = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A ...
b"
class A: def __init__(self, txt: str): self.q: A = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.x: A = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A ...
d
i
c
b
c
b
x
x
7
7
3
5
2
1,341
class A: def __init__(self, txt: str): self.r: 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.y: A = None self.txt = txt b = A("b") g = B("g") h = C("h") i = C("i") ...
i"
class A: def __init__(self, txt: str): self.r: 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.y: A = None self.txt = txt b = A("b") g = B("g") h = C("h") i = C("i") ...
i
b
g
i
x
x
x
x
4
4
3
3
1
1,342
class A: def __init__(self, txt: str): self.p: B = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: C = None self.p: C ...
f"
class A: def __init__(self, txt: str): self.p: B = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: C = None self.p: C ...
f
i
f
i
f
x
x
x
4
5
3
4
3
1,343
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.o: A = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.o: B ...
f"
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.o: A = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.o: B ...
f
e
f
h
f
x
x
x
5
6
3
4
2
1,344
class A: def __init__(self, txt: str): self.w: B = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.y: A = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: A ...
h"
class A: def __init__(self, txt: str): self.w: B = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.y: A = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: A ...
g
h
g
h
x
x
x
x
4
7
3
3
2
1,345
class A: def __init__(self, txt: str): self.o: B = None self.r: A = None self.y: C = 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.w: A = None self.q: C ...
h"
class A: def __init__(self, txt: str): self.o: B = None self.r: A = None self.y: C = 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.w: A = None self.q: C ...
f
h
g
f
h
x
x
x
6
14
3
4
2
1,346
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.t: A = None self.txt =...
f"
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.t: A = None self.txt =...
c
f
i
f
x
x
x
x
3
4
3
3
1
1,347
class A: def __init__(self, txt: str): self.r: C = None self.u: 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.y: B = None self.p: B = None self.s: A ...
j"
class A: def __init__(self, txt: str): self.r: C = None self.u: 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.y: B = None self.p: B = None self.s: A ...
i
j
i
j
i
j
i
j
7
14
3
7
6
1,348
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.o: A = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.y: A ...
j"
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.o: A = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.y: A ...
g
j
d
j
x
x
x
x
6
10
3
3
1
1,349
class A: def __init__(self, txt: str): self.y: C = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.v: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B ...
d"
class A: def __init__(self, txt: str): self.y: C = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.v: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B ...
b
a
d
b
d
x
x
x
5
11
3
4
2
1,350
class A: def __init__(self, txt: str): self.o: B = None self.s: C = None self.x: B = 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: A ...
a"
class A: def __init__(self, txt: str): self.o: B = None self.s: C = None self.x: B = 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: A ...
h
a
g
a
i
a
x
x
5
7
3
5
2
1,351
class A: def __init__(self, txt: str): self.p: C = None self.r: C = None self.w: 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 ...
c"
class A: def __init__(self, txt: str): self.p: C = None self.r: C = None self.w: 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 ...
c
f
j
c
x
x
x
x
4
5
3
3
1
1,352
class A: def __init__(self, txt: str): self.r: B = None self.y: C = None self.u: A = 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.w: C = None self.x: A ...
b"
class A: def __init__(self, txt: str): self.r: B = None self.y: C = None self.u: A = 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.w: C = None self.x: A ...
i
e
b
e
b
e
b
x
6
14
3
6
4
1,353
class A: def __init__(self, txt: str): self.y: C = None self.v: B = None self.u: C = 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.t: C = None self.p: A ...
i"
class A: def __init__(self, txt: str): self.y: C = None self.v: B = None self.u: C = 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.t: C = None self.p: A ...
i
c
i
j
i
x
x
x
7
14
3
4
2
1,354
class A: def __init__(self, txt: str): self.p: C = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.v: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: A ...
e"
class A: def __init__(self, txt: str): self.p: C = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.v: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: A ...
a
e
d
e
x
x
x
x
5
8
3
3
1
1,355
class A: def __init__(self, txt: str): self.u: C = None self.p: C = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: B ...
f"
class A: def __init__(self, txt: str): self.u: C = None self.p: C = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: B ...
d
f
d
f
x
x
x
x
7
15
3
3
2
1,356
class A: def __init__(self, txt: str): self.s: 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.z: B = None self.t: C = None self.v: A = None self.txt =...
f"
class A: def __init__(self, txt: str): self.s: 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.z: B = None self.t: C = None self.v: A = None self.txt =...
g
d
g
a
f
x
x
x
5
11
3
4
1
1,357
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.txt = txt a = A("a") c = B("c...
a"
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.txt = txt a = A("a") c = B("c...
c
d
c
a
x
x
x
x
4
6
3
3
1
1,358
class A: def __init__(self, txt: str): self.q: B = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.v: C = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B ...
h"
class A: def __init__(self, txt: str): self.q: B = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.v: C = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B ...
b
i
g
i
g
i
h
x
7
13
3
6
3
1,359
class A: def __init__(self, txt: str): self.s: B = None self.v: C = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.txt =...
g"
class A: def __init__(self, txt: str): self.s: B = None self.v: C = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.txt =...
e
j
b
a
g
a
g
x
6
10
3
6
2
1,360
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.y: A = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt =...
f"
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.y: A = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt =...
f
h
i
f
x
x
x
x
3
4
3
3
1
1,361
class A: def __init__(self, txt: str): self.w: C = None self.y: C = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: B ...
j"
class A: def __init__(self, txt: str): self.w: C = None self.y: C = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: B ...
f
c
j
a
j
b
c
j
7
12
3
7
3
1,362
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.z: A = None self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: C = None self.r: C ...
f"
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.z: A = None self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: C = None self.r: C ...
g
b
d
e
b
d
f
x
7
13
3
6
2
1,363
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.r: A = None self.txt =...
j"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.r: A = None self.txt =...
f
j
f
j
x
x
x
x
3
5
3
3
2
1,364
class A: def __init__(self, txt: str): self.z: C = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.s: B ...
c"
class A: def __init__(self, txt: str): self.z: C = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.s: B ...
d
c
e
c
x
x
x
x
4
6
3
3
1
1,365
class A: def __init__(self, txt: str): self.q: B = None self.y: B = 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.r: A = None self.x: B = None self.u: A ...
h"
class A: def __init__(self, txt: str): self.q: B = None self.y: B = 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.r: A = None self.x: B = None self.u: A ...
h
b
h
b
h
x
x
x
4
5
3
4
3
1,366
class A: def __init__(self, txt: str): self.u: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.y: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A ...
f"
class A: def __init__(self, txt: str): self.u: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.y: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A ...
e
f
j
e
f
x
x
x
7
13
3
4
2
1,367
class A: def __init__(self, txt: str): self.s: C = None self.o: C = None self.r: B = 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: B = None self.z: B ...
d"
class A: def __init__(self, txt: str): self.s: C = None self.o: C = None self.r: B = 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: B = None self.z: B ...
d
b
f
d
x
x
x
x
3
5
3
3
1
1,368
class A: def __init__(self, txt: str): self.u: C = None self.x: 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.w: B = None self.s: A = None self.txt =...
c"
class A: def __init__(self, txt: str): self.u: C = None self.x: 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.w: B = None self.s: A = None self.txt =...
c
i
j
c
x
x
x
x
3
5
3
3
1
1,369
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.x: A = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.o: A ...
j"
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.x: A = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.o: A ...
f
g
c
j
x
x
x
x
7
13
3
3
0
1,370
class A: def __init__(self, txt: str): self.t: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.o: A = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: B ...
h"
class A: def __init__(self, txt: str): self.t: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.o: A = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: B ...
h
c
g
h
x
x
x
x
5
10
3
3
1
1,371
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.z: B = None self.txt = txt g = A("g") f = B("f...
h"
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.z: B = None self.txt = txt g = A("g") f = B("f...
b
f
h
f
h
f
h
x
7
8
3
6
4
1,372
class A: def __init__(self, txt: str): self.x: B = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.q: C ...
j"
class A: def __init__(self, txt: str): self.x: B = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.q: C ...
j
g
j
d
g
j
x
x
6
12
3
5
3
1,373
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.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.p: A = None self.w: A ...
g"
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.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.p: A = None self.w: A ...
e
i
d
f
d
g
x
x
5
11
3
5
1
1,374
class A: def __init__(self, txt: str): self.t: B = None self.u: C = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.o: A = None self.v: B = None self.txt = txt class C: def __init__(self, txt:...
i"
class A: def __init__(self, txt: str): self.t: B = None self.u: C = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.o: A = None self.v: B = None self.txt = txt class C: def __init__(self, txt:...
a
g
d
i
x
x
x
x
6
13
3
3
0
1,375
class A: def __init__(self, txt: str): self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.u: B = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.txt =...
f"
class A: def __init__(self, txt: str): self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.u: B = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.txt =...
j
f
h
j
f
x
x
x
4
6
3
4
2
1,376
class A: def __init__(self, txt: str): self.r: C = 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.o: B = None self.w: A = None self.txt = txt b = A("b") c = B("c...
c"
class A: def __init__(self, txt: str): self.r: C = 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.o: B = None self.w: A = None self.txt = txt b = A("b") c = B("c...
c
b
j
c
x
x
x
x
3
4
3
3
1
1,377
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.txt = txt d = A("d") a = B("a...
a"
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.txt = txt d = A("d") a = B("a...
d
a
j
a
x
x
x
x
3
3
3
3
1
1,378
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.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt = txt j = A("j") b = B("b...
d"
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.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt = txt j = A("j") b = B("b...
d
j
d
j
d
x
x
x
4
6
3
4
3
1,379
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.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.s: A = None self.t: B ...
d"
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.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.s: A = None self.t: B ...
h
d
g
d
x
x
x
x
3
5
3
3
1
1,380
class A: def __init__(self, txt: str): self.o: B = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.txt =...
a"
class A: def __init__(self, txt: str): self.o: B = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.txt =...
d
j
a
j
a
x
x
x
5
8
3
4
2
1,381
class A: def __init__(self, txt: str): self.r: C = None self.t: B = None self.x: 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.u: C = None self.txt =...
f"
class A: def __init__(self, txt: str): self.r: C = None self.t: B = None self.x: 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.u: C = None self.txt =...
f
h
f
h
f
x
x
x
5
9
3
4
3
1,382
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.y: B = None self.txt =...
c"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.y: B = None self.txt =...
d
g
d
g
c
x
x
x
4
5
3
4
2
1,383
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.txt = txt h = A("h") c = B("c") j = C("j") b = B("b") ...
h"
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.txt = txt h = A("h") c = B("c") j = C("j") b = B("b") ...
j
h
f
h
f
h
x
x
6
6
3
5
3
1,384
class A: def __init__(self, txt: str): self.p: A = None self.o: C = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: C ...
a"
class A: def __init__(self, txt: str): self.p: A = None self.o: C = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: C ...
b
a
e
a
e
a
x
x
6
13
3
5
3
1,385
class A: def __init__(self, txt: str): self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.q: A = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.txt =...
g"
class A: def __init__(self, txt: str): self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.q: A = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.txt =...
g
c
g
c
g
x
x
x
4
5
3
4
3
1,386
class A: def __init__(self, txt: str): self.t: A = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.v: A = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: B ...
d"
class A: def __init__(self, txt: str): self.t: A = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.v: A = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: B ...
e
a
d
a
d
x
x
x
4
8
3
4
2
1,387
class A: def __init__(self, txt: str): self.p: 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.v: B = None self.txt = txt h = A("h") g = B("g") c = C("c") h.p = g g....
g"
class A: def __init__(self, txt: str): self.p: 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.v: B = None self.txt = txt h = A("h") g = B("g") c = C("c") h.p = g g....
h
g
c
g
x
x
x
x
3
3
3
3
1
1,388
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.txt = txt b = A("b") e = B("e...
d"
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.txt = txt b = A("b") e = B("e...
f
d
e
b
f
d
x
x
5
7
3
5
2
1,389
class A: def __init__(self, txt: str): self.u: B = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.s: B = None self.t: C ...
f"
class A: def __init__(self, txt: str): self.u: B = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.s: B = None self.t: C ...
h
f
c
f
c
f
x
x
6
10
3
5
3
1,390
class A: def __init__(self, txt: str): self.x: C = None self.u: B = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.s: C = None self.q: C = None self.txt = txt class C: def __init__(self, txt:...
j"
class A: def __init__(self, txt: str): self.x: C = None self.u: B = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.s: C = None self.q: C = None self.txt = txt class C: def __init__(self, txt:...
j
d
f
j
x
x
x
x
3
5
3
3
1
1,391
class A: def __init__(self, txt: str): self.v: A = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.w: A ...
h"
class A: def __init__(self, txt: str): self.v: A = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.w: A ...
e
h
b
h
b
h
x
x
5
8
3
5
3
1,392
class A: def __init__(self, txt: str): self.t: C = None self.x: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: A ...
g"
class A: def __init__(self, txt: str): self.t: C = None self.x: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: A ...
f
a
b
g
x
x
x
x
6
12
3
3
0
1,393
class A: def __init__(self, txt: str): self.o: C = None self.t: A = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: B ...
j"
class A: def __init__(self, txt: str): self.o: C = None self.t: A = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: B ...
i
b
h
j
x
x
x
x
5
11
3
3
0
1,394
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.txt = txt i = A("i") d = B("d...
i"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.txt = txt i = A("i") d = B("d...
d
i
d
i
x
x
x
x
3
3
3
3
2
1,395
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.p: C = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.txt =...
a"
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.p: C = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.txt =...
g
a
j
a
x
x
x
x
4
5
3
3
1
1,396
class A: def __init__(self, txt: str): self.o: B = 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.v: B = None self.txt = txt b = A("b") d = B("d...
j"
class A: def __init__(self, txt: str): self.o: B = 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.v: B = None self.txt = txt b = A("b") d = B("d...
d
j
d
j
x
x
x
x
4
6
3
3
2
1,397
class A: def __init__(self, txt: str): self.r: A = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.x: A = None self.txt =...
b"
class A: def __init__(self, txt: str): self.r: A = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.x: A = None self.txt =...
e
b
e
b
x
x
x
x
4
4
3
3
2
1,398
class A: def __init__(self, txt: str): self.q: A = None self.s: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: B ...
i"
class A: def __init__(self, txt: str): self.q: A = None self.s: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: B ...
h
a
j
i
b
i
j
i
7
18
3
7
3
1,399
class A: def __init__(self, txt: str): self.y: 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.y: A = None self.txt = txt b = A("b") h = B("h") f = C("f") e = A("e") ...
f"
class A: def __init__(self, txt: str): self.y: 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.y: A = None self.txt = txt b = A("b") h = B("h") f = C("f") e = A("e") ...
a
e
f
b
f
b
f
x
6
6
3
6
3