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,600
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.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.txt = txt m = A("m") a = B("a") d = C("d") f = B("f") ...
a"
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.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.txt = txt m = A("m") a = B("a") d = C("d") f = B("f") ...
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,601
class A: def __init__(self, txt: str): self.x: A = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.w: A = None self.t: B ...
a"
class A: def __init__(self, txt: str): self.x: A = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.w: A = None self.t: B ...
9
17
1.888889
0.236111
3
3
3
1
2
9
3
2
6
0.666667
8
0.470588
4
3
9
5.2
3
5
3
2
1,602
class A: def __init__(self, txt: str): self.r: C = None self.s: 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.t: C = None self.txt = txt l = A("l") b = B("b...
a"
class A: def __init__(self, txt: str): self.r: C = None self.s: 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.t: C = None self.txt = txt l = A("l") b = B("b...
10
15
1.5
0.166667
3
3.333333
2
1
1.333333
5
3
2
3
0.3
3
0.2
3
2
4
2.5
2
4
4
1
1,603
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.t: A = None self.r: A = None self.txt =...
k"
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.t: A = None self.r: A = None self.txt =...
8
11
1.375
0.196429
3
2.666667
3
1
1.666667
3
1
1
4
0.5
3
0.272727
0
null
null
null
2
2
2
1
1,604
class A: def __init__(self, txt: str): self.y: C = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.z: B ...
k"
class A: def __init__(self, txt: str): self.y: C = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.z: B ...
5
7
1.4
0.35
3
1.666667
2
2
2
5
3
2
3
0.6
4
0.571429
3
2
4
2.5
3
2
2
2
1,605
class A: def __init__(self, txt: str): self.w: B = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt =...
c"
class A: def __init__(self, txt: str): self.w: B = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt =...
8
14
1.75
0.25
3
2.666667
2
1
1.666667
8
3
3
5
0.625
5
0.357143
4
2
4
2.666667
3
4
1
1
1,606
class A: def __init__(self, txt: str): self.y: A = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: C = None self.txt = txt a = A("a") h = B("h...
g"
class A: def __init__(self, txt: str): self.y: A = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: C = None self.txt = txt a = A("a") h = B("h...
10
12
1.2
0.133333
3
3.333333
2
1
1.333333
5
2
1
5
0.5
5
0.416667
1
3
3
3
3
3
3
1
1,607
class A: def __init__(self, txt: str): self.y: A = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.z: A = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: B ...
g"
class A: def __init__(self, txt: str): self.y: A = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.z: A = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: B ...
7
14
2
0.333333
3
2.333333
3
2
2.333333
4
2
2
3
0.428571
3
0.214286
2
2
2
2
3
2
1
2
1,608
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.p: A = None self.txt = txt d = A("d") n = B("n...
d"
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: A = None self.p: A = None self.txt = txt d = A("d") n = B("n...
8
10
1.25
0.178571
3
2.666667
2
1
1.333333
4
2
1
4
0.5
4
0.4
1
2
2
2
2
2
1
1
1,609
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: C = None self.w: C = None self.t: A ...
g"
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: C = None self.w: C = None self.t: A ...
6
13
2.166667
0.433333
3
2
3
1
2
4
2
1
3
0.5
4
0.307692
2
2
3
2.5
3
2
1
2
1,610
class A: def __init__(self, txt: str): self.s: C = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.x: A ...
k"
class A: def __init__(self, txt: str): self.s: C = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.x: A ...
3
5
1.666667
0.833333
3
1
2
2
2
3
2
1
2
0.666667
3
0.6
2
2
2
2
3
1
1
2
1,611
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.y: B = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: C = None self.u: C ...
j"
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.y: B = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: C = None self.u: C ...
8
15
1.875
0.267857
3
2.666667
3
1
2.333333
5
2
2
4
0.5
4
0.266667
2
2
2
2
3
3
3
1
1,612
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.x: A = None self.txt =...
c"
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.x: A = None self.txt =...
4
6
1.5
0.5
3
1.333333
2
1
1.666667
4
2
2
3
0.75
3
0.5
2
3
3
3
2
3
2
1
1,613
class A: def __init__(self, txt: str): self.y: C = None self.u: C = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt =...
l"
class A: def __init__(self, txt: str): self.y: C = None self.u: C = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt =...
4
4
1
0.333333
3
1.333333
3
1
1.666667
3
2
1
3
0.75
3
0.75
1
3
3
3
3
1
1
1
1,614
class A: def __init__(self, txt: str): self.r: B = None self.v: A = 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.x: B = None self.p: B ...
m"
class A: def __init__(self, txt: str): self.r: B = None self.v: A = 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.x: B = None self.p: B ...
7
13
1.857143
0.309524
3
2.333333
3
2
2.333333
6
2
2
4
0.571429
5
0.384615
3
3
6
4
3
4
4
2
1,615
class A: def __init__(self, txt: str): self.p: B = None self.w: A = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.txt =...
a"
class A: def __init__(self, txt: str): self.p: B = None self.w: A = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.txt =...
10
16
1.6
0.177778
3
3.333333
3
1
1.666667
5
2
2
4
0.4
4
0.25
2
2
2
2
3
3
3
1
1,616
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.t: A = None self.txt =...
n"
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.t: A = None self.txt =...
9
13
1.444444
0.180556
3
3
2
1
1.666667
7
4
3
3
0.333333
3
0.230769
5
2
6
3.111111
3
3
1
2
1,617
class A: def __init__(self, txt: str): self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.z: B = None self.txt = txt f = A("f") b = B("b...
f"
class A: def __init__(self, txt: str): self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.z: B = None self.txt = txt f = A("f") b = B("b...
8
8
1
0.142857
3
2.666667
2
1
1.333333
5
2
2
4
0.5
4
0.5
2
3
3
3
3
2
1
1
1,618
class A: def __init__(self, txt: str): self.r: B = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.txt = txt i = A("i") l = B("l...
h"
class A: def __init__(self, txt: str): self.r: B = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.txt = txt i = A("i") l = B("l...
5
7
1.4
0.35
3
1.666667
2
1
1.333333
3
2
2
2
0.4
2
0.285714
2
2
2
2
2
2
1
1
1,619
class A: def __init__(self, txt: str): self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.txt = txt e = A("e") m = B("m") c = C("c") f = C("f") ...
c"
class A: def __init__(self, txt: str): self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.txt = txt e = A("e") m = B("m") c = C("c") f = C("f") ...
10
10
1
0.111111
3
3.333333
1
1
1
7
4
3
3
0.3
3
0.3
5
2
6
3.111111
2
6
6
1
1,620
class A: def __init__(self, txt: str): self.s: A = None self.u: C = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: B ...
l"
class A: def __init__(self, txt: str): self.s: A = None self.u: C = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: B ...
5
7
1.4
0.35
3
1.666667
3
1
2
3
2
1
2
0.4
3
0.428571
2
2
2
2
3
1
1
2
1,621
class A: def __init__(self, txt: str): self.r: C = None self.q: B = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B ...
m"
class A: def __init__(self, txt: str): self.r: C = None self.q: B = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: C = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B ...
9
21
2.333333
0.291667
3
3
3
2
2.333333
7
3
2
4
0.444444
6
0.285714
4
2
5
3.8
3
3
1
2
1,622
class A: def __init__(self, txt: str): self.w: C = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.y: B = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: B ...
c"
class A: def __init__(self, txt: str): self.w: C = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.y: B = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: B ...
9
20
2.222222
0.277778
3
3
3
2
2.666667
8
3
2
4
0.444444
6
0.3
5
3
7
4.5
4
5
3
2
1,623
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.y: B = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.z: C = 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.z: C = None self.y: B = None self.x: B = None self.txt = txt class C: def __init__(self, txt: str): self.z: C = None self.x: B ...
6
10
1.666667
0.333333
3
2
3
1
2
4
3
2
2
0.333333
2
0.2
3
2
4
2.5
1
4
4
1
1,624
class A: def __init__(self, txt: str): self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.w: A = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.z: C ...
a"
class A: def __init__(self, txt: str): self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: C = None self.w: A = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.z: C ...
8
17
2.125
0.303571
3
2.666667
3
1
2.333333
4
2
2
3
0.375
3
0.176471
2
2
2
2
2
2
1
1
1,625
class A: def __init__(self, txt: str): self.z: C = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: C = None self.x: C ...
c"
class A: def __init__(self, txt: str): self.z: C = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: C = None self.x: C ...
4
7
1.75
0.583333
3
1.333333
3
2
2.333333
4
2
1
3
0.75
4
0.571429
2
3
3
3
4
1
1
2
1,626
class A: def __init__(self, txt: str): self.u: C = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.w: B = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: B ...
d"
class A: def __init__(self, txt: str): self.u: C = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.w: B = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: B ...
6
9
1.5
0.3
3
2
3
1
2
3
2
1
3
0.5
3
0.333333
1
3
3
3
3
1
1
1
1,627
class A: def __init__(self, txt: str): self.y: A = None self.t: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: C ...
j"
class A: def __init__(self, txt: str): self.y: A = None self.t: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: C ...
7
13
1.857143
0.309524
3
2.333333
3
1
2
4
2
2
3
0.428571
3
0.230769
2
2
2
2
2
3
3
1
1,628
class A: def __init__(self, txt: str): self.r: A = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.p: B ...
l"
class A: def __init__(self, txt: str): self.r: A = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.p: B ...
9
18
2
0.25
3
3
2
2
2
7
2
2
5
0.555556
5
0.277778
3
3
3
3
3
5
5
2
1,629
class A: def __init__(self, txt: str): self.t: A = None self.x: A = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.y: B = None self.x: B = None self.txt = txt class C: def __init__(self, txt:...
d"
class A: def __init__(self, txt: str): self.t: A = None self.x: A = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.y: B = None self.x: B = None self.txt = txt class C: def __init__(self, txt:...
9
18
2
0.25
3
3
3
1
2.333333
9
3
2
7
0.777778
7
0.388889
3
2
4
2.5
6
3
1
2
1,630
class A: def __init__(self, txt: str): self.r: A = None self.y: B = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.t: B ...
b"
class A: def __init__(self, txt: str): self.r: A = None self.y: B = None self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.t: B ...
8
13
1.625
0.232143
3
2.666667
3
1
2
8
2
2
6
0.75
7
0.538462
3
2
7
5.333333
4
4
1
2
1,631
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.w: A = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.t: A ...
d"
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.w: A = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.t: A ...
5
6
1.2
0.3
3
1.666667
3
1
2
3
2
1
3
0.6
3
0.5
1
2
2
2
2
2
1
1
1,632
class A: def __init__(self, txt: str): self.s: B = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.x: C = None self.txt =...
m"
class A: def __init__(self, txt: str): self.s: B = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.x: C = None self.txt =...
10
17
1.7
0.188889
3
3.333333
2
1
1.666667
10
4
3
4
0.4
4
0.235294
7
3
9
4.5
2
9
9
1
1,633
class A: def __init__(self, txt: str): self.q: A = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.q: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: B ...
g"
class A: def __init__(self, txt: str): self.q: A = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.q: C = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: B ...
5
8
1.6
0.4
3
1.666667
3
1
2
4
2
1
4
0.8
4
0.5
1
4
4
4
4
1
1
1
1,634
class A: def __init__(self, txt: str): self.s: B = None self.x: C = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: A ...
i"
class A: def __init__(self, txt: str): self.s: B = None self.x: C = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: A ...
6
11
1.833333
0.366667
3
2
3
1
2
4
2
1
4
0.666667
4
0.363636
1
2
2
2
3
2
2
2
1,635
class A: def __init__(self, txt: str): self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.q: A = None self.txt =...
j"
class A: def __init__(self, txt: str): self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.q: A = None self.txt =...
4
5
1.25
0.416667
3
1.333333
2
1
1.666667
4
2
2
3
0.75
3
0.6
2
2
2
2
3
2
1
1
1,636
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.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.txt = txt k = A("k") b = B("b...
k"
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.z: A = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.txt = txt k = A("k") b = B("b...
9
12
1.333333
0.166667
3
3
2
1
1.333333
8
2
2
6
0.666667
6
0.5
3
6
6
6
3
3
1
1
1,637
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.r: A = None self.txt =...
e"
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.r: A = None self.txt =...
3
4
1.333333
0.666667
3
1
2
1
1.666667
3
2
1
3
1
3
0.75
1
2
2
2
3
1
1
1
1,638
class A: def __init__(self, txt: str): self.v: 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.o: B = None self.q: C = None self.txt = txt b = A("b") g = B("g...
g"
class A: def __init__(self, txt: str): self.v: 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.o: B = None self.q: C = None self.txt = txt b = A("b") g = B("g...
9
12
1.333333
0.166667
3
3
2
1
1.333333
6
3
2
4
0.444444
4
0.333333
3
2
4
2.5
4
2
1
1
1,639
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.s: A = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.txt =...
l"
class A: def __init__(self, txt: str): self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.s: A = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.txt =...
5
6
1.2
0.3
3
1.666667
3
1
1.666667
4
1
1
5
1
4
0.666667
0
null
null
null
2
3
3
1
1,640
class A: def __init__(self, txt: str): self.z: C = None self.o: C = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: B ...
c"
class A: def __init__(self, txt: str): self.z: C = None self.o: C = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.r: B = None self.txt = txt class C: def __init__(self, txt: str): self.x: B ...
10
21
2.1
0.233333
3
3.333333
3
2
2.333333
10
4
2
5
0.5
8
0.380952
6
2
8
4.1
4
5
2
2
1,641
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.t: A = None self.r: A ...
h"
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.t: A = None self.r: A ...
10
16
1.6
0.177778
3
3.333333
3
1
2
10
4
2
7
0.7
8
0.5
4
2
8
4
3
5
2
2
1,642
class A: def __init__(self, txt: str): self.t: 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.w: B = None self.txt = txt a = A("a") f = B("f") n = C("n") k = C("k") ...
h"
class A: def __init__(self, txt: str): self.t: 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.w: B = None self.txt = txt a = A("a") f = B("f") n = C("n") k = C("k") ...
5
5
1
0.25
3
1.666667
1
1
1
5
2
2
4
0.8
4
0.8
2
2
2
2
3
3
3
1
1,643
class A: def __init__(self, txt: str): self.r: C = None self.z: C = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: A ...
l"
class A: def __init__(self, txt: str): self.r: C = None self.z: C = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.o: A ...
9
20
2.222222
0.277778
3
3
3
2
2.666667
7
2
1
5
0.555556
7
0.35
3
3
5
4
3
3
1
2
1,644
class A: def __init__(self, txt: str): self.y: A = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.x: C ...
j"
class A: def __init__(self, txt: str): self.y: A = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.x: C ...
9
18
2
0.25
3
3
3
2
2.333333
8
3
2
5
0.555556
6
0.333333
4
2
6
3.333333
3
5
4
2
1,645
class A: def __init__(self, txt: str): self.v: C = None self.p: 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.r: B = None self.z: A = None self.s: A ...
a"
class A: def __init__(self, txt: str): self.v: C = None self.p: 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.r: B = None self.z: A = None self.s: A ...
10
16
1.6
0.177778
3
3.333333
3
1
2
8
2
2
6
0.6
7
0.4375
3
3
7
4.333333
4
4
2
2
1,646
class A: def __init__(self, txt: str): self.r: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.r: A ...
f"
class A: def __init__(self, txt: str): self.r: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.r: A ...
10
20
2
0.222222
3
3.333333
2
2
2
10
2
2
8
0.8
9
0.45
3
6
8
6.666667
3
5
2
2
1,647
class A: def __init__(self, txt: str): self.y: A = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.s: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: C ...
k"
class A: def __init__(self, txt: str): self.y: A = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.s: A = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: C ...
6
12
2
0.4
3
2
3
2
2.666667
6
4
2
2
0.333333
4
0.333333
5
2
6
3.111111
2
4
4
2
1,648
class A: def __init__(self, txt: str): self.t: B = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.q: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: C ...
e"
class A: def __init__(self, txt: str): self.t: B = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.q: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: C ...
9
12
1.333333
0.166667
3
3
3
1
2
9
3
3
4
0.444444
5
0.416667
6
2
4
2.5
2
8
7
2
1,649
class A: def __init__(self, txt: str): self.x: C = None self.t: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.q: C = None self.o: B = None self.txt = txt class C: def __init__(self, txt:...
d"
class A: def __init__(self, txt: str): self.x: C = None self.t: C = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.q: C = None self.o: B = None self.txt = txt class C: def __init__(self, txt:...
9
18
2
0.25
3
3
3
3
3
4
2
1
4
0.444444
4
0.222222
1
2
2
2
3
2
2
2
1,650
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.txt = txt a = A("a") k = B("k...
k"
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: B = None self.txt = txt a = A("a") k = B("k...
6
6
1
0.2
3
2
2
1
1.333333
3
2
2
2
0.333333
2
0.333333
2
2
2
2
2
2
1
1
1,651
class A: def __init__(self, txt: str): self.z: A = 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.q: A = None self.t: B = None self.txt = txt b = A("b") d = B("d...
m"
class A: def __init__(self, txt: str): self.z: A = 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.q: A = None self.t: B = None self.txt = txt b = A("b") d = B("d...
6
7
1.166667
0.233333
3
2
2
1
1.333333
5
3
2
3
0.5
3
0.428571
3
2
4
2.5
2
4
4
1
1,652
class A: def __init__(self, txt: str): self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt = txt n = A("n") a = B("a...
a"
class A: def __init__(self, txt: str): self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt = txt n = A("n") a = B("a...
9
14
1.555556
0.194444
3
3
2
1
1.333333
3
2
1
3
0.333333
3
0.214286
1
3
3
3
3
1
1
1
1,653
class A: def __init__(self, txt: str): self.w: C = None self.o: C = None self.s: 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.x: B = None self.txt =...
b"
class A: def __init__(self, txt: str): self.w: C = None self.o: C = None self.s: 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.x: B = None self.txt =...
8
10
1.25
0.178571
3
2.666667
3
1
1.666667
6
2
2
5
0.625
5
0.5
2
3
3
3
4
2
1
1
1,654
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: C = None self.txt = txt n = A("n") f = B("f...
e"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.o: B = None self.txt = txt class C: def __init__(self, txt: str): self.v: C = None self.txt = txt n = A("n") f = B("f...
9
12
1.333333
0.166667
3
3
2
1
1.333333
5
3
2
3
0.333333
3
0.25
3
2
4
2.5
1
5
5
1
1,655
class A: def __init__(self, txt: str): self.y: C = None self.q: 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.r: A = None self.z: B = None self.txt =...
g"
class A: def __init__(self, txt: str): self.y: C = None self.q: 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.r: A = None self.z: B = None self.txt =...
7
9
1.285714
0.214286
3
2.333333
2
1
1.666667
5
2
1
5
0.714286
5
0.555556
1
2
2
2
1
5
5
1
1,656
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.txt = txt n = A("n") c = B("c...
c"
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.txt = txt n = A("n") c = B("c...
5
6
1.2
0.3
3
1.666667
2
1
1.333333
4
2
1
4
0.8
4
0.666667
1
2
2
2
2
2
1
1
1,657
class A: def __init__(self, txt: str): self.s: C = None self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: C = None self.txt =...
g"
class A: def __init__(self, txt: str): self.s: C = None self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: C = None self.txt =...
10
14
1.4
0.155556
3
3.333333
2
1
1.666667
7
3
3
3
0.3
3
0.214286
5
3
6
3.857143
1
7
7
1
1,658
class A: def __init__(self, txt: str): self.w: C = None self.t: C = None self.x: 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.y: A = None self.txt =...
e"
class A: def __init__(self, txt: str): self.w: C = None self.t: C = None self.x: 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.y: A = None self.txt =...
9
13
1.444444
0.180556
3
3
3
1
1.666667
9
4
3
4
0.444444
5
0.384615
6
2
6
3.6
4
5
3
2
1,659
class A: def __init__(self, txt: str): self.r: C = None self.s: C = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.u: B ...
l"
class A: def __init__(self, txt: str): self.r: C = None self.s: C = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.u: B ...
10
20
2
0.222222
3
3.333333
3
1
2.333333
9
4
2
6
0.6
7
0.35
4
2
7
3.571429
4
4
4
2
1,660
class A: def __init__(self, txt: str): self.o: A = None self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.txt =...
j"
class A: def __init__(self, txt: str): self.o: A = None self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.txt =...
10
16
1.6
0.177778
3
3.333333
2
1
1.666667
4
2
1
4
0.4
4
0.25
1
2
2
2
2
3
3
1
1,661
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.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.txt = txt m = A("m") k = B("k...
m"
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.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.txt = txt m = A("m") k = B("k...
6
6
1
0.2
3
2
2
1
1.333333
6
4
2
2
0.333333
4
0.666667
5
2
6
3.111111
2
3
2
2
1,662
class A: def __init__(self, txt: str): self.u: A = None self.z: A = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.z: A = None self.u: C = None self.txt = txt class C: def __init__(self, txt:...
e"
class A: def __init__(self, txt: str): self.u: A = None self.z: A = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.z: A = None self.u: C = None self.txt = txt class C: def __init__(self, txt:...
7
16
2.285714
0.380952
3
2.333333
3
3
3
3
2
1
3
0.428571
3
0.1875
1
2
2
2
3
1
1
2
1,663
class A: def __init__(self, txt: str): self.v: 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.v: B = None self.x: C = None self.q: C = None self.txt =...
g"
class A: def __init__(self, txt: str): self.v: 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.v: B = None self.x: C = None self.q: C = None self.txt =...
9
11
1.222222
0.152778
3
3
3
1
1.666667
9
5
4
3
0.333333
4
0.363636
7
2
8
4.125
4
4
1
2
1,664
class A: def __init__(self, txt: str): self.y: C = None self.s: B = None self.x: 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: B = None self.txt =...
g"
class A: def __init__(self, txt: str): self.y: C = None self.s: B = None self.x: 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: B = None self.txt =...
7
11
1.571429
0.261905
3
2.333333
3
1
1.666667
3
2
1
3
0.428571
3
0.272727
1
2
2
2
3
1
1
1
1,665
class A: def __init__(self, txt: str): self.s: B = None self.z: B = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: B ...
g"
class A: def __init__(self, txt: str): self.s: B = None self.z: B = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: B ...
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
3
1
1
1
1,666
class A: def __init__(self, txt: str): self.s: C = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.o: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A ...
m"
class A: def __init__(self, txt: str): self.s: C = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.o: A = None self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A ...
10
25
2.5
0.277778
3
3.333333
3
2
2.666667
4
2
1
4
0.4
4
0.16
1
4
4
4
3
2
2
1
1,667
class A: def __init__(self, txt: str): self.o: 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.t: B = None self.x: A = None self.txt = txt h = A("h") m = B("m...
m"
class A: def __init__(self, txt: str): self.o: 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.t: B = None self.x: A = None self.txt = txt h = A("h") m = B("m...
3
4
1.333333
0.666667
3
1
2
1
1.333333
3
2
1
3
1
3
0.75
1
2
2
2
2
2
2
1
1,668
class A: def __init__(self, txt: str): self.v: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.txt = txt h = A("h") c = B("c...
f"
class A: def __init__(self, txt: str): self.v: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.txt = txt h = A("h") c = B("c...
4
4
1
0.333333
3
1.333333
2
1
1.333333
3
2
2
2
0.5
2
0.5
2
2
2
2
2
2
1
1
1,669
class A: def __init__(self, txt: str): self.t: A = None self.y: B = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.txt =...
i"
class A: def __init__(self, txt: str): self.t: A = None self.y: B = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.txt =...
6
8
1.333333
0.266667
3
2
3
1
1.666667
3
1
1
4
0.666667
3
0.375
0
null
null
null
2
2
1
1
1,670
class A: def __init__(self, txt: str): self.t: C = None self.z: C = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.y: A = None self.t: A = None self.txt = txt class C: def __init__(self, txt:...
k"
class A: def __init__(self, txt: str): self.t: C = None self.z: C = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.y: A = None self.t: A = None self.txt = txt class C: def __init__(self, txt:...
5
11
2.2
0.55
3
1.666667
3
2
2.666667
5
2
2
3
0.6
3
0.272727
3
3
3
3
2
4
2
1
1,671
class A: def __init__(self, txt: str): self.w: B = None self.v: C = None self.p: 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.w: B ...
k"
class A: def __init__(self, txt: str): self.w: B = None self.v: C = None self.p: 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.w: B ...
4
6
1.5
0.5
3
1.333333
3
1
2
3
2
1
3
0.75
3
0.5
1
2
2
2
2
2
1
1
1,672
class A: def __init__(self, txt: str): self.w: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.txt = txt b = A("b") i = B("i...
c"
class A: def __init__(self, txt: str): self.w: C = None self.u: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: A = None self.txt = txt b = A("b") i = B("i...
9
12
1.333333
0.166667
3
3
2
1
1.333333
9
5
4
3
0.333333
3
0.25
7
2
8
3.75
3
4
1
2
1,673
class A: def __init__(self, txt: str): self.u: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.txt =...
j"
class A: def __init__(self, txt: str): self.u: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: 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
2
2
1
1
1,674
class A: def __init__(self, txt: str): self.q: B = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.s: A = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: A ...
e"
class A: def __init__(self, txt: str): self.q: B = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.s: A = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: A ...
5
8
1.6
0.4
3
1.666667
3
2
2.333333
5
2
2
4
0.8
4
0.5
2
3
3
3
3
2
1
1
1,675
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.v: A = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.x: C ...
n"
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.v: A = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.x: C ...
5
9
1.8
0.45
3
1.666667
3
1
2
3
2
1
3
0.6
3
0.333333
1
2
2
2
3
1
1
2
1,676
class A: def __init__(self, txt: str): self.v: 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.y: C = None self.q: C = None self.txt = txt d = A("d") a = B("a...
j"
class A: def __init__(self, txt: str): self.v: 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.y: C = None self.q: C = None self.txt = txt d = A("d") a = B("a...
4
4
1
0.333333
3
1.333333
2
1
1.333333
4
2
2
3
0.75
3
0.75
2
2
2
2
2
3
3
1
1,677
class A: def __init__(self, txt: str): self.x: B = None self.q: A = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt =...
f"
class A: def __init__(self, txt: str): self.x: B = None self.q: A = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.txt =...
10
18
1.8
0.2
3
3.333333
3
1
1.666667
9
5
5
2
0.2
2
0.111111
8
2
8
4
1
9
9
1
1,678
class A: def __init__(self, txt: str): self.y: B = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.txt = txt i = A("i") b = B("b...
b"
class A: def __init__(self, txt: str): self.y: B = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: B = None self.txt = txt i = A("i") b = B("b...
7
9
1.285714
0.214286
3
2.333333
2
1
1.333333
4
2
2
3
0.428571
3
0.333333
2
2
2
2
2
2
1
1
1,679
class A: def __init__(self, txt: str): self.p: B = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.r: A = None self.txt =...
a"
class A: def __init__(self, txt: str): self.p: B = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.r: A = None self.txt =...
10
14
1.4
0.155556
3
3.333333
2
1
1.666667
3
2
1
3
0.3
3
0.214286
1
2
2
2
2
2
1
1
1,680
class A: def __init__(self, txt: str): self.s: A = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.w: B = None self.p: A ...
e"
class A: def __init__(self, txt: str): self.s: A = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt class C: def __init__(self, txt: str): self.t: A = None self.w: B = None self.p: A ...
5
9
1.8
0.45
3
1.666667
3
1
2
3
1
1
4
0.8
3
0.333333
0
null
null
null
3
1
1
1
1,681
class A: def __init__(self, txt: str): self.q: C = None self.x: C = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.x: B = None self.v: C = None self.txt = txt class C: def __init__(self, txt:...
j"
class A: def __init__(self, txt: str): self.q: C = None self.x: C = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.x: B = None self.v: C = None self.txt = txt class C: def __init__(self, txt:...
8
17
2.125
0.303571
3
2.666667
3
1
2.333333
5
3
3
2
0.25
2
0.117647
4
2
4
2.666667
2
3
1
1
1,682
class A: def __init__(self, txt: str): self.w: C = None self.s: 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.w: A = None self.txt = txt h = A("h") n = B("n...
d"
class A: def __init__(self, txt: str): self.w: C = None self.s: 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.w: A = None self.txt = txt h = A("h") n = B("n...
4
6
1.5
0.5
3
1.333333
2
1
1.333333
3
2
1
3
0.75
3
0.5
1
2
2
2
3
1
1
2
1,683
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.y: A = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt =...
h"
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.y: A = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt =...
10
17
1.7
0.188889
3
3.333333
3
1
1.666667
5
2
2
4
0.4
4
0.235294
2
4
4
4
2
3
1
1
1,684
class A: def __init__(self, txt: str): self.q: A = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.r: A = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.p: A ...
a"
class A: def __init__(self, txt: str): self.q: A = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.r: A = None self.p: B = None self.txt = txt class C: def __init__(self, txt: str): self.p: A ...
6
13
2.166667
0.433333
3
2
3
2
2.333333
5
1
1
6
1
5
0.384615
0
null
null
null
3
3
1
1
1,685
class A: def __init__(self, txt: str): self.v: C = None self.x: C = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.q: C ...
i"
class A: def __init__(self, txt: str): self.v: C = None self.x: C = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.q: C ...
6
10
1.666667
0.333333
3
2
3
1
2
5
2
1
4
0.666667
5
0.5
2
3
4
3.5
4
2
1
2
1,686
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.s: B = None self.u: B = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B ...
f"
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.s: B = None self.u: B = None self.r: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B ...
9
18
2
0.25
3
3
3
1
2
5
2
1
5
0.555556
5
0.277778
1
4
4
4
4
2
1
1
1,687
class A: def __init__(self, txt: str): self.y: A = None self.t: A = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.r: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt:...
d"
class A: def __init__(self, txt: str): self.y: A = None self.t: A = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.r: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt:...
4
7
1.75
0.583333
3
1.333333
3
1
2.333333
4
2
1
3
0.75
4
0.571429
2
2
4
3
3
2
1
2
1,688
class A: def __init__(self, txt: str): self.s: C = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt =...
d"
class A: def __init__(self, txt: str): self.s: C = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt =...
9
16
1.777778
0.222222
3
3
2
1
1.666667
8
2
2
7
0.777778
7
0.4375
2
2
2
2
4
4
2
2
1,689
class A: def __init__(self, txt: str): self.t: A = None self.z: C = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: C = None self.v: B ...
j"
class A: def __init__(self, txt: str): self.t: A = None self.z: C = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: C = None self.v: B ...
5
11
2.2
0.55
3
1.666667
3
1
2
4
2
1
3
0.6
4
0.363636
2
2
3
2.5
3
2
1
2
1,690
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.v: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.q: B ...
f"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.v: B = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.q: B ...
8
14
1.75
0.25
3
2.666667
3
1
2
5
2
1
5
0.625
5
0.357143
1
2
2
2
4
2
2
2
1,691
class A: def __init__(self, txt: str): self.t: C = None self.z: A = None self.w: C = 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.t: B = None self.y: A ...
m"
class A: def __init__(self, txt: str): self.t: C = None self.z: A = None self.w: C = 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.t: B = None self.y: A ...
7
13
1.857143
0.309524
3
2.333333
3
1
2.333333
6
3
3
3
0.428571
3
0.230769
4
2
4
2.666667
2
5
5
1
1,692
class A: def __init__(self, txt: str): self.r: A = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.w: C ...
m"
class A: def __init__(self, txt: str): self.r: A = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.w: C ...
9
21
2.333333
0.291667
3
3
3
2
2.333333
8
3
3
5
0.555556
5
0.238095
4
2
4
2.666667
4
5
5
1
1,693
class A: def __init__(self, txt: str): self.s: A = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.q: A = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: C ...
c"
class A: def __init__(self, txt: str): self.s: A = None self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.q: A = None self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.u: C ...
7
19
2.714286
0.452381
3
2.333333
3
2
2.666667
5
2
1
4
0.571429
5
0.263158
2
2
3
2.5
4
2
2
2
1,694
class A: def __init__(self, txt: str): self.v: A = None self.y: C = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.z: C = None self.o: A = None self.txt = txt class C: def __init__(self, txt:...
i"
class A: def __init__(self, txt: str): self.v: A = None self.y: C = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.z: C = None self.o: A = None self.txt = txt class C: def __init__(self, txt:...
5
8
1.6
0.4
3
1.666667
3
1
2.333333
3
1
1
4
0.8
3
0.375
0
null
null
null
3
1
1
1
1,695
class A: def __init__(self, txt: str): self.o: A = None self.w: 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.w: C = None self.v: A = None self.s: B ...
l"
class A: def __init__(self, txt: str): self.o: A = None self.w: 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.w: C = None self.v: A = None self.s: B ...
10
20
2
0.222222
3
3.333333
3
1
2
6
3
2
4
0.4
5
0.25
3
2
5
3.25
2
4
3
2
1,696
class A: def __init__(self, txt: str): self.x: C = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: C = None self.t: A = None self.s: A ...
b"
class A: def __init__(self, txt: str): self.x: C = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: C = None self.t: A = None self.s: A ...
4
6
1.5
0.5
3
1.333333
3
1
2
4
2
1
4
1
4
0.666667
1
2
2
2
4
1
1
2
1,697
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.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: C = None self.y: B = None self.u: A ...
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.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: C = None self.y: B = None self.u: A ...
9
16
1.777778
0.222222
3
3
3
1
2
6
2
2
5
0.555556
5
0.3125
2
2
2
2
4
3
3
2
1,698
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.txt = txt c = A("c") l = B("l...
k"
class A: def __init__(self, txt: str): self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.txt = txt c = A("c") l = B("l...
8
12
1.5
0.214286
3
2.666667
2
1
1.333333
8
3
3
5
0.625
5
0.416667
4
2
4
2.666667
3
4
1
1
1,699
class A: def __init__(self, txt: str): self.s: A = None self.p: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.p: C = None self.q: A = None self.txt = txt class C: def __init__(self, txt:...
k"
class A: def __init__(self, txt: str): self.s: A = None self.p: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.p: C = None self.q: A = None self.txt = txt class C: def __init__(self, txt:...
6
14
2.333333
0.466667
3
2
3
3
3
3
1
1
4
0.666667
3
0.214286
0
null
null
null
2
2
2
1