id
int64
0
25k
prompt
stringlengths
265
3.39k
answer
stringclasses
14 values
pythoncode
stringlengths
267
3.39k
num_nodes
int64
3
10
num_edges
int64
3
56
avg_node_edge
float64
1
5.6
graph_density
float64
0.11
1
num_classes
int64
2
10
avg_node_class
float64
1
5
max_num_field
int64
1
10
min_num_field
int64
1
5
avg_num_field
float64
1
7.8
path_length
int64
3
10
max_node_visits
int64
1
6
max_edge_visits
int64
1
5
unique_node_number
int64
2
10
path_node_coverage
float64
0.2
1
unique_edge_number
int64
2
10
path_edge_coverage
float64
0.04
1
num_cycle
int64
0
9
shortest_cycle
int64
2
9
longest_cycle
int64
2
10
average_cycle
float64
2
9
unique_edge_label
int64
1
9
max_label_occurrences
int64
1
10
max_label_consecutive
int64
1
10
max_node_outdegree
int64
1
5
1,300
class A: def __init__(self, txt: str): self.y: B = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt = txt h = A("h") f = B("f...
d"
class A: def __init__(self, txt: str): self.y: B = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt = txt h = A("h") f = B("f...
10
11
1.1
0.122222
3
3.333333
2
1
1.333333
3
2
1
3
0.3
3
0.272727
1
3
3
3
3
1
1
1
1,301
class A: def __init__(self, txt: str): self.z: B = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.y: B = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: B ...
d"
class A: def __init__(self, txt: str): self.z: B = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.y: B = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: B ...
4
10
2.5
0.833333
3
1.333333
3
2
2.333333
3
2
1
3
0.75
3
0.3
1
2
2
2
3
1
1
1
1,302
class A: def __init__(self, txt: str): self.y: A = None self.x: A = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: A ...
d"
class A: def __init__(self, txt: str): self.y: A = None self.x: A = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: A ...
8
11
1.375
0.196429
3
2.666667
3
1
2
6
3
2
4
0.5
5
0.454545
3
2
4
2.5
4
2
1
2
1,303
class A: def __init__(self, txt: str): self.p: B = None self.z: C = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.s: B = None self.x: C = None self.txt = txt class C: def __init__(self, txt:...
c"
class A: def __init__(self, txt: str): self.p: B = None self.z: C = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.s: B = None self.x: C = None self.txt = txt class C: def __init__(self, txt:...
4
7
1.75
0.583333
3
1.333333
3
1
2.333333
4
3
1
3
0.75
4
0.571429
2
2
4
2.666667
2
3
2
2
1,304
class A: def __init__(self, txt: str): self.t: 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.o: A = None self.x: B = None self.txt = txt b = A("b") g = B("g...
n"
class A: def __init__(self, txt: str): self.t: 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.o: A = None self.x: B = None self.txt = txt b = A("b") g = B("g...
9
11
1.222222
0.152778
3
3
2
1
1.333333
7
3
2
5
0.555556
6
0.545455
3
2
5
3
4
3
1
2
1,305
class A: def __init__(self, txt: str): self.t: A = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.t: C ...
h"
class A: def __init__(self, txt: str): self.t: A = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.t: C ...
7
14
2
0.333333
3
2.333333
3
2
2.333333
3
1
1
4
0.571429
3
0.214286
0
null
null
null
3
1
1
1
1,306
class A: def __init__(self, txt: str): self.q: C = None self.t: B = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.u: C = None self.z: C = None self.txt = txt class C: def __init__(self, txt:...
b"
class A: def __init__(self, txt: str): self.q: C = None self.t: B = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.u: C = None self.z: C = None self.txt = txt class C: def __init__(self, txt:...
7
14
2
0.333333
3
2.333333
3
1
2.333333
5
3
2
3
0.428571
4
0.285714
3
2
4
2.5
2
4
3
2
1,307
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.txt = txt e = A("e") f = B("f...
e"
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.txt = txt e = A("e") f = B("f...
4
6
1.5
0.5
3
1.333333
2
1
1.333333
4
2
1
3
0.75
4
0.666667
2
2
3
2.5
3
2
2
2
1,308
class A: def __init__(self, txt: str): self.p: B = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: C = None self.q: A = None self.v: A ...
i"
class A: def __init__(self, txt: str): self.p: B = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: C = None self.q: A = None self.v: A ...
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
3
1
1
1
1,309
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.txt = txt h = A("h") a = B("a") c = C("c") i = B("i") ...
g"
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.txt = txt h = A("h") a = B("a") c = C("c") i = B("i") ...
10
10
1
0.111111
3
3.333333
1
1
1
6
3
3
3
0.3
3
0.3
4
2
4
2.666667
2
5
5
1
1,310
class A: def __init__(self, txt: str): self.y: A = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.s: A = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: A ...
j"
class A: def __init__(self, txt: str): self.y: A = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.s: A = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: A ...
10
26
2.6
0.288889
3
3.333333
3
2
2.333333
3
1
1
4
0.4
3
0.115385
0
null
null
null
2
2
1
1
1,311
class A: def __init__(self, txt: str): self.o: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.y: C ...
k"
class A: def __init__(self, txt: str): self.o: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.y: C ...
4
6
1.5
0.5
3
1.333333
3
2
2.333333
3
2
1
3
0.75
3
0.5
1
2
2
2
2
2
1
1
1,312
class A: def __init__(self, txt: str): self.z: A = None self.t: A = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: B ...
g"
class A: def __init__(self, txt: str): self.z: A = None self.t: A = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: B ...
5
6
1.2
0.3
3
1.666667
3
1
2
4
2
2
3
0.6
3
0.5
2
2
2
2
2
2
1
1
1,313
class A: def __init__(self, txt: str): self.y: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.s: C ...
h"
class A: def __init__(self, txt: str): self.y: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.s: C ...
9
20
2.222222
0.277778
3
3
3
2
2.333333
9
4
3
4
0.444444
5
0.25
6
2
6
3.8
3
5
4
2
1,314
class A: def __init__(self, txt: str): self.v: 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.s: A = None self.x: B = None self.u: B = None self.txt =...
a"
class A: def __init__(self, txt: str): self.v: 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.s: A = None self.x: B = None self.u: B = None self.txt =...
10
13
1.3
0.144444
3
3.333333
3
1
1.666667
8
3
3
5
0.5
5
0.384615
4
2
4
2.666667
3
4
1
1
1,315
class A: def __init__(self, txt: str): self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.s: C = None self.v: C ...
j"
class A: def __init__(self, txt: str): self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.s: C = None self.v: C ...
6
10
1.666667
0.333333
3
2
3
1
2
3
2
1
3
0.5
3
0.3
1
2
2
2
3
1
1
1
1,316
class A: def __init__(self, txt: str): self.v: A = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.txt =...
d"
class A: def __init__(self, txt: str): self.v: A = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: A = None self.txt =...
6
6
1
0.2
3
2
2
1
1.666667
3
2
2
2
0.333333
2
0.333333
2
2
2
2
2
2
1
1
1,317
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.v: B = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.s: B ...
i"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.v: B = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.s: B ...
5
9
1.8
0.45
3
1.666667
3
1
2.333333
3
2
1
3
0.6
3
0.333333
1
3
3
3
3
1
1
1
1,318
class A: def __init__(self, txt: str): self.u: C = None self.o: B = None self.w: 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.w: C = None self.txt =...
m"
class A: def __init__(self, txt: str): self.u: C = None self.o: B = None self.w: 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.w: C = None self.txt =...
6
10
1.666667
0.333333
3
2
3
1
1.666667
6
3
3
3
0.5
3
0.3
4
2
4
2.666667
2
5
5
1
1,319
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.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.v: B = None self.txt =...
h"
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.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.v: B = None self.txt =...
3
3
1
0.5
3
1
2
1
1.666667
3
2
2
2
0.666667
2
0.666667
2
2
2
2
2
2
1
1
1,320
class A: def __init__(self, txt: str): self.r: C = None self.s: B = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.r: B ...
f"
class A: def __init__(self, txt: str): self.r: C = None self.s: B = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.r: B ...
8
17
2.125
0.303571
3
2.666667
3
1
2
6
2
1
6
0.75
6
0.352941
1
5
5
5
3
2
2
2
1,321
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.t: B = None self.txt = txt j = A("j") k = B("k...
k"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.t: B = None self.txt = txt j = A("j") k = B("k...
5
6
1.2
0.3
3
1.666667
2
1
1.333333
5
3
3
2
0.4
2
0.333333
4
2
4
2.666667
2
3
1
1
1,322
class A: def __init__(self, txt: str): self.q: B = None self.v: C = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: C ...
e"
class A: def __init__(self, txt: str): self.q: B = None self.v: C = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: C ...
9
22
2.444444
0.305556
3
3
3
2
2.666667
9
2
1
8
0.888889
9
0.409091
2
2
6
4
5
2
2
2
1,323
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.txt = txt b = A("b") f = B("f") g = C("g") d = B("d") ...
c"
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.txt = txt b = A("b") f = B("f") g = C("g") d = B("d") ...
5
5
1
0.25
3
1.666667
1
1
1
3
2
1
3
0.6
3
0.6
1
3
3
3
2
2
2
1
1,324
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.txt = txt h = A("h") e = B("e...
h"
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.txt = txt h = A("h") e = B("e...
5
5
1
0.25
3
1.666667
2
1
1.333333
4
3
2
2
0.4
2
0.4
3
2
4
2.5
2
2
1
1
1,325
class A: def __init__(self, txt: str): self.y: B = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: C = None self.y: A = None self.txt =...
l"
class A: def __init__(self, txt: str): self.y: B = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: C = None self.y: A = None self.txt =...
6
11
1.833333
0.366667
3
2
2
1
1.666667
4
2
1
4
0.666667
4
0.363636
1
3
3
3
2
3
3
1
1,326
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.txt = txt g = A("g") f = B("f") l = C("l") e = B("e") ...
i"
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.txt = txt g = A("g") f = B("f") l = C("l") e = B("e") ...
10
10
1
0.111111
3
3.333333
1
1
1
4
1
1
5
0.5
4
0.4
0
null
null
null
2
2
1
1
1,327
class A: def __init__(self, txt: str): self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.o: A = None self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.x: A ...
h"
class A: def __init__(self, txt: str): self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.o: A = None self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.x: A ...
9
17
1.888889
0.236111
3
3
3
1
2
9
3
3
4
0.444444
5
0.294118
6
3
6
4
4
3
1
2
1,328
class A: def __init__(self, txt: str): self.t: 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.p: A = None self.txt = txt l = A("l") a = B("a") m = C("m") k = C("k") ...
l"
class A: def __init__(self, txt: str): self.t: 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.p: A = None self.txt = txt l = A("l") a = B("a") m = C("m") k = C("k") ...
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,329
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.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.s: B = None self.x: C ...
n"
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.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.s: B = None self.x: C ...
9
17
1.888889
0.236111
3
3
3
1
2
9
2
1
8
0.888889
9
0.529412
2
2
3
2.5
5
3
3
2
1,330
class A: def __init__(self, txt: str): self.z: B = None self.p: A = 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.s: C = None self.txt = txt j = A("j") n = B("n...
h"
class A: def __init__(self, txt: str): self.z: B = None self.p: A = 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.s: C = None self.txt = txt j = A("j") n = B("n...
10
13
1.3
0.144444
3
3.333333
2
1
1.333333
8
4
4
3
0.3
3
0.230769
6
2
6
3.333333
1
8
8
1
1,331
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.u: A = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.x: B ...
e"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.u: A = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.x: B ...
3
5
1.666667
0.833333
3
1
3
1
2.333333
3
2
2
2
0.666667
2
0.4
2
2
2
2
1
3
3
1
1,332
class A: def __init__(self, txt: str): self.o: A = None self.r: A = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.u: C = None self.s: C = None self.txt = txt class C: def __init__(self, txt:...
e"
class A: def __init__(self, txt: str): self.o: A = None self.r: A = None self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.u: C = None self.s: C = None self.txt = txt class C: def __init__(self, txt:...
7
15
2.142857
0.357143
3
2.333333
3
2
2.666667
3
2
1
3
0.428571
3
0.2
1
2
2
2
2
2
2
2
1,333
class A: def __init__(self, txt: str): self.o: B = None self.x: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B ...
c"
class A: def __init__(self, txt: str): self.o: B = None self.x: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B ...
8
12
1.5
0.214286
3
2.666667
3
1
2
3
1
1
4
0.5
3
0.25
0
null
null
null
2
2
1
1
1,334
class A: def __init__(self, txt: str): self.v: B = 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: B = None self.y: B = None self.w: A = None self.txt =...
k"
class A: def __init__(self, txt: str): self.v: B = 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: B = None self.y: B = None self.w: A = None self.txt =...
4
5
1.25
0.416667
3
1.333333
3
1
1.666667
4
2
2
3
0.75
3
0.6
2
2
2
2
2
2
1
1
1,335
class A: def __init__(self, txt: str): self.y: B = None self.x: A = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.u: C = None self.w: C = None self.txt = txt class C: def __init__(self, txt:...
g"
class A: def __init__(self, txt: str): self.y: B = None self.x: A = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.u: C = None self.w: C = None self.txt = txt class C: def __init__(self, txt:...
10
24
2.4
0.266667
3
3.333333
3
2
2.666667
4
2
2
3
0.3
3
0.125
2
2
2
2
2
3
3
2
1,336
class A: def __init__(self, txt: str): self.w: C = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.s: C ...
e"
class A: def __init__(self, txt: str): self.w: C = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.s: C ...
9
18
2
0.25
3
3
2
2
2
3
1
1
4
0.444444
3
0.166667
0
null
null
null
2
2
1
1
1,337
class A: def __init__(self, txt: str): self.o: B = None self.t: C = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: A ...
g"
class A: def __init__(self, txt: str): self.o: B = None self.t: C = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: A ...
3
6
2
1
3
1
3
2
2.666667
3
2
1
3
1
3
0.5
1
3
3
3
3
1
1
1
1,338
class A: def __init__(self, txt: str): self.u: A = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.w: C = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: B ...
k"
class A: def __init__(self, txt: str): self.u: A = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.w: C = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: B ...
8
12
1.5
0.214286
3
2.666667
3
1
2
5
2
1
4
0.5
5
0.416667
2
2
4
3
3
3
2
2
1,339
class A: def __init__(self, txt: str): self.v: A = None self.p: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: A ...
e"
class A: def __init__(self, txt: str): self.v: A = None self.p: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: A ...
6
10
1.666667
0.333333
3
2
3
1
2
5
2
2
4
0.666667
4
0.4
2
4
4
4
3
3
2
1
1,340
class A: def __init__(self, txt: str): self.p: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.w: B = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B ...
k"
class A: def __init__(self, txt: str): self.p: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.w: B = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B ...
4
7
1.75
0.583333
3
1.333333
3
2
2.333333
4
2
1
4
1
4
0.571429
1
3
3
3
4
1
1
1
1,341
class A: def __init__(self, txt: str): self.t: C = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.v: B = None self.txt =...
m"
class A: def __init__(self, txt: str): self.t: C = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.v: B = None self.txt =...
4
7
1.75
0.583333
3
1.333333
2
1
1.666667
3
2
1
3
0.75
3
0.428571
1
2
2
2
2
2
2
1
1,342
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.o: A = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = 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.o: A = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.txt =...
8
13
1.625
0.232143
3
2.666667
2
1
1.666667
3
2
1
3
0.375
3
0.230769
1
3
3
3
2
2
2
1
1,343
class A: def __init__(self, txt: str): self.v: C = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: C = None self.txt =...
m"
class A: def __init__(self, txt: str): self.v: C = None self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: C = None self.txt =...
9
14
1.555556
0.194444
3
3
2
1
1.666667
3
2
1
3
0.333333
3
0.214286
1
2
2
2
2
2
2
1
1,344
class A: def __init__(self, txt: str): self.u: A = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.s: A = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: A ...
d"
class A: def __init__(self, txt: str): self.u: A = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.s: A = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: A ...
9
16
1.777778
0.222222
3
3
3
1
2
9
3
2
5
0.555556
5
0.3125
5
4
8
4.666667
2
5
2
2
1,345
class A: def __init__(self, txt: str): self.y: C = None self.v: C = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: B ...
l"
class A: def __init__(self, txt: str): self.y: C = None self.v: C = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: B ...
8
14
1.75
0.25
3
2.666667
3
1
2
6
2
2
4
0.5
5
0.357143
3
2
5
3
3
3
2
2
1,346
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.x: B = None self.q: C = None self.txt =...
l"
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.x: B = None self.q: C = None self.txt =...
10
16
1.6
0.177778
3
3.333333
3
1
1.666667
9
5
5
2
0.2
2
0.125
8
2
8
4
1
9
9
1
1,347
class A: def __init__(self, txt: str): self.v: A = None self.o: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: B ...
n"
class A: def __init__(self, txt: str): self.v: A = None self.o: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.p: B ...
5
10
2
0.5
3
1.666667
3
1
2
5
2
2
4
0.8
4
0.4
2
2
2
2
3
3
3
2
1,348
class A: def __init__(self, txt: str): self.z: C = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.r: C = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: A ...
j"
class A: def __init__(self, txt: str): self.z: C = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.r: C = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: A ...
7
14
2
0.333333
3
2.333333
3
1
2
3
1
1
4
0.571429
3
0.214286
0
null
null
null
3
1
1
1
1,349
class A: def __init__(self, txt: str): self.p: B = None self.o: C = 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.z: A = None self.txt = txt d = A("d") k = B("k...
a"
class A: def __init__(self, txt: str): self.p: B = None self.o: C = 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.z: A = None self.txt = txt d = A("d") k = B("k...
8
10
1.25
0.178571
3
2.666667
2
1
1.333333
6
4
2
3
0.375
4
0.4
4
2
6
3.428571
4
2
1
2
1,350
class A: def __init__(self, txt: str): self.t: B = None self.u: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.z: A ...
b"
class A: def __init__(self, txt: str): self.t: B = None self.u: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.t: B = None self.txt = txt class C: def __init__(self, txt: str): self.z: A ...
4
9
2.25
0.75
3
1.333333
3
2
2.666667
3
2
1
3
0.75
3
0.333333
1
2
2
2
2
2
1
1
1,351
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.txt = txt k = A("k") e = B("e...
k"
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.txt = txt k = A("k") e = B("e...
9
10
1.111111
0.138889
3
3
2
1
1.333333
7
3
2
4
0.444444
4
0.4
4
3
6
3.6
2
6
6
1
1,352
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.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.y: C = None self.x: C ...
l"
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.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.y: C = None self.x: C ...
6
10
1.666667
0.333333
3
2
3
1
2
6
2
1
4
0.666667
6
0.6
3
2
3
2.333333
4
2
2
2
1,353
class A: def __init__(self, txt: str): self.s: A = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.x: B ...
n"
class A: def __init__(self, txt: str): self.s: A = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.x: B ...
6
10
1.666667
0.333333
3
2
2
2
2
4
2
2
3
0.5
3
0.3
2
2
2
2
2
3
3
1
1,354
class A: def __init__(self, txt: str): self.p: A = None self.t: A = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.z: A ...
g"
class A: def __init__(self, txt: str): self.p: A = None self.t: A = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.z: A ...
8
13
1.625
0.232143
3
2.666667
3
1
2
8
4
2
4
0.5
6
0.461538
5
2
6
3.5
3
4
3
2
1,355
class A: def __init__(self, txt: str): self.y: C = None self.w: C = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.w: A = None self.o: A = None self.txt = txt class C: def __init__(self, txt:...
c"
class A: def __init__(self, txt: str): self.y: C = None self.w: C = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.w: A = None self.o: A = None self.txt = txt class C: def __init__(self, txt:...
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,356
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.u: B = None self.txt =...
i"
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.u: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.u: B = None self.txt =...
6
7
1.166667
0.233333
3
2
2
1
1.666667
5
3
3
2
0.333333
2
0.285714
4
2
4
2.666667
2
3
1
1
1,357
class A: def __init__(self, txt: str): self.x: C = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt =...
e"
class A: def __init__(self, txt: str): self.x: C = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = 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,358
class A: def __init__(self, txt: str): self.o: A = None self.s: C = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.v: B = None self.y: A = None self.txt = txt class C: def __init__(self, txt:...
n"
class A: def __init__(self, txt: str): self.o: A = None self.s: C = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.v: B = None self.y: A = None self.txt = txt class C: def __init__(self, txt:...
10
24
2.4
0.266667
3
3.333333
3
1
2.333333
4
3
2
2
0.2
2
0.083333
3
2
4
2.5
1
4
4
1
1,359
class A: def __init__(self, txt: str): self.q: 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.r: B = None self.w: B = None self.txt = txt m = A("m") i = B("i...
m"
class A: def __init__(self, txt: str): self.q: 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.r: B = None self.w: B = None self.txt = txt m = A("m") i = B("i...
8
9
1.125
0.160714
3
2.666667
2
1
1.333333
7
2
2
5
0.625
5
0.555556
3
4
4
4
2
4
1
1
1,360
class A: def __init__(self, txt: str): self.x: C = 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.z: B = None self.txt = txt e = A("e") a = B("a...
b"
class A: def __init__(self, txt: str): self.x: C = 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.z: B = None self.txt = txt e = A("e") a = B("a...
4
4
1
0.333333
3
1.333333
2
1
1.333333
4
3
2
2
0.5
2
0.5
3
2
4
2.5
2
2
1
1
1,361
class A: def __init__(self, txt: str): self.t: A = None self.w: B = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B ...
i"
class A: def __init__(self, txt: str): self.t: A = None self.w: B = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B ...
7
12
1.714286
0.285714
3
2.333333
3
1
2
5
2
1
4
0.571429
5
0.416667
2
3
4
3.5
3
2
1
2
1,362
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.v: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: C = None self.o: A ...
f"
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.v: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: C = None self.o: A ...
9
18
2
0.25
3
3
3
1
2.333333
4
2
2
3
0.333333
3
0.166667
2
3
3
3
1
4
4
1
1,363
class A: def __init__(self, txt: str): self.v: C = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.o: B ...
b"
class A: def __init__(self, txt: str): self.v: C = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.o: B ...
9
20
2.222222
0.277778
3
3
3
2
2.333333
4
2
2
3
0.333333
3
0.15
2
2
2
2
2
3
3
1
1,364
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.y: B = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.txt =...
b"
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.y: B = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.txt =...
6
8
1.333333
0.266667
3
2
3
1
1.666667
4
2
1
4
0.666667
4
0.5
1
2
2
2
3
2
1
1
1,365
class A: def __init__(self, txt: str): self.u: C = None self.s: C = None self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: C ...
i"
class A: def __init__(self, txt: str): self.u: C = None self.s: C = None self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: C ...
7
13
1.857143
0.309524
3
2.333333
3
2
2.666667
4
2
1
4
0.571429
4
0.307692
1
3
3
3
2
3
2
1
1,366
class A: def __init__(self, txt: str): self.x: B = None self.w: C = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.q: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt:...
l"
class A: def __init__(self, txt: str): self.x: B = None self.w: C = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.q: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt:...
8
22
2.75
0.392857
3
2.666667
3
3
3
6
2
1
6
0.75
6
0.272727
1
2
2
2
4
3
1
1
1,367
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.s: A = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.txt =...
n"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.s: A = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: A = None self.txt =...
6
10
1.666667
0.333333
3
2
3
1
1.666667
4
3
1
3
0.5
4
0.4
2
2
4
2.666667
3
2
2
2
1,368
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.x: A = None self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.z: A ...
m"
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.x: A = None self.q: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.z: A ...
5
9
1.8
0.45
3
1.666667
3
2
2.333333
5
2
1
4
0.8
5
0.555556
2
2
4
3
2
3
2
2
1,369
class A: def __init__(self, txt: str): self.o: C = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.u: C ...
i"
class A: def __init__(self, txt: str): self.o: C = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.u: C ...
7
14
2
0.333333
3
2.333333
2
2
2
4
2
1
3
0.428571
4
0.285714
2
2
4
3
3
2
2
2
1,370
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt = txt d = A("d") b = B("b") k = C("k") d.p = b b....
b"
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt = txt d = A("d") b = B("b") k = C("k") d.p = b b....
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,371
class A: def __init__(self, txt: str): self.v: C = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.txt =...
d"
class A: def __init__(self, txt: str): self.v: C = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.v: A = 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
5
2
2
4
0.8
4
0.5
2
3
3
3
3
2
2
2
1,372
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.u: A = None self.txt =...
h"
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.u: A = None self.txt =...
10
18
1.8
0.2
3
3.333333
2
1
1.666667
9
3
2
6
0.6
8
0.444444
4
2
5
3.6
4
5
4
2
1,373
class A: def __init__(self, txt: str): self.v: B = None self.w: 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.o: A = None self.txt = txt n = A("n") l = B("l...
l"
class A: def __init__(self, txt: str): self.v: B = None self.w: 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.o: A = None self.txt = txt n = A("n") l = B("l...
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,374
class A: def __init__(self, txt: str): self.v: B = None self.y: B = None self.x: 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.t: C = None self.txt =...
i"
class A: def __init__(self, txt: str): self.v: B = None self.y: B = None self.x: 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.t: C = None self.txt =...
10
14
1.4
0.155556
3
3.333333
3
1
1.666667
9
4
4
4
0.4
4
0.285714
6
2
6
3.333333
3
7
7
1
1,375
class A: def __init__(self, txt: str): self.v: B = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.txt =...
m"
class A: def __init__(self, txt: str): self.v: B = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.txt =...
3
4
1.333333
0.666667
3
1
2
1
1.666667
3
2
1
2
0.666667
3
0.75
2
2
2
2
3
1
1
2
1,376
class A: def __init__(self, txt: str): self.y: A = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.v: B = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A ...
e"
class A: def __init__(self, txt: str): self.y: A = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.v: B = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: A ...
7
13
1.857143
0.309524
3
2.333333
3
2
2.333333
5
2
2
4
0.571429
4
0.307692
2
3
3
3
3
2
2
2
1,377
class A: def __init__(self, txt: str): self.s: 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: C = None self.txt = txt l = A("l") a = B("a") b = C("b") m = C("m") ...
m"
class A: def __init__(self, txt: str): self.s: 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: C = None self.txt = txt l = A("l") a = B("a") b = C("b") m = C("m") ...
4
4
1
0.333333
3
1.333333
1
1
1
4
2
1
4
1
4
1
1
2
2
2
3
2
2
1
1,378
class A: def __init__(self, txt: str): self.o: B = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.y: B = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.w: C ...
m"
class A: def __init__(self, txt: str): self.o: B = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.y: B = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.w: C ...
6
12
2
0.4
3
2
3
2
2.333333
5
2
2
4
0.666667
4
0.333333
2
4
4
4
4
2
1
1
1,379
class A: def __init__(self, txt: str): self.r: A = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.q: B = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: B ...
n"
class A: def __init__(self, txt: str): self.r: A = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.q: B = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: B ...
10
20
2
0.222222
3
3.333333
3
2
2.333333
5
2
2
4
0.4
4
0.2
2
2
2
2
3
2
1
2
1,380
class A: def __init__(self, txt: str): self.s: A = None self.y: A = None self.o: 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.x: B ...
l"
class A: def __init__(self, txt: str): self.s: A = None self.y: A = None self.o: 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.x: B ...
10
18
1.8
0.2
3
3.333333
3
1
2.333333
4
2
1
4
0.4
4
0.222222
1
2
2
2
3
2
2
2
1,381
class A: def __init__(self, txt: str): self.s: C = None self.r: B = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: B ...
n"
class A: def __init__(self, txt: str): self.s: C = None self.r: B = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: B ...
9
23
2.555556
0.319444
3
3
3
2
2.666667
8
3
2
4
0.444444
4
0.173913
5
4
8
4.666667
2
4
2
1
1,382
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.txt = txt h = A("h") a = B("a...
c"
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.txt = txt h = A("h") a = B("a...
7
10
1.428571
0.238095
3
2.333333
2
1
1.333333
7
2
2
5
0.714286
5
0.5
3
4
4
4
3
3
1
1
1,383
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.r: C = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.t: B ...
c"
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.r: C = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.t: B ...
3
5
1.666667
0.833333
3
1
3
1
2
3
2
1
3
1
3
0.6
1
2
2
2
3
1
1
1
1,384
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.txt = txt c = A("c") n = B("n...
n"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.txt = txt c = A("c") n = B("n...
5
5
1
0.25
3
1.666667
2
1
1.333333
4
2
1
4
0.8
4
0.8
1
3
3
3
3
2
1
1
1,385
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.p: B = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.s: B ...
e"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.p: B = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.s: B ...
4
9
2.25
0.75
3
1.333333
3
1
2
4
2
1
4
1
4
0.444444
1
2
2
2
3
2
2
1
1,386
class A: def __init__(self, txt: str): self.v: C = None self.z: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.o: A = None self.r: C = None self.txt = txt class C: def __init__(self, txt:...
i"
class A: def __init__(self, txt: str): self.v: C = None self.z: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.o: A = None self.r: C = None self.txt = txt class C: def __init__(self, txt:...
5
11
2.2
0.55
3
1.666667
3
3
3
4
2
1
4
0.8
4
0.363636
1
2
2
2
3
2
1
2
1,387
class A: def __init__(self, txt: str): self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.q: B = None self.w: A ...
f"
class A: def __init__(self, txt: str): self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.q: B = None self.w: A ...
9
17
1.888889
0.236111
3
3
3
1
2
7
4
4
2
0.222222
2
0.117647
6
2
6
3.333333
1
7
7
1
1,388
class A: def __init__(self, txt: str): self.x: A = None self.o: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A ...
b"
class A: def __init__(self, txt: str): self.x: A = None self.o: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A ...
5
9
1.8
0.45
3
1.666667
3
2
2.666667
3
2
1
3
0.6
3
0.333333
1
2
2
2
2
2
2
1
1,389
class A: def __init__(self, txt: str): self.o: B = None self.u: 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: B = None self.y: A = None self.t: C ...
c"
class A: def __init__(self, txt: str): self.o: B = None self.u: 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: B = None self.y: A = None self.t: C ...
8
18
2.25
0.321429
3
2.666667
3
1
2
6
3
2
4
0.5
4
0.222222
3
2
4
2.5
3
4
4
1
1,390
class A: def __init__(self, txt: str): self.t: B = None 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.w: A = None self.t: C = None self.x: C ...
g"
class A: def __init__(self, txt: str): self.t: B = None 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.w: A = None self.t: C = None self.x: C ...
5
9
1.8
0.45
3
1.666667
3
1
2
5
3
1
3
0.6
5
0.555556
3
2
4
2.5
3
2
2
2
1,391
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.r: A = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.u: B ...
h"
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.r: A = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.u: B ...
5
11
2.2
0.55
3
1.666667
3
1
2.333333
4
2
2
3
0.6
3
0.272727
2
2
2
2
2
3
3
1
1,392
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.txt = txt l = A("l") g = B("g...
g"
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.txt = txt l = A("l") g = B("g...
4
5
1.25
0.416667
3
1.333333
2
1
1.333333
3
2
2
2
0.5
2
0.4
2
2
2
2
2
2
1
1
1,393
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.z: B = None self.o: A ...
k"
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.z: B = None self.o: A ...
5
10
2
0.5
3
1.666667
3
1
2
3
2
1
3
0.6
3
0.3
1
3
3
3
3
1
1
1
1,394
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.t: A = None self.txt = txt g = A("g") j = B("j") k = C("k") i = B("i") ...
f"
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.t: A = None self.txt = txt g = A("g") j = B("j") k = C("k") i = B("i") ...
9
9
1
0.125
3
3
1
1
1
4
3
2
2
0.222222
2
0.222222
3
2
4
2.5
1
4
4
1
1,395
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.txt = txt g = A("g") a = B("a...
c"
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.txt = txt g = A("g") a = B("a...
7
11
1.571429
0.261905
3
2.333333
2
1
1.333333
3
2
2
2
0.285714
2
0.181818
2
2
2
2
2
2
1
1
1,396
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.u: A = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.t: A ...
e"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.u: A = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.t: A ...
3
4
1.333333
0.666667
3
1
3
1
2
3
2
1
3
1
3
0.75
1
2
2
2
3
1
1
1
1,397
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.x: A = None self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: 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.w: A = None self.x: A = None self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: C = None self.txt =...
10
18
1.8
0.2
3
3.333333
3
1
1.666667
10
4
4
5
0.5
5
0.277778
6
2
6
3.333333
3
5
2
1
1,398
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: C = None self.w: A = None self.r: A ...
h"
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: C = None self.w: A = None self.r: A ...
6
10
1.666667
0.333333
3
2
3
1
2
5
3
2
3
0.5
3
0.3
3
2
4
2.5
2
4
4
1
1,399
class A: def __init__(self, txt: str): self.w: C = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.y: B = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: A ...
n"
class A: def __init__(self, txt: str): self.w: C = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.y: B = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.s: A ...
7
15
2.142857
0.357143
3
2.333333
3
2
2.666667
7
2
1
6
0.857143
7
0.466667
2
2
2
2
4
3
2
2