id
int64
0
25k
prompt
stringlengths
265
3.39k
answer
stringclasses
14 values
pythoncode
stringlengths
267
3.39k
num_nodes
int64
3
10
num_edges
int64
3
56
avg_node_edge
float64
1
5.6
graph_density
float64
0.11
1
num_classes
int64
2
10
avg_node_class
float64
1
5
max_num_field
int64
1
10
min_num_field
int64
1
5
avg_num_field
float64
1
7.8
path_length
int64
3
10
max_node_visits
int64
1
6
max_edge_visits
int64
1
5
unique_node_number
int64
2
10
path_node_coverage
float64
0.2
1
unique_edge_number
int64
2
10
path_edge_coverage
float64
0.04
1
num_cycle
int64
0
9
shortest_cycle
int64
2
9
longest_cycle
int64
2
10
average_cycle
float64
2
9
unique_edge_label
int64
1
9
max_label_occurrences
int64
1
10
max_label_consecutive
int64
1
10
max_node_outdegree
int64
1
5
1,800
class A: def __init__(self, txt: str): self.r: C = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.txt =...
k"
class A: def __init__(self, txt: str): self.r: C = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.txt =...
4
6
1.5
0.5
3
1.333333
2
1
1.666667
4
2
1
4
1
4
0.666667
1
4
4
4
4
1
1
1
1,801
class A: def __init__(self, txt: str): self.r: B = 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.y: A = None self.txt = txt f = A("f") c = B("c") d = C("d") f.r = c c....
c"
class A: def __init__(self, txt: str): self.r: B = 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.y: A = None self.txt = txt f = A("f") c = B("c") d = C("d") f.r = c c....
3
3
1
0.5
3
1
1
1
1
3
2
1
3
1
3
1
1
3
3
3
3
1
1
1
1,802
class A: def __init__(self, txt: str): self.w: C = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.txt =...
f"
class A: def __init__(self, txt: str): self.w: C = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.txt =...
7
13
1.857143
0.309524
3
2.333333
2
1
1.666667
4
2
1
4
0.571429
4
0.307692
1
2
2
2
2
3
2
2
1,803
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.txt = txt l = A("l") b = B("b...
g"
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.txt = txt l = A("l") b = B("b...
3
3
1
0.5
3
1
2
1
1.333333
3
2
1
3
1
3
1
1
3
3
3
3
1
1
1
1,804
class A: def __init__(self, txt: str): self.q: C = None self.v: 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.z: B = None self.txt = txt b = A("b") l = B("l...
l"
class A: def __init__(self, txt: str): self.q: C = None self.v: 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.z: B = None self.txt = txt b = A("b") l = B("l...
5
6
1.2
0.3
3
1.666667
2
1
1.333333
5
3
2
3
0.6
3
0.5
3
2
4
2.5
3
2
1
1
1,805
class A: def __init__(self, txt: str): self.s: A = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.r: B = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A ...
j"
class A: def __init__(self, txt: str): self.s: A = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.r: B = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A ...
9
15
1.666667
0.208333
3
3
3
1
2
9
3
2
7
0.777778
8
0.533333
3
3
8
5.25
5
3
2
2
1,806
class A: def __init__(self, txt: str): self.s: 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.r: C = None self.s: C = None self.txt = txt d = A("d") n = B("n...
m"
class A: def __init__(self, txt: str): self.s: 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.r: C = None self.s: C = None self.txt = txt d = A("d") n = B("n...
5
5
1
0.25
3
1.666667
2
1
1.333333
5
3
2
2
0.4
4
0.8
4
2
4
2.666667
2
3
2
2
1,807
class A: def __init__(self, txt: str): self.q: C = None self.u: B = None self.r: 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.s: A = None self.txt =...
a"
class A: def __init__(self, txt: str): self.q: C = None self.u: B = None self.r: 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.s: A = None self.txt =...
7
8
1.142857
0.190476
3
2.333333
3
1
1.666667
6
3
2
4
0.571429
5
0.625
3
2
4
2.5
3
2
1
2
1,808
class A: def __init__(self, txt: str): self.w: A = None self.x: C = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.u: A = None self.x: C = None self.txt = txt class C: def __init__(self, txt:...
l"
class A: def __init__(self, txt: str): self.w: A = None self.x: C = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.u: A = None self.x: C = None self.txt = txt class C: def __init__(self, txt:...
10
27
2.7
0.3
3
3.333333
3
3
3
7
3
2
4
0.4
5
0.185185
4
2
5
3
3
4
4
2
1,809
class A: def __init__(self, txt: str): self.v: C = None self.o: B = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: A ...
b"
class A: def __init__(self, txt: str): self.v: C = None self.o: B = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: A ...
7
13
1.857143
0.309524
3
2.333333
3
2
2.333333
6
2
2
5
0.714286
5
0.384615
2
2
2
2
3
2
2
1
1,810
class A: def __init__(self, txt: str): self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.txt = txt e = A("e") k = B("k...
n"
class A: def __init__(self, txt: str): self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.txt = txt e = A("e") k = B("k...
7
9
1.285714
0.214286
3
2.333333
2
1
1.333333
4
1
1
5
0.714286
4
0.444444
0
null
null
null
3
2
2
1
1,811
class A: def __init__(self, txt: str): self.t: 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.v: A = None self.x: B = None self.txt = txt a = A("a") k = B("k...
l"
class A: def __init__(self, txt: str): self.t: 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.v: A = None self.x: B = None self.txt = txt a = A("a") k = B("k...
10
12
1.2
0.133333
3
3.333333
2
1
1.333333
10
3
3
5
0.5
5
0.416667
6
3
6
4
3
8
8
1
1,812
class A: def __init__(self, txt: str): self.s: B = None self.p: C = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.r: C = None self.z: B = None self.txt = txt class C: def __init__(self, txt:...
f"
class A: def __init__(self, txt: str): self.s: B = None self.p: C = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.r: C = None self.z: B = None self.txt = txt class C: def __init__(self, txt:...
8
21
2.625
0.375
3
2.666667
3
2
2.666667
6
3
1
5
0.625
6
0.285714
2
2
5
3.333333
5
2
2
2
1,813
class A: def __init__(self, txt: str): self.u: C = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt =...
j"
class A: def __init__(self, txt: str): self.u: C = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt =...
9
14
1.555556
0.194444
3
3
2
1
1.666667
7
4
3
3
0.333333
4
0.285714
5
2
6
3.111111
3
4
1
2
1,814
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.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.w: A = None self.o: B ...
m"
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.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.w: A = None self.o: B ...
3
4
1.333333
0.666667
3
1
3
1
2
3
2
1
3
1
3
0.75
1
2
2
2
3
1
1
1
1,815
class A: def __init__(self, txt: str): self.r: C = None self.p: C = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: B ...
i"
class A: def __init__(self, txt: str): self.r: C = None self.p: C = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: B ...
7
14
2
0.333333
3
2.333333
3
2
2.666667
4
2
1
4
0.571429
4
0.285714
1
3
3
3
4
1
1
1
1,816
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.s: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.s: B ...
g"
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.s: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.s: B ...
3
5
1.666667
0.833333
3
1
2
2
2
3
2
2
2
0.666667
2
0.4
2
2
2
2
1
3
3
1
1,817
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.q: B = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: C = None self.txt =...
c"
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.q: B = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: C = None self.txt =...
10
15
1.5
0.166667
3
3.333333
3
1
1.666667
4
2
2
3
0.3
3
0.2
2
2
2
2
1
4
4
1
1,818
class A: def __init__(self, txt: str): self.z: B = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.q: A = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: A ...
e"
class A: def __init__(self, txt: str): self.z: B = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.q: A = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: A ...
4
8
2
0.666667
3
1.333333
3
2
2.666667
4
2
2
3
0.75
3
0.375
2
3
3
3
3
2
1
1
1,819
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.y: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt = txt k = A("k") i = B("i...
e"
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.y: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt = txt k = A("k") i = B("i...
7
9
1.285714
0.214286
3
2.333333
2
1
1.333333
6
3
1
5
0.714286
6
0.666667
2
2
4
2.666667
4
2
2
2
1,820
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.q: A = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.z: B ...
f"
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.q: A = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.z: B ...
5
8
1.6
0.4
3
1.666667
3
1
2.333333
4
2
2
3
0.6
3
0.375
2
2
2
2
1
4
4
1
1,821
class A: def __init__(self, txt: str): self.v: C = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.t: C = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: A ...
b"
class A: def __init__(self, txt: str): self.v: C = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.t: C = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: A ...
9
21
2.333333
0.291667
3
3
3
2
2.666667
4
1
1
5
0.555556
4
0.190476
0
null
null
null
4
1
1
1
1,822
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.txt = txt i = A("i") k = B("k...
b"
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.txt = txt i = A("i") k = B("k...
6
8
1.333333
0.266667
3
2
2
1
1.333333
5
3
3
2
0.333333
2
0.25
4
2
4
2.666667
1
5
5
1
1,823
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.u: B = None self.txt = txt d = A("d") f = B("f") m = C("m") d.z = m f....
m"
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.u: B = None self.txt = txt d = A("d") f = B("f") m = C("m") d.z = m f....
3
3
1
0.5
3
1
1
1
1
3
2
1
3
1
3
1
1
2
2
2
2
2
2
1
1,824
class A: def __init__(self, txt: str): self.z: A = None self.y: A = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.w: B = None self.o: C = None self.txt = txt class C: def __init__(self, txt:...
g"
class A: def __init__(self, txt: str): self.z: A = None self.y: A = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.w: B = None self.o: C = None self.txt = txt class C: def __init__(self, txt:...
8
19
2.375
0.339286
3
2.666667
3
1
2.333333
8
2
1
7
0.875
8
0.421053
2
2
3
2.5
5
3
3
2
1,825
class A: def __init__(self, txt: str): self.z: B = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.t: A ...
f"
class A: def __init__(self, txt: str): self.z: B = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.t: A ...
3
6
2
1
3
1
3
2
2.333333
3
2
2
2
0.666667
2
0.333333
2
2
2
2
2
2
1
1
1,826
class A: def __init__(self, txt: str): self.o: C = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: C = None self.y: C ...
d"
class A: def __init__(self, txt: str): self.o: C = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: C = None self.y: C ...
8
12
1.5
0.214286
3
2.666667
3
2
2.333333
5
3
2
3
0.375
4
0.333333
3
2
4
2.5
3
3
3
2
1,827
class A: def __init__(self, txt: str): self.u: C = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.y: B = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: A ...
c"
class A: def __init__(self, txt: str): self.u: C = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.y: B = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: A ...
10
28
2.8
0.311111
3
3.333333
3
2
2.666667
8
2
1
8
0.8
8
0.285714
1
4
4
4
4
4
4
2
1,828
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.y: A = None self.txt =...
n"
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.y: A = None self.txt =...
6
9
1.5
0.3
3
2
2
1
1.666667
4
2
1
4
0.666667
4
0.444444
1
3
3
3
3
2
1
1
1,829
class A: def __init__(self, txt: str): self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.txt = txt m = A("m") b = B("b") i = C("i") n = C("n") ...
b"
class A: def __init__(self, txt: str): self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.txt = txt m = A("m") b = B("b") i = C("i") n = C("n") ...
8
8
1
0.142857
3
2.666667
1
1
1
8
3
3
3
0.375
3
0.375
6
3
6
4
1
8
8
1
1,830
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt = txt b = A("b") e = B("e...
b"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt = txt b = A("b") e = B("e...
3
3
1
0.5
3
1
2
1
1.333333
3
2
1
3
1
3
1
1
3
3
3
3
1
1
1
1,831
class A: def __init__(self, txt: str): self.p: A = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.s: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A ...
l"
class A: def __init__(self, txt: str): self.p: A = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.s: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A ...
10
23
2.3
0.255556
3
3.333333
3
2
2.666667
9
2
2
6
0.6
7
0.304348
4
2
3
2.5
5
3
2
2
1,832
class A: def __init__(self, txt: str): self.p: B = None self.u: C = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: C ...
i"
class A: def __init__(self, txt: str): self.p: B = None self.u: C = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: C ...
9
18
2
0.25
3
3
3
1
2
3
2
2
2
0.222222
2
0.111111
2
2
2
2
1
3
3
1
1,833
class A: def __init__(self, txt: str): self.x: A = None self.y: A = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: A ...
n"
class A: def __init__(self, txt: str): self.x: A = None self.y: A = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: A ...
8
15
1.875
0.267857
3
2.666667
3
2
2.666667
8
3
2
5
0.625
7
0.466667
4
2
4
2.666667
4
3
3
2
1,834
class A: def __init__(self, txt: str): self.q: C = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.txt =...
d"
class A: def __init__(self, txt: str): self.q: C = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.txt =...
8
12
1.5
0.214286
3
2.666667
2
1
1.666667
8
4
4
3
0.375
3
0.25
6
2
6
3.333333
3
4
1
1
1,835
class A: def __init__(self, txt: str): self.z: 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.z: A = None self.txt = txt e = A("e") i = B("i") m = C("m") h = B("h") ...
b"
class A: def __init__(self, txt: str): self.z: 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.z: A = None self.txt = txt e = A("e") i = B("i") m = C("m") h = B("h") ...
7
7
1
0.166667
3
2.333333
1
1
1
4
2
1
4
0.571429
4
0.571429
1
4
4
4
1
4
4
1
1,836
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.w: B = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: C = None self.txt =...
e"
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.w: B = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: C = None self.txt =...
9
15
1.666667
0.208333
3
3
3
1
1.666667
4
2
1
4
0.444444
4
0.266667
1
2
2
2
3
2
2
2
1,837
class A: def __init__(self, txt: str): self.w: B = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.txt =...
j"
class A: def __init__(self, txt: str): self.w: B = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.txt =...
7
11
1.571429
0.261905
3
2.333333
2
1
1.666667
7
4
3
3
0.428571
3
0.272727
5
2
6
3.111111
3
3
1
1
1,838
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.txt = txt c = A("c") b = B("b...
b"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.txt = txt c = A("c") b = B("b...
3
4
1.333333
0.666667
3
1
2
1
1.333333
3
2
2
2
0.666667
2
0.5
2
2
2
2
2
2
1
1
1,839
class A: def __init__(self, txt: str): self.z: C = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.z: B ...
n"
class A: def __init__(self, txt: str): self.z: C = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.z: B ...
3
5
1.666667
0.833333
3
1
3
2
2.333333
3
2
1
3
1
3
0.6
1
2
2
2
3
1
1
2
1,840
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.w: C = None self.s: A = 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.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.w: C = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: C = None self.txt =...
6
9
1.5
0.3
3
2
3
1
1.666667
6
3
2
4
0.666667
4
0.444444
3
2
4
2.5
3
4
4
1
1,841
class A: def __init__(self, txt: str): self.p: A = None self.r: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.w: C = None self.z: A = None self.txt = txt class C: def __init__(self, txt:...
b"
class A: def __init__(self, txt: str): self.p: A = None self.r: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.w: C = None self.z: A = None self.txt = txt class C: def __init__(self, txt:...
7
17
2.428571
0.404762
3
2.333333
3
3
3
5
2
1
5
0.714286
5
0.294118
1
4
4
4
3
2
1
1
1,842
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.u: B = None self.txt = txt c = A("c") d = B("d...
d"
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.u: B = None self.txt = txt c = A("c") d = B("d...
7
8
1.142857
0.190476
3
2.333333
2
1
1.333333
6
4
3
2
0.285714
2
0.25
5
2
6
3.111111
1
6
6
1
1,843
class A: def __init__(self, txt: str): self.s: B = None self.y: B = None self.x: 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.o: C = None self.p: B ...
f"
class A: def __init__(self, txt: str): self.s: B = None self.y: B = None self.x: 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.o: C = None self.p: B ...
7
12
1.714286
0.285714
3
2.333333
3
1
2
4
2
2
3
0.428571
3
0.25
2
2
2
2
2
3
3
1
1,844
class A: def __init__(self, txt: str): self.p: A = None self.z: A = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.x: C = None self.z: C = None self.txt = txt class C: def __init__(self, txt:...
m"
class A: def __init__(self, txt: str): self.p: A = None self.z: A = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.x: C = None self.z: C = None self.txt = txt class C: def __init__(self, txt:...
4
8
2
0.666667
3
1.333333
3
2
2.666667
3
2
1
3
0.75
3
0.375
1
3
3
3
2
2
2
1
1,845
class A: def __init__(self, txt: str): self.z: B = None self.w: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: C ...
h"
class A: def __init__(self, txt: str): self.z: B = None self.w: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: C ...
10
18
1.8
0.2
3
3.333333
3
2
2.333333
3
2
2
2
0.2
2
0.111111
2
2
2
2
1
3
3
1
1,846
class A: def __init__(self, txt: str): self.v: 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.o: C = None self.p: B = None self.y: 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.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: C = None self.p: B = None self.y: A = None self.txt =...
7
15
2.142857
0.357143
3
2.333333
3
1
1.666667
6
3
3
3
0.428571
3
0.2
4
2
4
2.666667
2
3
1
1
1,847
class A: def __init__(self, txt: str): self.q: B = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.o: B ...
b"
class A: def __init__(self, txt: str): self.q: B = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.o: B ...
10
20
2
0.222222
3
3.333333
3
2
2.333333
3
2
2
2
0.2
2
0.1
2
2
2
2
1
3
3
1
1,848
class A: def __init__(self, txt: str): self.s: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt = txt d = A("d") e = B("e...
d"
class A: def __init__(self, txt: str): self.s: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt = txt d = A("d") e = B("e...
3
3
1
0.5
3
1
2
1
1.333333
3
2
2
2
0.666667
2
0.666667
2
2
2
2
2
2
1
1
1,849
class A: def __init__(self, txt: str): self.q: B = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.txt =...
k"
class A: def __init__(self, txt: str): self.q: B = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.txt =...
8
11
1.375
0.196429
3
2.666667
2
1
1.666667
3
2
1
3
0.375
3
0.272727
1
2
2
2
3
1
1
1
1,850
class A: def __init__(self, txt: str): self.t: A = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.x: C = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: B ...
k"
class A: def __init__(self, txt: str): self.t: A = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.x: C = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: B ...
7
12
1.714286
0.285714
3
2.333333
3
2
2.333333
5
2
1
5
0.714286
5
0.416667
1
2
2
2
1
5
5
1
1,851
class A: def __init__(self, txt: str): self.w: A = None self.q: 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.w: B = None self.txt =...
e"
class A: def __init__(self, txt: str): self.w: A = None self.q: 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.w: B = None self.txt =...
9
13
1.444444
0.180556
3
3
2
1
1.666667
6
3
2
4
0.444444
4
0.307692
3
2
4
2.5
4
2
1
2
1,852
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.q: C = None self.y: A ...
d"
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.q: C = None self.y: A ...
6
9
1.5
0.3
3
2
3
1
2
6
2
2
5
0.833333
5
0.555556
2
3
3
3
3
4
4
1
1,853
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.u: B = None self.t: C = None self.txt =...
l"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.u: B = None self.t: C = None self.txt =...
8
14
1.75
0.25
3
2.666667
3
1
1.666667
6
3
3
3
0.375
3
0.214286
4
2
4
2.666667
2
3
1
1
1,854
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.x: C = None self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.txt =...
e"
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.x: C = None self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.txt =...
5
7
1.4
0.35
3
1.666667
3
1
1.666667
5
3
2
3
0.6
4
0.571429
3
2
5
3
2
4
4
2
1,855
class A: def __init__(self, txt: str): self.x: C = None self.r: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.s: C = None self.q: C = None self.txt = txt class C: def __init__(self, txt:...
a"
class A: def __init__(self, txt: str): self.x: C = None self.r: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.s: C = None self.q: C = None self.txt = txt class C: def __init__(self, txt:...
6
11
1.833333
0.366667
3
2
3
1
2.333333
4
2
1
4
0.666667
4
0.363636
1
2
2
2
4
1
1
1
1,856
class A: def __init__(self, txt: str): self.x: B = None self.q: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: C ...
n"
class A: def __init__(self, txt: str): self.x: B = None self.q: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: C ...
5
6
1.2
0.3
3
1.666667
3
1
2
3
2
2
2
0.4
2
0.333333
2
2
2
2
1
3
3
1
1,857
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.w: B = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.o: A ...
e"
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.w: B = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.o: A ...
10
15
1.5
0.166667
3
3.333333
3
1
2
7
3
1
4
0.4
7
0.466667
4
2
5
2.8
4
3
2
2
1,858
class A: def __init__(self, txt: str): self.r: C = None self.q: A = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.o: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt:...
h"
class A: def __init__(self, txt: str): self.r: C = None self.q: A = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.o: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt:...
7
15
2.142857
0.357143
3
2.333333
3
3
3
3
1
1
4
0.571429
3
0.2
0
null
null
null
3
1
1
1
1,859
class A: def __init__(self, txt: str): self.s: A = None self.p: A = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.v: A ...
j"
class A: def __init__(self, txt: str): self.s: A = None self.p: A = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.v: A ...
8
14
1.75
0.25
3
2.666667
3
1
2.333333
8
4
2
3
0.375
6
0.428571
6
2
6
3.333333
4
3
3
3
1,860
class A: def __init__(self, txt: str): self.v: C = None self.y: 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: A = None self.r: A = None self.txt =...
i"
class A: def __init__(self, txt: str): self.v: C = None self.y: 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: A = None self.r: A = None self.txt =...
7
9
1.285714
0.214286
3
2.333333
2
1
1.666667
6
2
2
5
0.714286
5
0.555556
2
4
4
4
4
2
1
1
1,861
class A: def __init__(self, txt: str): self.t: C = 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: A = None self.s: B = None self.txt =...
n"
class A: def __init__(self, txt: str): self.t: C = 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: A = None self.s: B = None self.txt =...
4
7
1.75
0.583333
3
1.333333
2
1
1.666667
3
2
1
3
0.75
3
0.428571
1
2
2
2
3
1
1
1
1,862
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.o: C = None self.txt = txt m = A("m") d = B("d...
e"
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.o: C = None self.txt = txt m = A("m") d = B("d...
9
12
1.333333
0.166667
3
3
2
1
1.333333
9
3
3
5
0.555556
5
0.416667
5
3
6
3.857143
3
7
7
1
1,863
class A: def __init__(self, txt: str): self.t: 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.q: A = None self.z: B = None self.txt = txt j = A("j") f = B("f...
j"
class A: def __init__(self, txt: str): self.t: 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.q: A = None self.z: B = None self.txt = txt j = A("j") f = B("f...
3
4
1.333333
0.666667
3
1
2
1
1.333333
3
2
1
3
1
3
0.75
1
3
3
3
3
1
1
1
1,864
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.p: A = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.w: B ...
i"
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.p: A = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.w: B ...
3
4
1.333333
0.666667
3
1
2
2
2
3
2
1
3
1
3
0.75
1
3
3
3
3
1
1
1
1,865
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.y: A = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.q: B ...
c"
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.y: A = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.q: B ...
3
4
1.333333
0.666667
3
1
3
1
2
3
2
1
3
1
3
0.75
1
3
3
3
3
1
1
1
1,866
class A: def __init__(self, txt: str): self.s: A = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: C = None self.z: B ...
j"
class A: def __init__(self, txt: str): self.s: A = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: C = None self.z: B ...
5
8
1.6
0.4
3
1.666667
2
2
2
4
2
2
3
0.6
3
0.375
2
2
2
2
2
3
3
1
1,867
class A: def __init__(self, txt: str): self.z: C = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.t: C = None self.txt =...
d"
class A: def __init__(self, txt: str): self.z: C = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.t: C = None self.txt =...
9
11
1.222222
0.152778
3
3
2
1
1.666667
6
3
3
3
0.333333
3
0.272727
4
2
4
2.666667
1
6
6
1
1,868
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.txt = txt j = A("j") e = B("e...
l"
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.txt = txt j = A("j") e = B("e...
10
11
1.1
0.122222
3
3.333333
2
1
1.333333
5
3
3
2
0.2
2
0.181818
4
2
4
2.666667
1
5
5
1
1,869
class A: def __init__(self, txt: str): self.q: B = None self.o: C = None 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.p: B = None self.s: C ...
d"
class A: def __init__(self, txt: str): self.q: B = None self.o: C = None 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.p: B = None self.s: C ...
7
15
2.142857
0.357143
3
2.333333
3
1
2
3
1
1
4
0.571429
3
0.2
0
null
null
null
3
1
1
1
1,870
class A: def __init__(self, txt: str): self.t: B = None self.s: B = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B ...
h"
class A: def __init__(self, txt: str): self.t: B = None self.s: B = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B ...
4
6
1.5
0.5
3
1.333333
3
1
2
3
2
1
3
0.75
3
0.5
1
2
2
2
2
2
1
1
1,871
class A: def __init__(self, txt: str): self.q: C = None 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.t: A = None self.y: A = None self.txt =...
e"
class A: def __init__(self, txt: str): self.q: C = None 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.t: A = None self.y: A = None self.txt =...
6
10
1.666667
0.333333
3
2
2
1
1.666667
3
2
1
3
0.5
3
0.3
1
3
3
3
3
1
1
1
1,872
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.z: C = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.q: B ...
g"
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.z: C = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.q: B ...
6
10
1.666667
0.333333
3
2
3
1
2.333333
5
3
2
3
0.5
3
0.3
3
2
4
2.5
3
2
1
1
1,873
class A: def __init__(self, txt: str): self.q: B = None self.s: 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.q: C = None self.txt = txt j = A("j") b = B("b...
g"
class A: def __init__(self, txt: str): self.q: B = None self.s: 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.q: C = None self.txt = txt j = A("j") b = B("b...
10
14
1.4
0.155556
3
3.333333
2
1
1.333333
10
5
5
3
0.3
3
0.214286
8
2
8
4
2
9
9
1
1,874
class A: def __init__(self, txt: str): self.x: C = None self.y: A = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: A ...
d"
class A: def __init__(self, txt: str): self.x: C = None self.y: A = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: A ...
8
19
2.375
0.339286
3
2.666667
3
1
2
8
2
2
6
0.75
7
0.368421
3
2
3
2.333333
4
4
4
2
1,875
class A: def __init__(self, txt: str): self.q: A = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.w: B = None self.txt =...
b"
class A: def __init__(self, txt: str): self.q: A = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.w: B = None self.txt =...
4
6
1.5
0.5
3
1.333333
2
1
1.666667
4
2
1
4
1
4
0.666667
1
4
4
4
4
1
1
1
1,876
class A: def __init__(self, txt: str): self.q: A = None self.w: C = None self.y: C = 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.w: B = None self.x: B ...
j"
class A: def __init__(self, txt: str): self.q: A = None self.w: C = None self.y: C = 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.w: B = None self.x: B ...
7
12
1.714286
0.285714
3
2.333333
3
1
2
5
3
3
2
0.285714
2
0.166667
4
2
4
2.666667
1
5
5
1
1,877
class A: def __init__(self, txt: str): self.q: C = None self.y: C = None self.u: 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.r: B = None self.txt =...
b"
class A: def __init__(self, txt: str): self.q: C = None self.y: C = None self.u: 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.r: B = None self.txt =...
9
9
1
0.125
3
3
3
1
1.666667
4
3
2
2
0.222222
2
0.222222
3
2
4
2.5
2
2
1
1
1,878
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.x: C = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.r: A ...
g"
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.x: C = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.r: A ...
5
12
2.4
0.6
3
1.666667
3
1
2
3
2
1
3
0.6
3
0.25
1
2
2
2
3
1
1
1
1,879
class A: def __init__(self, txt: str): self.v: B = None self.x: 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.u: B = None self.q: C = None self.y: C ...
n"
class A: def __init__(self, txt: str): self.v: B = None self.x: 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.u: B = None self.q: C = None self.y: C ...
8
14
1.75
0.25
3
2.666667
3
1
2
3
2
1
3
0.375
3
0.214286
1
2
2
2
3
1
1
1
1,880
class A: def __init__(self, txt: str): self.x: C = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.o: B ...
l"
class A: def __init__(self, txt: str): self.x: C = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.o: B ...
7
9
1.285714
0.214286
3
2.333333
3
2
2.333333
3
2
2
2
0.285714
2
0.222222
2
2
2
2
2
2
1
1
1,881
class A: def __init__(self, txt: str): self.w: A = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.r: 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.w: A = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.txt =...
10
16
1.6
0.177778
3
3.333333
2
1
1.666667
8
3
1
7
0.7
8
0.5
2
4
8
5.333333
4
3
2
2
1,882
class A: def __init__(self, txt: str): self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.t: C = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.z: B ...
n"
class A: def __init__(self, txt: str): self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.t: C = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.z: B ...
3
5
1.666667
0.833333
3
1
3
1
2.333333
3
2
2
2
0.666667
2
0.4
2
2
2
2
2
2
1
1
1,883
class A: def __init__(self, txt: str): self.o: C = None self.w: B = None self.u: 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.s: B = None self.u: A ...
i"
class A: def __init__(self, txt: str): self.o: C = None self.w: B = None self.u: 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.s: B = None self.u: A ...
4
10
2.5
0.833333
3
1.333333
3
1
2.333333
3
2
1
3
0.75
3
0.3
1
3
3
3
2
2
1
1
1,884
class A: def __init__(self, txt: str): self.s: A = None self.v: C = 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.u: A = None self.txt = txt e = A("e") b = B("b...
j"
class A: def __init__(self, txt: str): self.s: A = None self.v: C = 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.u: A = None self.txt = txt e = A("e") b = B("b...
4
6
1.5
0.5
3
1.333333
2
1
1.333333
4
2
1
3
0.75
4
0.666667
2
2
3
2.5
3
2
1
2
1,885
class A: def __init__(self, txt: str): self.q: C = None self.o: B = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: A ...
b"
class A: def __init__(self, txt: str): self.q: C = None self.o: B = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: A ...
8
10
1.25
0.178571
3
2.666667
3
2
2.333333
3
2
1
3
0.375
3
0.3
1
2
2
2
3
1
1
2
1,886
class A: def __init__(self, txt: str): self.y: B = None self.u: C = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.x: A = None self.u: A = None self.txt = txt class C: def __init__(self, txt:...
l"
class A: def __init__(self, txt: str): self.y: B = None self.u: C = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.x: A = None self.u: A = None self.txt = txt class C: def __init__(self, txt:...
6
14
2.333333
0.466667
3
2
3
2
2.666667
3
1
1
4
0.666667
3
0.214286
0
null
null
null
3
1
1
1
1,887
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: C = None self.w: B = None self.txt =...
d"
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: C = None self.w: B = None self.txt =...
8
14
1.75
0.25
3
2.666667
2
1
1.666667
4
2
1
4
0.5
4
0.285714
1
2
2
2
3
2
2
1
1,888
class A: def __init__(self, txt: str): self.p: B = None self.o: B = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.o: C ...
f"
class A: def __init__(self, txt: str): self.p: B = None self.o: B = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.o: C ...
9
22
2.444444
0.305556
3
3
3
1
2.333333
4
2
2
3
0.333333
3
0.136364
2
2
2
2
2
3
3
1
1,889
class A: def __init__(self, txt: str): self.v: C = None self.t: 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.s: C = None self.x: C = None self.q: C ...
e"
class A: def __init__(self, txt: str): self.v: C = None self.t: 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.s: C = None self.x: C = None self.q: C ...
7
11
1.571429
0.261905
3
2.333333
3
1
2
7
3
2
4
0.571429
5
0.454545
4
2
4
2.666667
3
4
4
2
1,890
class A: def __init__(self, txt: str): self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt = txt c = A("c") n = B("n...
i"
class A: def __init__(self, txt: str): self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt = txt c = A("c") n = B("n...
8
10
1.25
0.178571
3
2.666667
2
1
1.333333
8
4
3
4
0.5
4
0.4
5
2
6
3.111111
1
8
8
1
1,891
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.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.y: B = None self.q: A = None self.txt =...
i"
class A: def __init__(self, txt: str): self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.y: B = None self.q: A = None self.txt =...
6
8
1.333333
0.266667
3
2
3
1
1.666667
4
2
1
4
0.666667
4
0.5
1
2
2
2
2
3
3
1
1,892
class A: def __init__(self, txt: str): self.p: A = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.y: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.o: C ...
h"
class A: def __init__(self, txt: str): self.p: A = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.y: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.o: C ...
8
14
1.75
0.25
3
2.666667
2
2
2
7
3
2
3
0.375
6
0.428571
5
2
5
3.285714
2
4
3
2
1,893
class A: def __init__(self, txt: str): self.v: 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.v: A = None self.txt =...
k"
class A: def __init__(self, txt: str): self.v: 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.v: A = None self.txt =...
6
9
1.5
0.3
3
2
2
1
1.666667
4
2
2
3
0.5
3
0.333333
2
2
2
2
2
3
3
2
1,894
class A: def __init__(self, txt: str): self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.p: A = None self.v: B ...
e"
class A: def __init__(self, txt: str): self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.p: A = None self.v: B ...
4
7
1.75
0.583333
3
1.333333
3
1
2
4
2
2
3
0.75
3
0.428571
2
2
2
2
3
2
1
2
1,895
class A: def __init__(self, txt: str): self.p: C = None self.v: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.txt =...
h"
class A: def __init__(self, txt: str): self.p: C = None self.v: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.txt =...
5
7
1.4
0.35
3
1.666667
3
1
1.666667
5
3
3
2
0.4
2
0.285714
4
2
4
2.666667
2
3
1
1
1,896
class A: def __init__(self, txt: str): self.y: C = None self.r: A = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.r: B ...
j"
class A: def __init__(self, txt: str): self.y: C = None self.r: A = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.r: B ...
9
17
1.888889
0.236111
3
3
3
1
2
7
4
3
3
0.333333
3
0.176471
5
2
6
3.111111
2
6
6
1
1,897
class A: def __init__(self, txt: str): self.p: B = None self.o: A = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.t: B = None self.v: C = None self.txt = txt class C: def __init__(self, txt:...
h"
class A: def __init__(self, txt: str): self.p: B = None self.o: A = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.t: B = None self.v: C = None self.txt = txt class C: def __init__(self, txt:...
6
11
1.833333
0.366667
3
2
3
2
2.666667
3
2
1
3
0.5
3
0.272727
1
2
2
2
2
2
2
2
1,898
class A: def __init__(self, txt: str): self.y: C = None self.o: A = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.y: C = None self.r: A = None self.txt = txt class C: def __init__(self, txt:...
e"
class A: def __init__(self, txt: str): self.y: C = None self.o: A = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.y: C = None self.r: A = None self.txt = txt class C: def __init__(self, txt:...
7
19
2.714286
0.452381
3
2.333333
3
3
3
3
1
1
4
0.571429
3
0.157895
0
null
null
null
3
1
1
1
1,899
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: C = None self.r: A = 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.z: C = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: C = None self.r: A = None self.txt =...
8
13
1.625
0.232143
3
2.666667
2
1
1.666667
8
2
2
6
0.75
7
0.538462
3
5
6
5.333333
4
4
3
2