id
int64
0
9k
prompt
stringlengths
265
3.32k
answer
stringclasses
14 values
pythoncode
stringlengths
267
3.32k
num_nodes
int64
3
10
num_edges
int64
3
53
avg_node_edge
float64
1
5.3
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.6
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
8
longest_cycle
int64
2
10
average_cycle
float64
2
8
unique_edge_label
int64
1
9
max_label_occurrences
int64
1
10
max_label_consecutive
int64
1
10
max_node_outdegree
int64
1
4
1,700
class A: def __init__(self, txt: str): self.o: A = None self.p: 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.s: C = None self.txt = txt i = A("i") k = B("k...
f"
class A: def __init__(self, txt: str): self.o: A = None self.p: 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.s: C = None self.txt = txt i = A("i") k = B("k...
8
11
1.375
0.196429
3
2.666667
2
1
1.333333
4
2
2
3
0.375
3
0.272727
2
2
2
2
2
3
3
1
1,701
class A: def __init__(self, txt: str): self.p: 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.r: B = None self.txt = txt b = A("b") k = B("k...
b"
class A: def __init__(self, txt: str): self.p: 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.r: B = None self.txt = txt b = A("b") k = B("k...
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,702
class A: def __init__(self, txt: str): self.x: A = None self.t: 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.q: B = None self.txt = txt j = A("j") a = B("a...
i"
class A: def __init__(self, txt: str): self.x: A = None self.t: 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.q: B = None self.txt = txt j = A("j") a = B("a...
10
12
1.2
0.133333
3
3.333333
2
1
1.333333
5
2
2
4
0.4
4
0.333333
2
2
2
2
3
3
3
2
1,703
class A: def __init__(self, txt: str): self.v: C = None self.t: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: C ...
e"
class A: def __init__(self, txt: str): self.v: C = None self.t: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: C ...
8
19
2.375
0.339286
3
2.666667
3
2
2.666667
5
2
1
5
0.625
5
0.263158
1
2
2
2
3
2
1
1
1,704
class A: def __init__(self, txt: str): self.y: C = 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.v: B = None self.txt = txt i = A("i") h = B("h...
l"
class A: def __init__(self, txt: str): self.y: C = 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.v: B = None self.txt = txt i = A("i") h = B("h...
9
11
1.222222
0.152778
3
3
2
1
1.333333
5
2
2
4
0.444444
4
0.363636
2
2
2
2
3
2
1
2
1,705
class A: def __init__(self, txt: str): self.s: B = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.r: B ...
i"
class A: def __init__(self, txt: str): self.s: B = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.r: B ...
5
10
2
0.5
3
1.666667
2
2
2
5
3
3
2
0.4
2
0.2
4
2
4
2.666667
2
3
1
1
1,706
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.u: B = None self.txt =...
g"
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.u: B = None self.txt =...
5
7
1.4
0.35
3
1.666667
2
1
1.666667
3
1
1
4
0.8
3
0.428571
0
null
null
null
3
1
1
1
1,707
class A: def __init__(self, txt: str): self.s: B = None self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: C = None self.y: B = None self.z: C ...
h"
class A: def __init__(self, txt: str): self.s: B = None self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: C = None self.y: B = None self.z: C ...
9
17
1.888889
0.236111
3
3
3
1
2
7
3
2
5
0.555556
6
0.352941
3
2
4
3
4
3
2
2
1,708
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.p: A = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.txt =...
g"
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.p: A = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.txt =...
3
3
1
0.5
3
1
3
1
1.666667
3
2
1
3
1
3
1
1
3
3
3
3
1
1
1
1,709
class A: def __init__(self, txt: str): self.v: 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.v: C = None self.t: B = None self.txt = txt m = A("m") l = B("l...
i"
class A: def __init__(self, txt: str): self.v: 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.v: C = None self.t: B = None self.txt = txt m = A("m") l = B("l...
8
11
1.375
0.196429
3
2.666667
2
1
1.333333
3
2
1
3
0.375
3
0.272727
1
3
3
3
3
1
1
1
1,710
class A: def __init__(self, txt: str): self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.r: B = None self.txt = txt m = A("m") f = B("f...
k"
class A: def __init__(self, txt: str): self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.r: B = None self.txt = txt m = A("m") f = B("f...
5
6
1.2
0.3
3
1.666667
2
1
1.333333
3
1
1
4
0.8
3
0.5
0
null
null
null
3
1
1
1
1,711
class A: def __init__(self, txt: str): self.v: C = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.txt = txt j = A("j") n = B("n...
n"
class A: def __init__(self, txt: str): self.v: C = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.txt = txt j = A("j") n = B("n...
4
4
1
0.333333
3
1.333333
2
1
1.333333
3
2
2
2
0.5
2
0.5
2
2
2
2
2
2
1
1
1,712
class A: def __init__(self, txt: str): self.x: A = None self.v: A = None self.w: 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.w: A = None self.txt =...
k"
class A: def __init__(self, txt: str): self.x: A = None self.v: A = None self.w: 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.w: A = None self.txt =...
5
7
1.4
0.35
3
1.666667
3
1
1.666667
3
1
1
4
0.8
3
0.428571
0
null
null
null
2
2
2
1
1,713
class A: def __init__(self, txt: str): self.w: C = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.txt =...
n"
class A: def __init__(self, txt: str): self.w: C = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.txt =...
5
9
1.8
0.45
3
1.666667
2
1
1.666667
4
2
1
4
0.8
4
0.444444
1
3
3
3
3
2
1
1
1,714
class A: def __init__(self, txt: str): self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.txt = txt f = A("f") i = B("i") n = C("n") f.u = n i....
f"
class A: def __init__(self, txt: str): self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.txt = txt f = A("f") i = B("i") n = C("n") f.u = n i....
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,715
class A: def __init__(self, txt: str): self.t: C = None self.x: 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: C = None self.txt =...
f"
class A: def __init__(self, txt: str): self.t: C = None self.x: 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: C = None self.txt =...
10
14
1.4
0.155556
3
3.333333
2
1
1.666667
5
3
3
2
0.2
2
0.142857
4
2
4
2.666667
1
5
5
1
1,716
class A: def __init__(self, txt: str): self.s: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.txt = txt b = A("b") h = B("h...
i"
class A: def __init__(self, txt: str): self.s: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.txt = txt b = A("b") h = B("h...
6
8
1.333333
0.266667
3
2
2
1
1.333333
3
2
2
2
0.333333
2
0.25
2
2
2
2
2
2
1
1
1,717
class A: def __init__(self, txt: str): self.o: C = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.w: B ...
m"
class A: def __init__(self, txt: str): self.o: C = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.w: B ...
9
16
1.777778
0.222222
3
3
3
2
2.333333
5
3
2
3
0.333333
4
0.25
3
2
5
3
2
4
4
2
1,718
class A: def __init__(self, txt: str): self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.t: A = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: C = None self.z: A ...
b"
class A: def __init__(self, txt: str): self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.t: A = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: C = None self.z: A ...
8
18
2.25
0.321429
3
2.666667
3
1
2.333333
5
3
2
3
0.375
3
0.166667
3
2
4
2.5
2
4
4
1
1,719
class A: def __init__(self, txt: str): self.s: C = None self.q: C = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.txt =...
h"
class A: def __init__(self, txt: str): self.s: C = None self.q: C = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.txt =...
8
12
1.5
0.214286
3
2.666667
3
1
1.666667
4
2
2
3
0.375
3
0.25
2
3
3
3
2
3
2
1
1,720
class A: def __init__(self, txt: str): self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.txt = txt f = A("f") h = B("h...
f"
class A: def __init__(self, txt: str): self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.txt = txt f = A("f") h = B("h...
5
6
1.2
0.3
3
1.666667
2
1
1.333333
3
2
1
3
0.6
3
0.5
1
2
2
2
2
2
1
1
1,721
class A: def __init__(self, txt: str): self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.txt = txt h = A("h") j = B("j") m = C("m") f = C("f") ...
n"
class A: def __init__(self, txt: str): self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.txt = txt h = A("h") j = B("j") m = C("m") f = C("f") ...
9
9
1
0.125
3
3
1
1
1
5
2
2
4
0.444444
4
0.444444
2
2
2
2
2
3
3
1
1,722
class A: def __init__(self, txt: str): self.s: C = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.t: C ...
m"
class A: def __init__(self, txt: str): self.s: C = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.t: C ...
8
15
1.875
0.267857
3
2.666667
3
2
2.333333
7
3
2
3
0.375
4
0.266667
5
3
6
3.857143
4
2
1
2
1,723
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.v: C = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: C = None self.txt =...
e"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.v: C = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: C = None self.txt =...
5
9
1.8
0.45
3
1.666667
3
1
1.666667
4
3
2
2
0.4
2
0.222222
3
2
4
2.5
2
2
1
1
1,724
class A: def __init__(self, txt: str): self.o: C = None self.v: A = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.q: B = None self.u: A = None self.txt = txt class C: def __init__(self, txt:...
d"
class A: def __init__(self, txt: str): self.o: C = None self.v: A = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.q: B = None self.u: A = None self.txt = txt class C: def __init__(self, txt:...
6
13
2.166667
0.433333
3
2
3
1
2.333333
3
2
1
3
0.5
3
0.230769
1
2
2
2
2
2
1
1
1,725
class A: def __init__(self, txt: str): self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.v: A = None self.txt =...
j"
class A: def __init__(self, txt: str): self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.v: A = None self.txt =...
9
13
1.444444
0.180556
3
3
2
1
1.666667
3
2
1
3
0.333333
3
0.230769
1
3
3
3
1
3
3
1
1,726
class A: def __init__(self, txt: str): self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.txt = txt k = A("k") l = B("l...
k"
class A: def __init__(self, txt: str): self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.txt = txt k = A("k") l = B("l...
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,727
class A: def __init__(self, txt: str): self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.v: A = None self.s: C ...
e"
class A: def __init__(self, txt: str): self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.v: A = None self.s: C ...
10
21
2.1
0.233333
3
3.333333
3
1
2
8
3
3
4
0.4
4
0.190476
5
3
6
3.857143
3
3
1
1
1,728
class A: def __init__(self, txt: str): self.s: A = 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.u: A = None self.s: C = None self.txt = txt i = A("i") b = B("b...
i"
class A: def __init__(self, txt: str): self.s: A = 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.u: A = None self.s: C = None self.txt = txt i = A("i") b = B("b...
7
9
1.285714
0.214286
3
2.333333
2
1
1.333333
6
3
2
4
0.571429
4
0.444444
3
2
4
2.5
2
5
4
1
1,729
class A: def __init__(self, txt: str): self.o: C = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.p: A = None self.x: B ...
a"
class A: def __init__(self, txt: str): self.o: C = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.p: A = None self.x: B ...
7
12
1.714286
0.285714
3
2.333333
3
1
2
5
2
1
4
0.571429
5
0.416667
2
4
4
4
3
2
1
2
1,730
class A: def __init__(self, txt: str): self.z: B = None self.t: A = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: C ...
d"
class A: def __init__(self, txt: str): self.z: B = None self.t: A = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: C ...
8
19
2.375
0.339286
3
2.666667
3
2
2.666667
4
2
2
3
0.375
3
0.157895
2
2
2
2
3
2
1
2
1,731
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.u: B = None self.txt = txt i = A("i") k = B("k") m = C("m") h = B("h") ...
k"
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.u: B = None self.txt = txt i = A("i") k = B("k") m = C("m") h = B("h") ...
5
5
1
0.25
3
1.666667
1
1
1
4
2
2
3
0.6
3
0.6
2
2
2
2
2
3
3
1
1,732
class A: def __init__(self, txt: str): self.z: A = None self.x: A = 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.w: B = None self.o: B = None self.txt =...
e"
class A: def __init__(self, txt: str): self.z: A = None self.x: A = 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.w: B = None self.o: B = None self.txt =...
7
9
1.285714
0.214286
3
2.333333
2
1
1.666667
3
2
2
2
0.285714
2
0.222222
2
2
2
2
2
2
1
1
1,733
class A: def __init__(self, txt: str): self.r: B = None self.t: 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.t: B ...
f"
class A: def __init__(self, txt: str): self.r: B = None self.t: 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.t: B ...
3
4
1.333333
0.666667
3
1
3
2
2.333333
3
2
2
2
0.666667
2
0.5
2
2
2
2
2
2
1
1
1,734
class A: def __init__(self, txt: str): self.p: B = None self.w: C = 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.t: C = None self.txt = txt f = A("f") b = B("b...
i"
class A: def __init__(self, txt: str): self.p: B = None self.w: C = 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.t: C = None self.txt = txt f = A("f") b = B("b...
9
11
1.222222
0.152778
3
3
2
1
1.333333
8
3
3
3
0.333333
3
0.272727
6
3
6
4
1
8
8
1
1,735
class A: def __init__(self, txt: str): self.o: C = None self.r: 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.q: B = None self.txt = txt g = A("g") f = B("f...
g"
class A: def __init__(self, txt: str): self.o: C = None self.r: 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.q: B = None self.txt = txt g = A("g") f = B("f...
4
5
1.25
0.416667
3
1.333333
2
1
1.333333
4
2
2
3
0.75
3
0.6
2
3
3
3
3
2
1
1
1,736
class A: def __init__(self, txt: str): self.z: A = None self.q: B = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: B ...
b"
class A: def __init__(self, txt: str): self.z: A = None self.q: B = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: B ...
7
15
2.142857
0.357143
3
2.333333
3
2
2.333333
4
2
1
4
0.571429
4
0.266667
1
2
2
2
3
2
1
2
1,737
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.y: C = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.txt =...
j"
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.y: C = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.txt =...
4
6
1.5
0.5
3
1.333333
3
1
1.666667
4
3
2
2
0.5
2
0.333333
3
2
4
2.5
2
2
1
1
1,738
class A: def __init__(self, txt: str): self.o: C = None self.q: B = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.txt =...
a"
class A: def __init__(self, txt: str): self.o: C = None self.q: B = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.txt =...
7
10
1.428571
0.238095
3
2.333333
3
1
1.666667
5
2
2
4
0.571429
4
0.4
2
4
4
4
2
3
1
1
1,739
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.t: B = None self.p: A ...
b"
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.t: B = None self.p: A ...
6
10
1.666667
0.333333
3
2
3
1
2
4
2
2
3
0.5
3
0.3
2
2
2
2
1
4
4
1
1,740
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.r: B = None self.s: A ...
l"
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.r: B = None self.s: A ...
5
9
1.8
0.45
3
1.666667
3
1
2
3
2
2
2
0.4
2
0.222222
2
2
2
2
2
2
1
1
1,741
class A: def __init__(self, txt: str): self.q: A = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.txt =...
f"
class A: def __init__(self, txt: str): self.q: A = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.txt =...
7
12
1.714286
0.285714
3
2.333333
2
1
1.666667
3
2
1
3
0.428571
3
0.25
1
2
2
2
2
2
2
1
1,742
class A: def __init__(self, txt: str): self.s: C = None self.q: A = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.txt =...
l"
class A: def __init__(self, txt: str): self.s: C = None self.q: A = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.txt =...
8
12
1.5
0.214286
3
2.666667
3
1
1.666667
5
2
2
4
0.5
4
0.333333
2
3
3
3
3
2
1
1
1,743
class A: def __init__(self, txt: str): self.w: A = 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.y: A = None self.w: B = None self.q: A = None self.txt =...
i"
class A: def __init__(self, txt: str): self.w: A = 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.y: A = None self.w: B = None self.q: A = None self.txt =...
8
9
1.125
0.160714
3
2.666667
3
1
1.666667
4
2
2
3
0.375
3
0.333333
2
2
2
2
3
2
1
2
1,744
class A: def __init__(self, txt: str): self.y: B = None self.z: C = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: A ...
j"
class A: def __init__(self, txt: str): self.y: B = None self.z: C = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: A ...
4
9
2.25
0.75
3
1.333333
3
2
2.666667
3
2
1
3
0.75
3
0.333333
1
3
3
3
3
1
1
1
1,745
class A: def __init__(self, txt: str): self.w: B = None self.v: C = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.o: C = None self.w: C = None self.txt = txt class C: def __init__(self, txt:...
n"
class A: def __init__(self, txt: str): self.w: B = None self.v: C = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.o: C = None self.w: C = None self.txt = txt class C: def __init__(self, txt:...
9
22
2.444444
0.305556
3
3
3
3
3
4
2
1
4
0.444444
4
0.181818
1
2
2
2
4
1
1
1
1,746
class A: def __init__(self, txt: str): self.r: B = 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.z: C = None self.w: A = None self.txt = txt n = A("n") k = B("k...
e"
class A: def __init__(self, txt: str): self.r: B = 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.z: C = None self.w: A = None self.txt = txt n = A("n") k = B("k...
7
9
1.285714
0.214286
3
2.333333
2
1
1.333333
3
2
1
3
0.428571
3
0.333333
1
2
2
2
2
2
2
1
1,747
class A: def __init__(self, txt: str): self.x: B = None self.w: B = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: C = None self.t: C ...
i"
class A: def __init__(self, txt: str): self.x: B = None self.w: B = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: C = None self.t: C ...
4
7
1.75
0.583333
3
1.333333
3
1
2.333333
4
2
1
4
1
4
0.571429
1
2
2
2
4
1
1
1
1,748
class A: def __init__(self, txt: str): self.r: A = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.q: A = None self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: A ...
c"
class A: def __init__(self, txt: str): self.r: A = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.q: A = None self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: A ...
8
16
2
0.285714
3
2.666667
3
1
2
5
2
2
4
0.5
4
0.25
2
2
2
2
3
2
1
2
1,749
class A: def __init__(self, txt: str): self.z: C = None self.x: C = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.x: C = None self.s: A = None self.txt = txt class C: def __init__(self, txt:...
n"
class A: def __init__(self, txt: str): self.z: C = None self.x: C = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.x: C = None self.s: A = None self.txt = txt class C: def __init__(self, txt:...
8
18
2.25
0.321429
3
2.666667
3
2
2.666667
4
3
2
2
0.25
2
0.111111
3
2
4
2.5
2
2
1
1
1,750
class A: def __init__(self, txt: str): self.u: B = 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.q: C = None self.t: B = None self.txt =...
f"
class A: def __init__(self, txt: str): self.u: B = 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.q: C = None self.t: B = None self.txt =...
8
14
1.75
0.25
3
2.666667
2
1
1.666667
5
3
1
4
0.5
5
0.357143
2
2
5
3.333333
3
3
3
2
1,751
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.w: A = None self.q: B = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.w: C ...
b"
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.w: A = None self.q: B = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.w: C ...
10
20
2
0.222222
3
3.333333
3
2
2.333333
7
3
1
5
0.5
7
0.35
3
2
5
3.25
4
3
3
2
1,752
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.t: B = None self.txt = txt j = A("j") k = B("k...
k"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.t: B = None self.txt = txt j = A("j") k = B("k...
5
5
1
0.25
3
1.666667
2
1
1.333333
5
2
1
4
0.8
5
1
2
2
2
2
2
3
3
2
1,753
class A: def __init__(self, txt: str): self.t: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.y: 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.t: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.txt =...
3
3
1
0.5
3
1
2
1
1.666667
3
2
1
3
1
3
1
1
2
2
2
3
1
1
1
1,754
class A: def __init__(self, txt: str): self.r: A = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.y: A = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: A ...
n"
class A: def __init__(self, txt: str): self.r: A = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.y: A = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: A ...
10
18
1.8
0.2
3
3.333333
3
1
2
7
3
2
5
0.5
6
0.333333
3
2
4
3
3
3
2
2
1,755
class A: def __init__(self, txt: str): self.u: C = None self.o: B = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.q: A ...
b"
class A: def __init__(self, txt: str): self.u: C = None self.o: B = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.q: A ...
6
8
1.333333
0.266667
3
2
3
1
2
4
3
2
2
0.333333
3
0.375
3
2
4
2.5
3
2
1
2
1,756
class A: def __init__(self, txt: str): self.t: C = None self.v: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: A ...
m"
class A: def __init__(self, txt: str): self.t: C = None self.v: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: A ...
3
4
1.333333
0.666667
3
1
3
1
2
3
2
2
2
0.666667
2
0.5
2
2
2
2
2
2
1
1
1,757
class A: def __init__(self, txt: str): self.y: B = None self.o: B = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: A ...
l"
class A: def __init__(self, txt: str): self.y: B = None self.o: B = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: A ...
3
4
1.333333
0.666667
3
1
3
2
2.666667
3
2
1
3
1
3
0.75
1
2
2
2
3
1
1
1
1,758
class A: def __init__(self, txt: str): self.s: B = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.u: A = None self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: C ...
l"
class A: def __init__(self, txt: str): self.s: B = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.u: A = None self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: C ...
9
22
2.444444
0.305556
3
3
3
2
2.666667
8
2
1
8
0.888889
8
0.363636
1
4
4
4
4
5
4
2
1,759
class A: def __init__(self, txt: str): self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.txt = txt d = A("d") h = B("h...
d"
class A: def __init__(self, txt: str): self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.txt = txt d = A("d") h = B("h...
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,760
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.r: C = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.txt =...
i"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.r: C = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.txt =...
9
10
1.111111
0.138889
3
3
3
1
1.666667
6
4
3
2
0.222222
2
0.2
5
2
6
3.111111
2
3
1
1
1,761
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.r: B = None self.w: A = None self.txt =...
g"
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.r: B = None self.w: A = None self.txt =...
7
10
1.428571
0.238095
3
2.333333
3
1
1.666667
6
3
3
3
0.428571
3
0.3
4
2
4
2.666667
2
5
5
1
1,762
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.x: A = None self.z: B ...
c"
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.x: A = None self.z: B ...
4
6
1.5
0.5
3
1.333333
3
1
2
4
3
2
2
0.5
3
0.5
3
2
4
2.5
3
2
1
2
1,763
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.q: B = None self.u: B ...
g"
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.q: B = None self.u: B ...
3
3
1
0.5
3
1
3
1
2
3
2
1
3
1
3
1
1
3
3
3
3
1
1
1
1,764
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.txt = txt b = A("b") f = B("f...
f"
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.txt = txt b = A("b") f = B("f...
5
6
1.2
0.3
3
1.666667
2
1
1.333333
3
2
2
2
0.4
2
0.333333
2
2
2
2
2
2
1
1
1,765
class A: def __init__(self, txt: str): self.o: C = None self.r: B = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: A ...
f"
class A: def __init__(self, txt: str): self.o: C = None self.r: B = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: A ...
9
17
1.888889
0.236111
3
3
3
1
2
6
2
1
5
0.555556
6
0.352941
2
2
3
2.5
5
2
1
2
1,766
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.s: A = None self.p: C ...
c"
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.s: A = None self.p: C ...
8
14
1.75
0.25
3
2.666667
3
1
2
6
3
3
3
0.375
3
0.214286
4
2
4
2.666667
2
5
5
1
1,767
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.v: C = None self.t: A ...
i"
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.v: C = None self.t: A ...
7
14
2
0.333333
3
2.333333
3
1
2
4
3
2
2
0.285714
2
0.142857
3
2
4
2.5
1
4
4
1
1,768
class A: def __init__(self, txt: str): self.p: C = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.x: B = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A ...
b"
class A: def __init__(self, txt: str): self.p: C = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.x: B = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A ...
6
13
2.166667
0.433333
3
2
3
2
2.333333
3
2
2
2
0.333333
2
0.153846
2
2
2
2
1
3
3
1
1,769
class A: def __init__(self, txt: str): self.t: C = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.x: B = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B ...
b"
class A: def __init__(self, txt: str): self.t: C = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.x: B = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B ...
9
18
2
0.25
3
3
3
2
2.333333
9
3
2
6
0.666667
7
0.388889
4
3
7
4.2
5
2
1
2
1,770
class A: def __init__(self, txt: str): self.o: B = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.txt = txt h = A("h") g = B("g...
n"
class A: def __init__(self, txt: str): self.o: B = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.txt = txt h = A("h") g = B("g...
6
6
1
0.2
3
2
2
1
1.333333
5
2
1
5
0.833333
5
0.833333
1
3
3
3
3
3
2
1
1,771
class A: def __init__(self, txt: str): self.o: C = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: C = None self.s: B ...
d"
class A: def __init__(self, txt: str): self.o: C = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: C = None self.s: B ...
9
20
2.222222
0.277778
3
3
3
2
2.333333
9
3
2
5
0.555556
7
0.35
5
2
7
3.666667
4
4
2
2
1,772
class A: def __init__(self, txt: str): self.v: B = None self.q: B = None 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.z: A = None self.txt =...
g"
class A: def __init__(self, txt: str): self.v: B = None self.q: B = None 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.z: A = None self.txt =...
3
3
1
0.5
3
1
3
1
1.666667
3
2
1
3
1
3
1
1
3
3
3
3
1
1
1
1,773
class A: def __init__(self, txt: str): self.z: B = None self.w: C = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B ...
d"
class A: def __init__(self, txt: str): self.z: B = None self.w: C = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B ...
9
19
2.111111
0.263889
3
3
3
2
2.333333
4
1
1
5
0.555556
4
0.210526
0
null
null
null
4
1
1
1
1,774
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.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.r: A = None self.txt =...
a"
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.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.r: 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
2
2
2
3
2
2
2
1,775
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.p: B = None self.txt =...
d"
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.p: B = None self.txt =...
9
16
1.777778
0.222222
3
3
2
1
1.666667
5
3
1
4
0.444444
5
0.3125
2
2
4
2.666667
4
2
1
2
1,776
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.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.txt = txt d = A("d") g = B("g...
c"
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.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.txt = txt d = A("d") g = B("g...
10
11
1.1
0.122222
3
3.333333
2
1
1.333333
5
2
1
5
0.5
5
0.454545
1
3
3
3
2
4
4
1
1,777
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.t: A = None self.txt =...
g"
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.t: A = None self.txt =...
3
5
1.666667
0.833333
3
1
2
1
1.666667
3
2
1
3
1
3
0.6
1
3
3
3
3
1
1
1
1,778
class A: def __init__(self, txt: str): self.y: B = None self.t: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.o: B = None self.s: C = None self.txt = txt class C: def __init__(self, txt:...
n"
class A: def __init__(self, txt: str): self.y: B = None self.t: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.o: B = None self.s: C = None self.txt = txt class C: def __init__(self, txt:...
9
18
2
0.25
3
3
3
1
2.333333
7
4
3
3
0.333333
3
0.166667
5
2
6
3.111111
1
7
7
1
1,779
class A: def __init__(self, txt: str): self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: C = None self.p: A = None self.txt = txt k = A("k") i = B("i...
m"
class A: def __init__(self, txt: str): self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: C = None self.p: A = None self.txt = txt k = A("k") i = B("i...
5
7
1.4
0.35
3
1.666667
2
1
1.333333
5
3
2
3
0.6
3
0.428571
3
2
4
2.5
2
4
4
1
1,780
class A: def __init__(self, txt: str): self.w: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.o: C = None self.u: B ...
c"
class A: def __init__(self, txt: str): self.w: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.o: C = None self.u: B ...
7
11
1.571429
0.261905
3
2.333333
3
1
2
5
1
1
6
0.857143
5
0.454545
0
null
null
null
4
2
1
1
1,781
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.v: B = None self.u: C ...
i"
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.v: B = None self.u: C ...
9
20
2.222222
0.277778
3
3
3
1
2
8
3
1
6
0.666667
8
0.4
3
2
5
3.5
5
4
2
3
1,782
class A: def __init__(self, txt: str): self.t: B = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.q: C = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B ...
i"
class A: def __init__(self, txt: str): self.t: B = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.q: C = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B ...
5
10
2
0.5
3
1.666667
3
2
2.666667
4
2
1
3
0.6
4
0.4
2
2
3
2.5
3
2
2
2
1,783
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt = txt d = A("d") c = B("c...
d"
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt = txt d = A("d") c = B("c...
5
7
1.4
0.35
3
1.666667
2
1
1.333333
4
2
2
3
0.6
3
0.428571
2
2
2
2
2
3
3
1
1,784
class A: def __init__(self, txt: str): self.u: B = None self.p: A = 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.v: B = None self.w: A = None self.txt =...
j"
class A: def __init__(self, txt: str): self.u: B = None self.p: A = 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.v: B = None self.w: A = None self.txt =...
8
14
1.75
0.25
3
2.666667
2
1
1.666667
3
2
1
3
0.375
3
0.214286
1
2
2
2
2
2
2
1
1,785
class A: def __init__(self, txt: str): self.p: 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.u: A = None self.txt = txt f = A("f") n = B("n") d = C("d") i = B("i") ...
f"
class A: def __init__(self, txt: str): self.p: 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.u: A = None self.txt = txt f = A("f") n = B("n") d = C("d") i = B("i") ...
5
5
1
0.25
3
1.666667
1
1
1
4
2
2
3
0.6
3
0.6
2
2
2
2
2
3
3
1
1,786
class A: def __init__(self, txt: str): self.o: B = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.p: A ...
f"
class A: def __init__(self, txt: str): self.o: B = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.p: A ...
7
13
1.857143
0.309524
3
2.333333
2
2
2
4
3
1
3
0.428571
4
0.307692
2
2
4
2.666667
3
2
2
2
1,787
class A: def __init__(self, txt: str): self.y: B = None self.o: C = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: C ...
l"
class A: def __init__(self, txt: str): self.y: B = None self.o: C = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: C ...
8
14
1.75
0.25
3
2.666667
3
1
2
3
2
2
2
0.25
2
0.142857
2
2
2
2
1
3
3
1
1,788
class A: def __init__(self, txt: str): self.z: B = 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.z: B = None self.q: B = None self.v: B ...
c"
class A: def __init__(self, txt: str): self.z: B = 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.z: B = None self.q: B = None self.v: B ...
10
17
1.7
0.188889
3
3.333333
3
1
2
8
2
2
5
0.5
5
0.294118
4
4
4
4
4
3
1
2
1,789
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.txt = txt i = A("i") c = B("c...
m"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.txt = txt i = A("i") c = B("c...
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,790
class A: def __init__(self, txt: str): self.t: B = None self.p: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: C ...
d"
class A: def __init__(self, txt: str): self.t: B = None self.p: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: C ...
7
13
1.857143
0.309524
3
2.333333
3
2
2.333333
6
3
2
4
0.571429
5
0.384615
3
2
5
3.25
3
4
4
2
1,791
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.z: B = None self.p: B = None self.txt =...
l"
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.z: B = None self.p: B = None self.txt =...
3
4
1.333333
0.666667
3
1
3
1
1.666667
3
2
1
3
1
3
0.75
1
2
2
2
3
1
1
1
1,792
class A: def __init__(self, txt: str): self.s: C = None self.t: C = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.v: A ...
n"
class A: def __init__(self, txt: str): self.s: C = None self.t: C = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.v: A ...
9
15
1.666667
0.208333
3
3
3
1
2.333333
9
4
3
5
0.555556
7
0.466667
5
2
6
3.111111
6
3
1
3
1,793
class A: def __init__(self, txt: str): self.r: C = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.t: A = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B ...
c"
class A: def __init__(self, txt: str): self.r: C = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.t: A = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B ...
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
3
1
1
1
1,794
class A: def __init__(self, txt: str): self.w: C = None self.v: A = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.q: B = None self.p: A = None self.txt = txt class C: def __init__(self, txt:...
b"
class A: def __init__(self, txt: str): self.w: C = None self.v: A = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.q: B = None self.p: A = None self.txt = txt class C: def __init__(self, txt:...
5
9
1.8
0.45
3
1.666667
3
1
2.333333
5
2
1
5
1
5
0.555556
1
2
2
2
3
2
2
1
1,795
class A: def __init__(self, txt: str): self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.z: C = None self.txt = txt a = A("a") j = B("j...
b"
class A: def __init__(self, txt: str): self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.z: C = None self.txt = txt a = A("a") j = B("j...
9
12
1.333333
0.166667
3
3
2
1
1.333333
7
3
2
4
0.444444
5
0.416667
4
2
5
3
3
4
4
2
1,796
class A: def __init__(self, txt: str): self.u: C = None self.v: A = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: C = None self.z: B ...
j"
class A: def __init__(self, txt: str): self.u: C = None self.v: A = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: C = None self.z: B ...
8
16
2
0.285714
3
2.666667
3
1
2.333333
3
1
1
4
0.5
3
0.1875
0
null
null
null
3
1
1
1
1,797
class A: def __init__(self, txt: str): self.r: A = None self.w: C = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.w: B ...
a"
class A: def __init__(self, txt: str): self.r: A = None self.w: C = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.w: B ...
9
15
1.666667
0.208333
3
3
3
1
2
5
2
1
3
0.333333
5
0.333333
3
3
3
3
2
3
3
2
1,798
class A: def __init__(self, txt: str): self.z: B = None self.u: 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.r: A = None self.q: B = None self.txt =...
f"
class A: def __init__(self, txt: str): self.z: B = None self.u: 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.r: A = None self.q: B = None self.txt =...
9
13
1.444444
0.180556
3
3
2
1
1.666667
9
3
2
5
0.555556
6
0.461538
5
3
7
4.142857
3
6
2
2
1,799
class A: def __init__(self, txt: str): self.x: C = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.w: A = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B ...
f"
class A: def __init__(self, txt: str): self.x: C = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.w: A = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: 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
1