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,200
class A: def __init__(self, txt: str): self.v: C = None self.t: A = None self.r: A = 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.z: A = None self.txt =...
l"
class A: def __init__(self, txt: str): self.v: C = None self.t: A = None self.r: A = 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.z: A = None self.txt =...
5
7
1.4
0.35
3
1.666667
3
1
1.666667
5
2
2
4
0.8
4
0.571429
2
2
2
2
4
2
1
2
1,201
class A: def __init__(self, txt: str): self.q: B = None self.r: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.v: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt:...
b"
class A: def __init__(self, txt: str): self.q: B = None self.r: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.v: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt:...
5
9
1.8
0.45
3
1.666667
3
1
2.333333
3
2
1
3
0.6
3
0.333333
1
2
2
2
3
1
1
2
1,202
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt = txt i = A("i") h = B("h...
i"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt = txt i = A("i") h = B("h...
3
4
1.333333
0.666667
3
1
2
1
1.333333
3
2
1
3
1
3
0.75
1
2
2
2
3
1
1
2
1,203
class A: def __init__(self, txt: str): self.r: B = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: C = None self.txt =...
b"
class A: def __init__(self, txt: str): self.r: B = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: C = None self.txt =...
7
11
1.571429
0.261905
3
2.333333
2
1
1.666667
6
4
3
2
0.285714
2
0.181818
5
2
6
3.111111
1
6
6
1
1,204
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: C = None self.s: A = None self.txt = txt h = A("h") k = B("k...
k"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: C = None self.s: A = None self.txt = txt h = A("h") k = B("k...
4
6
1.5
0.5
3
1.333333
2
1
1.333333
4
2
2
3
0.75
3
0.5
2
3
3
3
3
2
1
1
1,205
class A: def __init__(self, txt: str): self.t: C = None self.q: C = None self.r: 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.p: A = None self.r: C ...
g"
class A: def __init__(self, txt: str): self.t: C = None self.q: C = None self.r: 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.p: A = None self.r: C ...
4
8
2
0.666667
3
1.333333
3
1
2
4
2
1
3
0.75
4
0.5
2
2
4
3
3
2
2
2
1,206
class A: def __init__(self, txt: str): self.o: C = None self.u: C = None self.p: A = 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.p: C = None self.z: B ...
m"
class A: def __init__(self, txt: str): self.o: C = None self.u: C = None self.p: A = 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.p: C = None self.z: B ...
6
10
1.666667
0.333333
3
2
3
1
2
3
2
2
2
0.333333
2
0.2
2
2
2
2
1
3
3
1
1,207
class A: def __init__(self, txt: str): self.p: 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.w: A = None self.p: A = None self.txt = txt l = A("l") h = B("h...
l"
class A: def __init__(self, txt: str): self.p: 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.w: A = None self.p: A = None self.txt = txt l = A("l") h = B("h...
5
5
1
0.25
3
1.666667
2
1
1.333333
3
2
1
3
0.6
3
0.6
1
2
2
2
3
1
1
1
1,208
class A: def __init__(self, txt: str): self.y: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.p: C ...
b"
class A: def __init__(self, txt: str): self.y: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.p: C ...
7
9
1.285714
0.214286
3
2.333333
2
2
2
7
4
2
2
0.285714
4
0.444444
6
2
6
3.333333
3
3
1
2
1,209
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.w: C = None self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.txt =...
m"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.w: C = None self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.txt =...
10
12
1.2
0.133333
3
3.333333
3
1
1.666667
6
2
2
4
0.4
4
0.333333
3
3
3
3
4
2
1
1
1,210
class A: def __init__(self, txt: str): self.w: A = None self.t: A = None 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.w: A = None self.t: A ...
j"
class A: def __init__(self, txt: str): self.w: A = None self.t: A = None 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.w: A = None self.t: A ...
8
11
1.375
0.196429
3
2.666667
3
1
2.333333
3
2
1
3
0.375
3
0.272727
1
2
2
2
3
1
1
1
1,211
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.v: A = None self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.p: C ...
d"
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.v: A = None self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.p: C ...
9
16
1.777778
0.222222
3
3
3
1
2.333333
4
1
1
5
0.555556
4
0.25
0
null
null
null
3
2
1
1
1,212
class A: def __init__(self, txt: str): self.q: A = None self.o: C = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.q: C ...
k"
class A: def __init__(self, txt: str): self.q: A = None self.o: C = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.q: C ...
7
14
2
0.333333
3
2.333333
3
1
2
6
2
2
4
0.571429
4
0.285714
3
3
3
3
3
3
1
1
1,213
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.txt = txt l = A("l") b = B("b") f = C("f") n = B("n") ...
b"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.txt = txt l = A("l") b = B("b") f = C("f") n = B("n") ...
4
4
1
0.333333
3
1.333333
1
1
1
4
2
2
3
0.75
3
0.75
2
2
2
2
2
2
1
1
1,214
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.s: A = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt =...
i"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.s: A = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt =...
4
5
1.25
0.416667
3
1.333333
3
1
1.666667
3
2
2
2
0.5
2
0.4
2
2
2
2
2
2
1
1
1,215
class A: def __init__(self, txt: str): self.y: C = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.p: C ...
i"
class A: def __init__(self, txt: str): self.y: C = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.p: C ...
10
22
2.2
0.244444
3
3.333333
3
2
2.333333
3
2
2
2
0.2
2
0.090909
2
2
2
2
1
3
3
1
1,216
class A: def __init__(self, txt: str): self.p: B = None self.v: C = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.y: C = None self.z: B = None self.txt = txt class C: def __init__(self, txt:...
i"
class A: def __init__(self, txt: str): self.p: B = None self.v: C = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.y: 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
2
1
6
0.75
6
0.285714
1
2
2
2
3
2
2
1
1,217
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.p: B = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.p: B ...
g"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.p: B = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.p: B ...
5
13
2.6
0.65
3
1.666667
3
1
2.333333
4
2
1
4
0.8
4
0.307692
1
2
2
2
3
2
1
1
1,218
class A: def __init__(self, txt: str): self.p: B = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.q: C ...
i"
class A: def __init__(self, txt: str): self.p: B = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.q: C ...
10
20
2
0.222222
3
3.333333
2
2
2
4
2
1
4
0.4
4
0.2
1
2
2
2
2
2
1
1
1,219
class A: def __init__(self, txt: str): self.w: B = None self.r: C = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.u: A = None self.s: A = None self.txt = txt class C: def __init__(self, txt:...
c"
class A: def __init__(self, txt: str): self.w: B = None self.r: C = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.u: A = None self.s: A = None self.txt = txt class C: def __init__(self, txt:...
6
17
2.833333
0.566667
3
2
3
2
2.666667
6
3
2
4
0.666667
5
0.294118
3
2
5
3
4
2
1
2
1,220
class A: def __init__(self, txt: str): self.v: C = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: C = None self.w: B ...
e"
class A: def __init__(self, txt: str): self.v: C = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: C = None self.w: B ...
9
22
2.444444
0.305556
3
3
3
2
2.333333
4
2
1
4
0.444444
4
0.181818
1
2
2
2
3
2
2
2
1,221
class A: def __init__(self, txt: str): self.s: B = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.txt = txt c = A("c") l = B("l...
l"
class A: def __init__(self, txt: str): self.s: B = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.txt = txt c = A("c") l = B("l...
9
13
1.444444
0.180556
3
3
2
1
1.333333
3
2
2
2
0.222222
2
0.153846
2
2
2
2
1
3
3
1
1,222
class A: def __init__(self, txt: str): self.z: 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.q: B = None self.txt = txt l = A("l") n = B("n") d = C("d") l.z = n n....
n"
class A: def __init__(self, txt: str): self.z: 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.q: B = None self.txt = txt l = A("l") n = B("n") d = C("d") l.z = n n....
3
3
1
0.5
3
1
1
1
1
3
2
1
3
1
3
1
1
2
2
2
3
1
1
1
1,223
class A: def __init__(self, txt: str): self.u: B = None self.v: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.p: A = None self.t: A = None self.txt = txt class C: def __init__(self, txt:...
a"
class A: def __init__(self, txt: str): self.u: B = None self.v: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.p: A = None self.t: A = None self.txt = txt class C: def __init__(self, txt:...
4
7
1.75
0.583333
3
1.333333
3
1
2.333333
3
2
1
3
0.75
3
0.428571
1
2
2
2
2
2
2
2
1,224
class A: def __init__(self, txt: str): self.x: 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.s: B = None self.txt = txt i = A("i") a = B("a") c = C("c") e = C("e") ...
a"
class A: def __init__(self, txt: str): self.x: 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.s: B = None self.txt = txt i = A("i") a = B("a") c = C("c") e = C("e") ...
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,225
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt = txt m = A("m") d = B("d...
g"
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt = txt m = A("m") d = B("d...
9
13
1.444444
0.180556
3
3
2
1
1.333333
5
2
1
5
0.555556
5
0.384615
1
2
2
2
3
2
1
2
1,226
class A: def __init__(self, txt: str): self.s: B = None self.z: C = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.v: B = None self.t: A = None self.txt = txt class C: def __init__(self, txt:...
n"
class A: def __init__(self, txt: str): self.s: B = None self.z: C = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.v: B = None self.t: A = None self.txt = txt class C: def __init__(self, txt:...
10
26
2.6
0.288889
3
3.333333
3
2
2.666667
6
2
2
5
0.5
5
0.192308
2
2
2
2
4
3
1
2
1,227
class A: def __init__(self, txt: str): self.v: A = None self.y: A = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.w: B = None self.p: B = None self.txt = txt class C: def __init__(self, txt:...
b"
class A: def __init__(self, txt: str): self.v: A = None self.y: A = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.w: B = None self.p: B = None self.txt = txt class C: def __init__(self, txt:...
8
17
2.125
0.303571
3
2.666667
3
1
2.333333
8
4
2
5
0.625
6
0.352941
4
2
6
3.428571
4
3
2
2
1,228
class A: def __init__(self, txt: str): self.u: B = None self.y: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.w: A = None self.s: C = None self.txt = txt class C: def __init__(self, txt:...
f"
class A: def __init__(self, txt: str): self.u: B = None self.y: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.w: A = None self.s: C = None self.txt = txt class C: def __init__(self, txt:...
8
14
1.75
0.25
3
2.666667
3
2
2.666667
4
2
1
4
0.5
4
0.285714
1
4
4
4
4
1
1
1
1,229
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.p: C = None self.t: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B ...
n"
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.p: C = None self.t: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B ...
3
5
1.666667
0.833333
3
1
3
1
2
3
2
1
3
1
3
0.6
1
3
3
3
3
1
1
1
1,230
class A: def __init__(self, txt: str): self.z: B = 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.z: A = None self.v: A = None self.y: B ...
c"
class A: def __init__(self, txt: str): self.z: B = 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.z: A = None self.v: A = None self.y: B ...
9
18
2
0.25
3
3
3
1
2
4
2
1
4
0.444444
4
0.222222
1
2
2
2
3
2
1
2
1,231
class A: def __init__(self, txt: str): self.p: C = None self.y: B = None self.w: 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.v: B = None self.txt =...
k"
class A: def __init__(self, txt: str): self.p: C = None self.y: B = None self.w: 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.v: 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
3
3
3
3
1
1
1
1,232
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.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.txt = txt e = A("e") g = B("g...
c"
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.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.txt = txt e = A("e") g = B("g...
7
9
1.285714
0.214286
3
2.333333
2
1
1.333333
5
3
2
3
0.428571
3
0.333333
3
2
4
2.5
2
3
1
1
1,233
class A: def __init__(self, txt: str): self.o: B = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.txt =...
i"
class A: def __init__(self, txt: str): self.o: B = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.txt =...
5
8
1.6
0.4
3
1.666667
2
1
1.666667
4
2
1
4
0.8
4
0.5
1
3
3
3
2
3
3
2
1,234
class A: def __init__(self, txt: str): self.y: B = 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.w: A = None self.o: B = None self.s: B ...
l"
class A: def __init__(self, txt: str): self.y: B = 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.w: A = None self.o: B = None self.s: B ...
4
7
1.75
0.583333
3
1.333333
3
1
2
4
2
1
3
0.75
4
0.571429
2
3
3
3
3
2
2
2
1,235
class A: def __init__(self, txt: str): self.z: C = None self.x: B = None self.q: B = 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.w: A ...
g"
class A: def __init__(self, txt: str): self.z: C = None self.x: B = None self.q: B = 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.w: A ...
5
7
1.4
0.35
3
1.666667
3
1
2
4
2
1
3
0.6
4
0.571429
2
2
3
2.5
4
1
1
2
1,236
class A: def __init__(self, txt: str): self.o: A = None self.t: 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.q: A = None self.p: B = None self.x: A ...
b"
class A: def __init__(self, txt: str): self.o: A = None self.t: 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.q: A = None self.p: B = None self.x: A ...
9
18
2
0.25
3
3
3
1
2
6
3
2
4
0.444444
4
0.222222
3
2
4
2.5
3
4
4
1
1,237
class A: def __init__(self, txt: str): self.x: 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.q: A = None self.txt = txt l = A("l") g = B("g") j = C("j") b = A("b") ...
g"
class A: def __init__(self, txt: str): self.x: 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.q: A = None self.txt = txt l = A("l") g = B("g") j = C("j") b = A("b") ...
5
5
1
0.25
3
1.666667
1
1
1
3
2
1
3
0.6
3
0.6
1
3
3
3
3
1
1
1
1,238
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.s: C = None self.t: A = None self.x: B = None self.txt =...
a"
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.s: C = None self.t: A = None self.x: B = None self.txt =...
9
15
1.666667
0.208333
3
3
3
1
1.666667
4
1
1
5
0.555556
4
0.266667
0
null
null
null
3
2
1
1
1,239
class A: def __init__(self, txt: str): self.o: 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.r: B = None self.s: B = None self.txt =...
j"
class A: def __init__(self, txt: str): self.o: 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.r: B = None self.s: B = None self.txt =...
5
6
1.2
0.3
3
1.666667
3
1
1.666667
3
2
1
3
0.6
3
0.5
1
2
2
2
2
2
1
1
1,240
class A: def __init__(self, txt: str): self.o: B = None self.s: C = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.v: C = None self.s: A = None self.txt = txt class C: def __init__(self, txt:...
j"
class A: def __init__(self, txt: str): self.o: B = None self.s: C = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.v: C = None self.s: A = None self.txt = txt class C: def __init__(self, txt:...
5
8
1.6
0.4
3
1.666667
3
1
2.333333
5
3
3
2
0.4
2
0.25
4
2
4
2.666667
2
3
1
1
1,241
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.txt = txt n = A("n") j = B("j") k = C("k") h = B("h") ...
d"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.txt = txt n = A("n") j = B("j") k = C("k") h = B("h") ...
10
10
1
0.111111
3
3.333333
1
1
1
9
2
2
5
0.5
5
0.5
5
5
5
5
1
9
9
1
1,242
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.u: A = None self.txt = txt h = A("h") j = B("j...
i"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.u: A = None self.txt = txt h = A("h") j = B("j...
6
6
1
0.2
3
2
2
1
1.333333
3
1
1
4
0.666667
3
0.5
0
null
null
null
2
2
1
1
1,243
class A: def __init__(self, txt: str): self.u: A = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.txt = txt e = A("e") i = B("i...
i"
class A: def __init__(self, txt: str): self.u: A = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.txt = txt e = A("e") i = B("i...
5
5
1
0.25
3
1.666667
2
1
1.333333
3
2
2
2
0.4
2
0.4
2
2
2
2
1
3
3
1
1,244
class A: def __init__(self, txt: str): self.p: A = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.p: B = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: C ...
k"
class A: def __init__(self, txt: str): self.p: A = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.p: B = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: C ...
8
12
1.5
0.214286
3
2.666667
3
1
2
5
3
3
2
0.25
2
0.166667
4
2
4
2.666667
1
5
5
1
1,245
class A: def __init__(self, txt: str): self.p: B = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: C = None self.t: C ...
c"
class A: def __init__(self, txt: str): self.p: B = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: C = None self.t: C ...
6
8
1.333333
0.266667
3
2
2
2
2
5
2
1
4
0.666667
5
0.625
2
3
3
3
3
3
3
2
1,246
class A: def __init__(self, txt: str): self.x: B = None self.v: C = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: C = None self.txt =...
d"
class A: def __init__(self, txt: str): self.x: B = None self.v: C = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: C = None self.txt =...
6
10
1.666667
0.333333
3
2
3
1
1.666667
3
2
1
3
0.5
3
0.3
1
2
2
2
2
2
2
1
1,247
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.t: C = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: C = None self.txt =...
a"
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.t: C = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: C = None self.txt =...
9
12
1.333333
0.166667
3
3
3
1
1.666667
5
2
1
5
0.555556
5
0.416667
1
2
2
2
3
2
1
2
1,248
class A: def __init__(self, txt: str): self.z: C = None self.o: A = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: A ...
k"
class A: def __init__(self, txt: str): self.z: C = None self.o: A = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: A ...
10
24
2.4
0.266667
3
3.333333
3
1
2
9
3
2
5
0.5
7
0.291667
5
2
6
3.142857
4
3
2
2
1,249
class A: def __init__(self, txt: str): self.r: A = None self.s: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.s: C = None self.p: C = None self.txt = txt class C: def __init__(self, txt:...
l"
class A: def __init__(self, txt: str): self.r: A = None self.s: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.s: C = None self.p: C = None self.txt = txt class C: def __init__(self, txt:...
10
24
2.4
0.266667
3
3.333333
3
2
2.666667
9
2
1
7
0.7
9
0.375
3
3
5
4
4
4
2
2
1,250
class A: def __init__(self, txt: str): self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.s: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.r: A ...
m"
class A: def __init__(self, txt: str): self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.s: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.r: A ...
8
19
2.375
0.339286
3
2.666667
3
1
2
3
2
1
3
0.375
3
0.157895
1
2
2
2
2
2
2
1
1,251
class A: def __init__(self, txt: str): self.o: A = 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.s: C = None self.t: C = None self.txt = txt a = A("a") j = B("j...
h"
class A: def __init__(self, txt: str): self.o: A = 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.s: C = None self.t: C = None self.txt = txt a = A("a") j = B("j...
9
11
1.222222
0.152778
3
3
2
1
1.333333
6
3
2
3
0.333333
5
0.454545
4
2
5
3.4
2
4
3
2
1,252
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.q: A = None self.v: B ...
f"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.q: A = None self.v: B ...
10
15
1.5
0.166667
3
3.333333
3
1
2
6
2
1
5
0.5
6
0.4
2
2
4
3
3
3
2
2
1,253
class A: def __init__(self, txt: str): self.z: A = None self.s: A = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.x: B = None self.u: B = None self.txt = txt class C: def __init__(self, txt:...
a"
class A: def __init__(self, txt: str): self.z: A = None self.s: A = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.x: B = None self.u: B = None self.txt = txt class C: def __init__(self, txt:...
7
14
2
0.333333
3
2.333333
3
2
2.666667
7
3
2
4
0.571429
5
0.357143
4
2
5
3
5
2
1
2
1,254
class A: def __init__(self, txt: str): self.w: 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.o: B = None self.txt = txt i = A("i") h = B("h") a = C("a") n = A("n") ...
h"
class A: def __init__(self, txt: str): self.w: 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.o: B = None self.txt = txt i = A("i") h = B("h") a = C("a") n = A("n") ...
4
4
1
0.333333
3
1.333333
1
1
1
4
3
2
2
0.5
2
0.5
3
2
4
2.5
2
2
1
1
1,255
class A: def __init__(self, txt: str): self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.txt = txt k = A("k") h = B("h") n = C("n") k.z = n h....
h"
class A: def __init__(self, txt: str): self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.txt = txt k = A("k") h = B("h") n = C("n") k.z = n h....
3
3
1
0.5
3
1
1
1
1
3
2
2
2
0.666667
2
0.666667
2
2
2
2
2
2
1
1
1,256
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.x: B = None self.txt =...
e"
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.x: B = None self.txt =...
5
6
1.2
0.3
3
1.666667
2
1
1.666667
3
2
2
2
0.4
2
0.333333
2
2
2
2
2
2
1
1
1,257
class A: def __init__(self, txt: str): self.v: B = None self.x: C = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.txt =...
d"
class A: def __init__(self, txt: str): self.v: B = None self.x: C = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.txt =...
4
5
1.25
0.416667
3
1.333333
3
1
1.666667
3
2
1
3
0.75
3
0.6
1
2
2
2
2
2
2
1
1,258
class A: def __init__(self, txt: str): self.t: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.o: C = None self.txt =...
j"
class A: def __init__(self, txt: str): self.t: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.o: C = None self.txt =...
7
10
1.428571
0.238095
3
2.333333
2
1
1.666667
3
1
1
4
0.571429
3
0.3
0
null
null
null
3
1
1
1
1,259
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.p: A = None self.txt = txt j = A("j") m = B("m...
f"
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.p: A = None self.txt = txt j = A("j") m = B("m...
8
10
1.25
0.178571
3
2.666667
2
1
1.333333
6
1
1
7
0.875
6
0.6
0
null
null
null
4
2
1
1
1,260
class A: def __init__(self, txt: str): self.y: A = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: C = None self.o: C = None self.t: B ...
d"
class A: def __init__(self, txt: str): self.y: A = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: C = None self.o: C = None self.t: B ...
10
20
2
0.222222
3
3.333333
3
1
2
4
2
2
3
0.3
3
0.15
2
2
2
2
2
2
1
1
1,261
class A: def __init__(self, txt: str): self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.txt = txt m = A("m") n = B("n...
m"
class A: def __init__(self, txt: str): self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.txt = txt m = A("m") n = B("n...
3
3
1
0.5
3
1
2
1
1.333333
3
2
1
3
1
3
1
1
2
2
2
2
2
1
1
1,262
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.y: B = None self.txt =...
k"
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.y: B = None self.txt =...
3
5
1.666667
0.833333
3
1
2
1
1.666667
3
2
2
2
0.666667
2
0.4
2
2
2
2
2
2
1
1
1,263
class A: def __init__(self, txt: str): self.w: B = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.x: C ...
f"
class A: def __init__(self, txt: str): self.w: B = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.x: C ...
6
12
2
0.4
3
2
2
2
2
3
2
1
3
0.5
3
0.25
1
2
2
2
2
2
2
2
1,264
class A: def __init__(self, txt: str): self.o: B = 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.p: A = None self.o: C = None self.txt =...
c"
class A: def __init__(self, txt: str): self.o: B = 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.p: A = None self.o: C = None self.txt =...
7
9
1.285714
0.214286
3
2.333333
2
1
1.666667
3
1
1
4
0.571429
3
0.333333
0
null
null
null
2
2
2
1
1,265
class A: def __init__(self, txt: str): self.o: A = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.z: C = None self.txt =...
n"
class A: def __init__(self, txt: str): self.o: A = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.z: C = None self.txt =...
9
16
1.777778
0.222222
3
3
2
1
1.666667
3
2
2
2
0.222222
2
0.125
2
2
2
2
1
3
3
1
1,266
class A: def __init__(self, txt: str): self.v: A = None 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.z: A = None self.p: A = None self.y: B ...
b"
class A: def __init__(self, txt: str): self.v: A = None 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.z: A = None self.p: A = None self.y: B ...
9
10
1.111111
0.138889
3
3
3
1
2
6
3
2
3
0.333333
4
0.4
4
2
4
2.666667
3
4
4
2
1,267
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: C = None self.u: A = None self.o: A ...
n"
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: C = None self.u: A = None self.o: A ...
10
21
2.1
0.233333
3
3.333333
3
1
2
7
2
1
5
0.5
7
0.333333
3
2
6
4.333333
3
3
2
2
1,268
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.p: B = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.txt =...
h"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.p: B = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.txt =...
10
20
2
0.222222
3
3.333333
3
1
1.666667
3
1
1
4
0.4
3
0.15
0
null
null
null
3
1
1
1
1,269
class A: def __init__(self, txt: str): self.z: B = None self.p: B = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: B ...
j"
class A: def __init__(self, txt: str): self.z: B = None self.p: B = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: B ...
10
24
2.4
0.266667
3
3.333333
3
2
2.333333
3
1
1
4
0.4
3
0.125
0
null
null
null
3
1
1
1
1,270
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.r: C = None self.txt =...
d"
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.r: C = None self.txt =...
6
10
1.666667
0.333333
3
2
2
1
1.666667
5
3
2
3
0.5
3
0.3
3
2
4
2.5
2
4
4
2
1,271
class A: def __init__(self, txt: str): self.p: B = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.txt = txt b = A("b") k = B("k...
b"
class A: def __init__(self, txt: str): self.p: B = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: 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,272
class A: def __init__(self, txt: str): self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.p: B = None self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.txt =...
d"
class A: def __init__(self, txt: str): self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.p: B = None self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.txt =...
6
8
1.333333
0.266667
3
2
3
1
1.666667
3
2
1
3
0.5
3
0.375
1
3
3
3
3
1
1
1
1,273
class A: def __init__(self, txt: str): self.z: B = None self.x: A = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B ...
b"
class A: def __init__(self, txt: str): self.z: B = None self.x: A = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B ...
4
9
2.25
0.75
3
1.333333
3
1
2
3
2
1
3
0.75
3
0.333333
1
2
2
2
3
1
1
1
1,274
class A: def __init__(self, txt: str): self.u: 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.u: C = None self.z: A = None self.x: A = None self.txt =...
n"
class A: def __init__(self, txt: str): self.u: 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.u: C = None self.z: A = None self.x: A = None self.txt =...
5
7
1.4
0.35
3
1.666667
3
1
1.666667
4
2
2
3
0.6
3
0.428571
2
2
2
2
2
3
3
2
1,275
class A: def __init__(self, txt: str): self.x: 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.r: B = None self.y: A = None self.txt =...
c"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.y: A = None self.txt =...
7
11
1.571429
0.261905
3
2.333333
2
1
1.666667
3
2
1
3
0.428571
3
0.272727
1
2
2
2
2
2
1
1
1,276
class A: def __init__(self, txt: str): self.s: C = None self.w: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.y: B = None self.x: B = None self.txt = txt class C: def __init__(self, txt:...
e"
class A: def __init__(self, txt: str): self.s: C = None self.w: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.y: B = None self.x: B = None self.txt = txt class C: def __init__(self, txt:...
9
19
2.111111
0.263889
3
3
3
2
2.666667
5
3
2
3
0.333333
4
0.210526
3
2
4
2.5
3
3
3
2
1,277
class A: def __init__(self, txt: str): self.w: C = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.p: A = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B ...
e"
class A: def __init__(self, txt: str): self.w: C = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.p: A = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B ...
7
13
1.857143
0.309524
3
2.333333
3
2
2.333333
5
2
1
5
0.714286
5
0.384615
1
5
5
5
5
1
1
1
1,278
class A: def __init__(self, txt: str): self.w: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.y: A = None self.p: B ...
a"
class A: def __init__(self, txt: str): self.w: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.y: A = None self.p: B ...
4
6
1.5
0.5
3
1.333333
3
1
2
3
2
1
3
0.75
3
0.5
1
3
3
3
2
2
2
1
1,279
class A: def __init__(self, txt: str): self.z: C = None self.v: A = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.o: A = None self.q: A = None self.txt = txt class C: def __init__(self, txt:...
m"
class A: def __init__(self, txt: str): self.z: C = None self.v: A = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.o: A = None self.q: A = None self.txt = txt class C: def __init__(self, txt:...
10
27
2.7
0.3
3
3.333333
3
3
3
4
1
1
5
0.5
4
0.148148
0
null
null
null
3
2
2
1
1,280
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.z: C = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.txt =...
e"
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.z: C = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.txt =...
9
17
1.888889
0.236111
3
3
3
1
1.666667
7
2
2
5
0.555556
6
0.352941
3
2
2
2
4
3
3
2
1,281
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.v: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.w: B ...
i"
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.v: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.w: B ...
10
20
2
0.222222
3
3.333333
2
2
2
10
3
2
5
0.5
8
0.4
6
2
10
4.857143
4
4
3
2
1,282
class A: def __init__(self, txt: str): self.q: B = None self.o: 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.x: A = None self.v: A = None self.z: B ...
c"
class A: def __init__(self, txt: str): self.q: B = None self.o: 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.x: A = None self.v: A = None self.z: B ...
3
4
1.333333
0.666667
3
1
3
1
2
3
2
1
2
0.666667
3
0.75
2
2
2
2
3
1
1
2
1,283
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.txt = txt m = A("m") f = B("f") n = C("n") m.w = f f....
m"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.txt = txt m = A("m") f = B("f") n = C("n") m.w = f f....
3
3
1
0.5
3
1
1
1
1
3
2
1
3
1
3
1
1
2
2
2
3
1
1
1
1,284
class A: def __init__(self, txt: str): self.z: 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.z: A = None self.txt = txt i = A("i") h = B("h") j = C("j") n = A("n") ...
i"
class A: def __init__(self, txt: str): self.z: 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.z: A = None self.txt = txt i = A("i") h = B("h") j = C("j") n = A("n") ...
7
7
1
0.166667
3
2.333333
1
1
1
4
2
2
3
0.428571
3
0.428571
2
2
2
2
1
4
4
1
1,285
class A: def __init__(self, txt: str): self.v: C = None self.q: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.v: B ...
f"
class A: def __init__(self, txt: str): self.v: C = None self.q: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.v: B ...
6
10
1.666667
0.333333
3
2
3
1
2
5
2
2
3
0.5
3
0.3
3
3
3
3
1
5
5
1
1,286
class A: def __init__(self, txt: str): self.p: B = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.p: A ...
f"
class A: def __init__(self, txt: str): self.p: B = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.p: A ...
3
5
1.666667
0.833333
3
1
3
2
2.333333
3
2
2
2
0.666667
2
0.4
2
2
2
2
2
2
1
1
1,287
class A: def __init__(self, txt: str): self.s: C = None self.w: C = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.r: A = None self.t: A = None self.txt = txt class C: def __init__(self, txt:...
j"
class A: def __init__(self, txt: str): self.s: C = None self.w: C = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.r: A = None self.t: A = None self.txt = txt class C: def __init__(self, txt:...
4
7
1.75
0.583333
3
1.333333
3
3
3
4
3
2
2
0.5
2
0.285714
3
2
4
2.5
2
2
1
1
1,288
class A: def __init__(self, txt: str): self.w: B = None self.s: A = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.u: C = None self.y: B = None self.txt = txt class C: def __init__(self, txt:...
l"
class A: def __init__(self, txt: str): self.w: B = None self.s: A = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.u: C = None self.y: B = None self.txt = txt class C: def __init__(self, txt:...
8
18
2.25
0.321429
3
2.666667
3
1
2.333333
8
3
2
6
0.75
7
0.388889
3
2
5
3.75
5
3
2
2
1,289
class A: def __init__(self, txt: str): self.r: C = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.p: A ...
a"
class A: def __init__(self, txt: str): self.r: C = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.p: A ...
6
10
1.666667
0.333333
3
2
2
2
2
6
3
3
3
0.5
4
0.4
4
2
4
2.666667
3
4
3
2
1,290
class A: def __init__(self, txt: str): self.x: A = None self.s: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.u: B = None self.q: C = None self.txt = txt class C: def __init__(self, txt:...
c"
class A: def __init__(self, txt: str): self.x: A = None self.s: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.u: B = None self.q: C = None self.txt = txt class C: def __init__(self, txt:...
10
17
1.7
0.188889
3
3.333333
3
1
2.333333
6
2
2
4
0.4
5
0.294118
3
2
2
2
3
3
1
2
1,291
class A: def __init__(self, txt: str): self.z: B = None self.w: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: A ...
f"
class A: def __init__(self, txt: str): self.z: B = None self.w: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: A ...
7
13
1.857143
0.309524
3
2.333333
3
2
2.666667
4
2
1
3
0.428571
4
0.307692
2
2
4
3
2
3
3
2
1,292
class A: def __init__(self, txt: str): self.x: B = None self.y: C = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.x: A ...
k"
class A: def __init__(self, txt: str): self.x: B = None self.y: C = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.x: A ...
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,293
class A: def __init__(self, txt: str): self.w: B = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.o: A = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: B ...
a"
class A: def __init__(self, txt: str): self.w: B = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.o: A = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: B ...
4
9
2.25
0.75
3
1.333333
3
2
2.333333
4
2
1
3
0.75
4
0.444444
2
2
4
3
4
1
1
2
1,294
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.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.txt = txt c = A("c") n = B("n...
e"
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.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.txt = txt c = A("c") n = B("n...
3
3
1
0.5
3
1
2
1
1.333333
3
2
1
2
0.666667
3
1
2
2
2
2
3
1
1
2
1,295
class A: def __init__(self, txt: str): self.x: A = None self.q: C = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.q: A = None self.x: C = None self.txt = txt class C: def __init__(self, txt:...
h"
class A: def __init__(self, txt: str): self.x: A = None self.q: C = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: C = None self.q: A = None self.x: C = None self.txt = txt class C: def __init__(self, txt:...
9
21
2.333333
0.291667
3
3
3
2
2.666667
4
2
1
4
0.444444
4
0.190476
1
3
3
3
2
3
2
1
1,296
class A: def __init__(self, txt: str): self.r: C = None self.q: C = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.txt =...
k"
class A: def __init__(self, txt: str): self.r: C = None self.q: C = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.txt =...
8
10
1.25
0.178571
3
2.666667
3
1
1.666667
3
2
2
2
0.25
2
0.2
2
2
2
2
2
2
1
1
1,297
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.z: C = None self.txt =...
c"
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.z: C = None self.txt =...
6
11
1.833333
0.366667
3
2
2
1
1.666667
6
3
3
3
0.5
3
0.272727
4
2
4
2.666667
3
3
1
1
1,298
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.w: C = None self.v: B = None self.txt = txt c = A("c") n = B("n...
n"
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.w: C = None self.v: B = None self.txt = txt c = A("c") n = B("n...
7
10
1.428571
0.238095
3
2.333333
2
1
1.333333
6
2
2
5
0.714286
5
0.5
2
3
3
3
3
4
4
1
1,299
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.v: A = None self.z: B ...
d"
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.v: A = None self.z: B ...
6
10
1.666667
0.333333
3
2
3
1
2
6
3
3
3
0.5
3
0.3
4
2
4
2.666667
2
5
5
1