id
int64
500
3.5k
prompt
stringlengths
265
1.76k
answer
stringclasses
10 values
num_nodes
int64
3
7
num_edges
int64
3
29
avg_node_edge
float64
1
4.14
graph_density
float64
0.17
1
num_classes
int64
2
7
avg_node_class
float64
1
3.5
max_num_field
int64
1
7
min_num_field
int64
1
4
avg_num_field
float64
1
5.33
path_length
int64
3
7
max_node_visits
int64
1
4
max_edge_visits
int64
1
4
unique_node_number
int64
2
7
path_node_coverage
float64
0.29
1
unique_edge_number
int64
2
7
path_edge_coverage
float64
0.1
1
num_cycle
int64
0
6
shortest_cycle
float64
2
6
longest_cycle
float64
2
7
average_cycle
float64
2
6
unique_edge_label
int64
1
7
max_label_occurrences
int64
1
7
max_label_consecutive
int64
1
7
max_node_outdegree
int64
1
3
correctness
bool
1 class
one_correct
bool
1 class
500
class A: def __init__(self, txt: str): self.u: C = None self.w: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.txt = txt class C: def __init__(self, txt: str): self.z: A = None self.t: A = None self.q: A ...
g"
3
3
1
0.5
3
1
3
1
2
3
2
1
3
1
3
1
1
2
2
2
3
1
1
1
true
true
501
class A: def __init__(self, txt: str): self.r: C = None self.o: D = None self.txt = txt class B: def __init__(self, txt: str): self.x: E = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.s: C = None self.txt =...
d"
7
12
1.714286
0.285714
5
1.4
4
1
2
4
1
1
5
0.714286
4
0.333333
0
null
null
null
3
2
2
1
true
true
502
class A: def __init__(self, txt: str): self.r: C = None self.s: C = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: A ...
g"
3
4
1.333333
0.666667
3
1
3
1
2
3
2
1
2
0.666667
3
0.75
2
2
2
2
3
1
1
2
true
true
503
class A: def __init__(self, txt: str): self.o: B = None self.r: E = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.s: F = None self.v: D = None self.o: E = None self.w: C = None self.txt = txt class C: ...
a"
7
19
2.714286
0.452381
6
1.166667
5
1
3.5
3
1
1
4
0.571429
3
0.157895
0
null
null
null
3
1
1
1
true
true
504
class A: def __init__(self, txt: str): self.s: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt i = A("i") h = B("h") n = B("n") d = B("d") i.s = n i.p = h h.z = i n.z = i d.z = i assert n.z.p.z.txt == "
i"
4
5
1.25
0.416667
2
2
2
1
1.5
3
2
1
3
0.75
3
0.6
1
2
2
2
2
2
1
1
true
true
505
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.y: A = None self.txt = txt d = A("d") l = B("l") n = A("n") h = B("h") g = B("g") k = B("k") d.x = h l.s = d l.y = d n.x = k h.s = n h.y ...
d"
6
8
1.333333
0.266667
2
3
2
1
1.5
3
2
2
2
0.333333
2
0.25
2
2
2
2
2
2
1
1
true
true
506
class A: def __init__(self, txt: str): self.y: D = None self.txt = txt class B: def __init__(self, txt: str): self.z: E = None self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: F = None self.w: E = None self.o: F ...
e"
6
9
1.5
0.3
6
1
3
1
1.666667
3
1
1
4
0.666667
3
0.333333
0
null
null
null
3
1
1
1
true
true
507
class A: def __init__(self, txt: str): self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.v: A = None self.t: A = None self.txt =...
h"
3
4
1.333333
0.666667
3
1
3
1
1.666667
3
2
1
3
1
3
0.75
1
3
3
3
3
1
1
1
true
true
508
class A: def __init__(self, txt: str): self.u: C = None self.w: B = None self.y: D = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: D = None self.v: D = None self.txt = txt class C: def __init__(self, txt:...
b"
4
6
1.5
0.5
4
1
4
1
2.5
4
3
2
2
0.5
2
0.333333
3
2
4
2.5
2
2
1
1
true
true
509
class A: def __init__(self, txt: str): self.y: C = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.t: A = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.s: A ...
i"
5
10
2
0.5
3
1.666667
3
2
2.333333
5
3
2
3
0.6
4
0.4
3
2
5
3.25
4
2
1
2
true
true
510
class A: def __init__(self, txt: str): self.s: B = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.t: B = None self.txt = txt e = A("e") h = B("h") k = B("k") d = B("d") a = A("a") e.s = d e.r = a h.w = k h.t = ...
h"
5
9
1.8
0.45
2
2.5
2
2
2
3
2
1
3
0.6
3
0.333333
1
3
3
3
2
2
2
1
true
true
511
class A: def __init__(self, txt: str): self.y: C = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.t: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.txt = txt a = A("a") b = B("b...
a"
3
4
1.333333
0.666667
3
1
2
1
1.333333
3
2
2
2
0.666667
2
0.5
2
2
2
2
2
2
1
1
true
true
512
class A: def __init__(self, txt: str): self.q: 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.s: A = None self.txt = txt c = A("c") a = B("a...
c"
3
3
1
0.5
3
1
2
1
1.333333
3
2
2
2
0.666667
2
0.666667
2
2
2
2
2
2
1
1
true
true
513
class A: def __init__(self, txt: str): self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.u: A = None self.txt = txt f = A("f") g = B("g") h = B("h") b = B("b") i = B("i") m = B("m") n = A("n") f.x = n g.p = i g.u = n h.p = g h...
f"
7
12
1.714286
0.285714
2
3.5
2
1
1.5
4
3
2
2
0.285714
2
0.166667
3
2
4
2.5
1
4
4
1
true
true
514
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.txt = txt l = A("l") j = B("j") b = B("b") m = A("m") l.p = j j.o = b b.o = j m.p = b assert m.p.o.o.o.txt == "
j"
4
4
1
0.333333
2
2
1
1
1
4
2
2
3
0.75
3
0.75
2
2
2
2
2
3
3
1
true
true
515
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.x: A = None self.v: A = None self.txt = txt class C: def __init__(self, txt: str): self.p: A = None self.txt =...
d"
3
3
1
0.5
3
1
3
1
1.666667
3
2
1
2
0.666667
3
1
2
2
2
2
3
1
1
2
true
true
516
class A: def __init__(self, txt: str): self.x: B = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.y: A = None self.txt = txt d = A("d") n = B("n") l = B("l") j = B("j") e = A("e") d.x = j d.o = e n.v = e n.y = ...
d"
5
8
1.6
0.4
2
2.5
2
2
2
4
2
1
4
0.8
4
0.5
1
2
2
2
4
1
1
1
true
true
517
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.t: C = None self.y: D = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.txt =...
b"
5
9
1.8
0.45
4
1.25
3
1
1.5
4
2
2
3
0.6
3
0.333333
2
2
2
2
2
3
3
1
true
true
518
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.p: C = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.t: A ...
j"
3
5
1.666667
0.833333
3
1
3
1
2.333333
3
2
1
3
1
3
0.6
1
3
3
3
3
1
1
1
true
true
519
class A: def __init__(self, txt: str): self.o: B = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.u: B = None self.txt =...
i"
5
8
1.6
0.4
3
1.666667
2
1
1.666667
4
2
1
4
0.8
4
0.5
1
3
3
3
2
3
3
2
true
true
520
class A: def __init__(self, txt: str): self.y: C = None self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.o: A = None self.r: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: A ...
a"
3
3
1
0.5
3
1
3
1
2
3
2
1
3
1
3
1
1
2
2
2
3
1
1
1
true
true
521
class A: def __init__(self, txt: str): self.v: D = None self.p: C = None self.z: C = None self.y: E = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.u: D = None self.txt = txt class C: ...
a"
7
16
2.285714
0.380952
5
1.4
5
1
3.2
3
1
1
4
0.571429
3
0.1875
0
null
null
null
3
1
1
1
true
true
522
class A: def __init__(self, txt: str): self.s: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: B = None self.txt = txt d = A("d") e = B("e...
d"
3
3
1
0.5
3
1
2
1
1.333333
3
2
2
2
0.666667
2
0.666667
2
2
2
2
2
2
1
1
true
true
523
class A: def __init__(self, txt: str): self.x: C = 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.x: A = None self.q: B = None self.v: B = None self.txt =...
g"
7
11
1.571429
0.261905
3
2.333333
3
1
1.666667
3
1
1
4
0.571429
3
0.272727
0
null
null
null
3
1
1
1
true
true
524
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.v: C = None self.o: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: C = None self.txt =...
e"
5
9
1.8
0.45
3
1.666667
3
1
1.666667
4
3
2
2
0.4
2
0.222222
3
2
4
2.5
2
2
1
1
true
true
525
class A: def __init__(self, txt: str): self.x: D = None self.s: F = None self.w: D = None self.o: F = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt:...
j"
6
11
1.833333
0.366667
6
1
4
1
2.5
5
3
2
3
0.5
3
0.272727
3
2
4
2.5
3
2
1
1
true
true
526
class A: def __init__(self, txt: str): self.u: C = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.txt =...
i"
6
10
1.666667
0.333333
3
2
2
1
1.666667
6
3
2
4
0.666667
5
0.5
3
2
6
4
3
2
2
2
true
true
527
class A: def __init__(self, txt: str): self.q: A = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.q: A = None self.txt = txt e = A("e") b = B("b") f = A("f") e.q = f e.y = f b.u = e b.q = e f.q = e f.y = e asse...
e"
3
3
1
0.5
2
1.5
2
2
2
3
2
1
3
1
3
1
1
2
2
2
2
2
2
1
true
true
528
class A: def __init__(self, txt: str): self.w: B = None self.y: F = None self.r: E = None self.s: E = None self.v: B = None self.z: C = None self.txt = txt class B: def __init__(self, txt: str): self.o: D = None self.z: F = None se...
a"
7
26
3.714286
0.619048
6
1.166667
6
3
5.333333
6
2
1
6
0.857143
6
0.230769
1
2
2
2
5
2
2
2
true
true
529
class A: def __init__(self, txt: str): self.w: A = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt j = A("j") m = B("m") e = A("e") j.w = e j.p = m m.z = e e.w = j e.p = m assert e.w.p.z.txt == "
e"
3
5
1.666667
0.833333
2
1.5
2
1
1.5
3
2
1
3
1
3
0.6
1
3
3
3
3
1
1
1
true
true
530
class A: def __init__(self, txt: str): self.t: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: C = None self.q: D = None self.x: D = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.w: D ...
d"
4
6
1.5
0.5
4
1
4
1
2.25
3
2
2
2
0.5
2
0.333333
2
2
2
2
2
2
1
1
true
true
531
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.t: C = None self.y: A = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: C ...
f"
5
10
2
0.5
3
1.666667
3
2
2.666667
3
1
1
4
0.8
3
0.3
0
null
null
null
3
1
1
1
true
true
532
class A: def __init__(self, txt: str): self.o: A = None self.s: B = None self.z: 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.v: D = None self.w: A ...
c"
5
10
2
0.5
4
1.25
4
1
2.25
5
2
1
5
1
5
0.5
1
2
2
2
5
1
1
2
true
true
533
class A: def __init__(self, txt: str): self.t: B = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B = None self.txt =...
j"
5
11
2.2
0.55
4
1.25
3
1
2
3
2
1
3
0.6
3
0.272727
1
2
2
2
3
1
1
2
true
true
534
class A: def __init__(self, txt: str): self.z: 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.q: C = None self.txt = txt l = A("l") c = B("c") a = C("a") h = A("h") ...
a"
7
7
1
0.166667
3
2.333333
1
1
1
6
4
3
2
0.285714
2
0.285714
5
2
6
3.111111
1
6
6
1
true
true
535
class A: def __init__(self, txt: str): self.t: A = None self.s: C = 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.p: C = None self.txt =...
c"
6
10
1.666667
0.333333
3
2
2
1
1.666667
5
3
2
3
0.5
4
0.4
3
2
4
3
3
2
2
2
true
true
536
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.y: A = None self.r: A = None self.txt = txt h = A("h") k = B("k...
h"
3
3
1
0.5
3
1
2
1
1.333333
3
2
2
2
0.666667
2
0.666667
2
2
2
2
2
2
1
1
true
true
537
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: C = None self.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.txt = txt b = A("b") e = B("e...
b"
3
3
1
0.5
3
1
2
1
1.333333
3
2
1
3
1
3
1
1
3
3
3
3
1
1
1
true
true
538
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.u: A = None self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.y: F = None self.txt =...
a"
7
15
2.142857
0.357143
7
1
6
1
2.857143
5
2
2
4
0.571429
4
0.266667
2
2
2
2
3
3
2
1
true
true
539
class A: def __init__(self, txt: str): self.v: C = None self.x: D = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: B = None self.txt =...
e"
4
6
1.5
0.5
4
1
3
1
1.5
4
3
1
3
0.75
4
0.666667
2
2
4
2.666667
3
2
1
2
true
true
540
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.x: B = None self.z: A = None self.txt = txt b = A("b") a = B("a") m = B("m") c = B("c") g = A("g") f = A("f") b.y = c b.o = c a.x...
a"
6
11
1.833333
0.366667
2
3
2
2
2
6
2
2
5
0.833333
5
0.454545
2
2
2
2
4
2
1
2
true
true
541
class A: def __init__(self, txt: str): self.v: C = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.r: C = None self.u: B ...
a"
4
8
2
0.666667
3
1.333333
2
2
2
3
2
1
3
0.75
3
0.375
1
2
2
2
2
2
1
1
true
true
542
class A: def __init__(self, txt: str): self.p: C = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.y: B = None self.t: B ...
b"
4
8
2
0.666667
3
1.333333
3
1
2
3
2
1
3
0.75
3
0.375
1
2
2
2
2
2
2
2
true
true
543
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: A = None self.x: A = None self.t: D = None self.txt =...
c"
5
6
1.2
0.3
4
1.25
3
1
1.5
3
1
1
4
0.8
3
0.5
0
null
null
null
3
1
1
1
true
true
544
class A: def __init__(self, txt: str): self.s: D = None self.p: D = None self.o: B = None self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt class C: def __init__(self, txt: str): self.z: B ...
f"
4
6
1.5
0.5
4
1
4
1
2
4
2
2
3
0.75
3
0.5
2
3
3
3
3
2
1
1
true
true
545
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.s: A = None self.txt = txt f = A("f") k = B("k") j = A("j") f.r = j k.w = j k.s = f j.r = f assert j.r.r.r.txt == "
f"
3
4
1.333333
0.666667
2
1.5
2
1
1.5
3
2
2
2
0.666667
2
0.5
2
2
2
2
1
3
3
1
true
true
546
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.txt = txt n = A("n") i = B("i") g = B("g") n.u = i i.s = g g.s = i assert n.u.s.s.txt == "
i"
3
3
1
0.5
2
1.5
1
1
1
3
2
1
3
1
3
1
1
2
2
2
2
2
2
1
true
true
547
class A: def __init__(self, txt: str): self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt a = A("a") f = B("f") e = A("e") a.u = e f.z = a e.u = a assert e.u.u.u.txt == "
a"
3
3
1
0.5
2
1.5
1
1
1
3
2
2
2
0.666667
2
0.666667
2
2
2
2
1
3
3
1
true
true
548
class A: def __init__(self, txt: str): self.r: E = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.z: A = None self.o: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: D = None self.v: D ...
i"
5
9
1.8
0.45
5
1
5
1
2.4
4
2
1
4
0.8
4
0.444444
1
3
3
3
2
3
3
1
true
true
549
class A: def __init__(self, txt: str): self.s: D = None self.p: C = None self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.s: A = None self.txt = txt class C: def __init__(self, txt: str): self.v: D ...
f"
4
5
1.25
0.416667
4
1
3
1
1.75
4
2
1
4
1
4
0.8
1
3
3
3
3
2
1
2
true
true
550
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.t: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: E = None self.w: B = None self.txt =...
d"
6
10
1.666667
0.333333
5
1.2
3
1
2
4
2
2
3
0.5
3
0.3
2
3
3
3
3
2
1
1
true
true
551
class A: def __init__(self, txt: str): self.t: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: C = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.y: A = None self.p: B ...
h"
3
5
1.666667
0.833333
3
1
2
2
2
3
2
1
3
1
3
0.6
1
2
2
2
2
2
1
1
true
true
552
class A: def __init__(self, txt: str): self.r: E = None self.u: C = None self.p: B = None self.q: E = None self.txt = txt class B: def __init__(self, txt: str): self.s: E = None self.r: A = None self.z: A = None self.t: E = None se...
a"
6
10
1.666667
0.333333
5
1.2
4
1
2.6
5
2
1
4
0.666667
5
0.5
2
2
3
2.5
4
2
2
2
true
true
553
class A: def __init__(self, txt: str): self.w: C = None self.p: 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.v: A = None self.txt = txt i = A("i") b = B("b...
i"
3
4
1.333333
0.666667
3
1
2
1
1.333333
3
2
2
2
0.666667
2
0.5
2
2
2
2
2
2
1
1
true
true
554
class A: def __init__(self, txt: str): self.v: A = None self.w: A = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.r: A = None self.y: C = None self.txt = txt class C: def __init__(self, txt:...
a"
5
13
2.6
0.65
3
1.666667
3
3
3
5
2
2
3
0.6
3
0.230769
3
3
3
3
3
2
1
1
true
true
555
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.s: B = None self.w: C = None self.txt = txt class C: def __init__(self, txt: str): self.t: B = None self.txt =...
j"
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
3
1
1
1
true
true
556
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt d = A("d") e = B("e") f = B("f") m = B("m") l = A("l") d.v = e e.v = m f.v = m m.v = e l.v = f assert m.v.v.v.txt == "
e"
5
5
1
0.25
2
2.5
1
1
1
3
2
2
2
0.4
2
0.4
2
2
2
2
1
3
3
1
true
true
557
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.txt = txt c = A("c") e = B("e") l = B("l") f = B("f") g = A("g") c.o = g e.p = f l.p = e f.p = l g.o = c assert g.o.o.o.txt == "
c"
5
5
1
0.25
2
2.5
1
1
1
3
2
2
2
0.4
2
0.4
2
2
2
2
1
3
3
1
true
true
558
class A: def __init__(self, txt: str): self.o: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: F = None self.z: C = None self.txt = txt class C: def __init__(self, txt: str): self.x: G = None self.txt = txt class D: def __...
i"
7
15
2.142857
0.357143
7
1
6
1
2.285714
7
3
2
5
0.714286
6
0.4
3
2
5
3.25
5
2
1
2
true
true
559
class A: def __init__(self, txt: str): self.y: D = None self.o: C = 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.v: B = None self.r: B = None self.txt =...
d"
4
6
1.5
0.5
4
1
3
1
2
3
1
1
4
1
3
0.5
0
null
null
null
1
3
3
1
true
true
560
class A: def __init__(self, txt: str): self.w: B = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.w: A = None self.txt = txt class C: def __init__(self, txt: str): self.u: C = None self.y: A ...
c"
4
6
1.5
0.5
3
1.333333
2
2
2
3
2
2
2
0.5
2
0.333333
2
2
2
2
1
3
3
1
true
true
561
class A: def __init__(self, txt: str): self.o: A = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt c = A("c") n = B("n") m = A("m") c.o = m c.z = n n.p = c m.o = c m.z = n assert n.p.z.p.txt == "
c"
3
5
1.666667
0.833333
2
1.5
2
1
1.5
3
2
2
2
0.666667
2
0.4
2
2
2
2
2
2
1
1
true
true
562
class A: def __init__(self, txt: str): self.t: G = None self.w: F = None self.txt = txt class B: def __init__(self, txt: str): self.t: G = None self.s: F = None self.w: C = None self.v: C = None self.txt = txt class C: def __init__(self, txt:...
c"
7
18
2.571429
0.428571
7
1
6
1
3.714286
4
2
1
4
0.571429
4
0.222222
1
3
3
3
4
1
1
2
true
true
563
class A: def __init__(self, txt: str): self.u: D = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.u: E = None self.t: F = None self.o: D = None self.txt = txt class C: def __init__(self, txt: str): self.u: E ...
a"
7
18
2.571429
0.428571
6
1.166667
5
2
3.166667
3
2
1
3
0.428571
3
0.166667
1
2
2
2
3
1
1
2
true
true
564
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.w: A = None self.txt = txt a = A("a") j = B("j") g = B("g") a.r = j j.t = a j.w = a g.t = a g.w = a assert j.w.r.w.txt == "
a"
3
3
1
0.5
2
1.5
2
1
1.5
3
2
2
2
0.666667
2
0.666667
2
2
2
2
2
2
1
1
true
true
565
class A: def __init__(self, txt: str): self.p: B = None self.r: F = None self.w: E = None self.s: F = None self.x: C = None self.o: E = None self.txt = txt class B: def __init__(self, txt: str): self.z: F = None self.s: F = None se...
d"
7
16
2.285714
0.380952
6
1.166667
6
1
2.833333
7
2
2
4
0.571429
5
0.3125
4
2
2
2
4
3
2
2
true
true
566
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.txt = txt d = A("d") e = B("e") j = B("j") f = A("f") d.r = j e.x = j j.x = e f.r = j assert f.r.x.x.x.txt == "
e"
4
4
1
0.333333
2
2
1
1
1
4
2
2
3
0.75
3
0.75
2
2
2
2
2
3
3
1
true
true
567
class A: def __init__(self, txt: str): self.o: A = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.r: A = None self.txt = txt e = A("e") f = B("f") a = B("a") d = A("d") i = B("i") h = A("h") g = B("g") e.o = h ...
e"
7
14
2
0.333333
2
3.5
2
2
2
5
2
1
5
0.714286
5
0.357143
1
5
5
5
4
2
1
1
true
true
568
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.p: A = None self.txt = txt f = A("f") d = B("d") k = B("k") l = B("l") f.t = k f.q = d d.p = f k.p = f l.p = f assert d.p.q.p.txt == "
f"
4
5
1.25
0.416667
2
2
2
1
1.5
3
2
2
2
0.5
2
0.4
2
2
2
2
2
2
1
1
true
true
569
class A: def __init__(self, txt: str): self.z: E = None self.o: F = None self.w: E = None self.y: B = None self.q: E = None self.txt = txt class B: def __init__(self, txt: str): self.y: D = None self.x: C = None self.z: D = None se...
b"
6
14
2.333333
0.466667
6
1
5
1
3.666667
6
2
1
4
0.666667
6
0.428571
3
2
4
3
3
3
2
2
true
true
570
class A: def __init__(self, txt: str): self.q: B = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt f = A("f") b = B("b") n = A("n") k = B("k") e = B("e") m = A("m") f.q = k f.x = n b.u = n n.q = b n.x = f k.u ...
f"
6
9
1.5
0.3
2
3
2
1
1.5
5
2
1
5
0.833333
5
0.555556
1
3
3
3
3
2
1
1
true
true
571
class A: def __init__(self, txt: str): self.o: B = None self.x: E = None self.t: B = None self.y: E = None self.r: E = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.x: E = None self.w: A = None se...
i"
7
19
2.714286
0.452381
5
1.4
5
3
4.2
5
2
1
5
0.714286
5
0.263158
1
3
3
3
4
2
1
2
true
true
572
class A: def __init__(self, txt: str): self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.w: A = None self.txt = txt j = A("j") m = B("m") g = A("g") j.v = g m.z = j m.w = g g.v = j assert g.v.v.v.txt == "
j"
3
4
1.333333
0.666667
2
1.5
2
1
1.5
3
2
2
2
0.666667
2
0.5
2
2
2
2
1
3
3
1
true
true
573
class A: def __init__(self, txt: str): self.v: A = None self.q: 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.s: B = None self.txt = txt g = A("g") e = B("e...
g"
5
7
1.4
0.35
3
1.666667
2
1
1.333333
4
3
2
2
0.4
2
0.285714
3
2
4
2.5
1
4
4
1
true
true
574
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.txt = txt class C: def __init__(self, txt: str): self.w: C = None self.s: A = None self.y: B = None self.txt =...
a"
4
8
2
0.666667
3
1.333333
3
1
1.666667
3
2
2
2
0.5
2
0.25
2
2
2
2
2
2
1
1
true
true
575
class A: def __init__(self, txt: str): self.v: C = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: D = None self.x: D = None self.t: D = None self.txt =...
c"
4
4
1
0.333333
4
1
3
1
2
3
2
1
3
0.75
3
0.75
1
2
2
2
3
1
1
1
true
true
576
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt h = A("h") c = B("c") f = B("f") e = A("e") n = B("n") d = B("d") h.r = e c.w = h f.w = e e.r = h n.w = e d.w = h assert h.r.r.r.r.r.r....
h"
6
6
1
0.2
2
3
1
1
1
6
4
3
2
0.333333
2
0.333333
5
2
6
3.111111
1
6
6
1
true
true
577
class A: def __init__(self, txt: str): self.z: B = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.s: B = None self.txt = txt j = A("j") i = B("i") a = B("a") j.z = a j.o = a i.z = j i.s = a a.z = j a.s = i asse...
j"
3
5
1.666667
0.833333
2
1.5
2
2
2
3
2
2
2
0.666667
2
0.4
2
2
2
2
2
2
1
1
true
true
578
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.z: A = None self.txt = txt h = A("h") k = B("k") b = A("b") e = B("e") d = B("d") h.y = b k.y = h k.z = h b.y = h e.y = h e.z = b d.y = h...
h"
5
6
1.2
0.3
2
2.5
2
1
1.5
4
3
2
2
0.4
2
0.333333
3
2
4
2.5
1
4
4
1
true
true
579
class A: def __init__(self, txt: str): self.r: C = None self.txt = txt class B: def __init__(self, txt: str): self.v: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: A = None self.r: B = None self.s: B = None self.txt =...
i"
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
true
true
580
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.o: A = None self.txt = txt g = A("g") n = B("n") l = B("l") g.w = n g.x = l n.o = g l.o = g assert n.o.x.o.txt == "
g"
3
4
1.333333
0.666667
2
1.5
2
1
1.5
3
2
1
3
1
3
0.75
1
2
2
2
2
2
1
1
true
true
581
class A: def __init__(self, txt: str): self.q: C = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.q: A = None self.txt = txt class C: def __init__(self, txt: str): self.q: A = None self.t: B = None self.txt =...
g"
3
4
1.333333
0.666667
3
1
2
1
1.666667
3
2
1
3
1
3
0.75
1
2
2
2
1
3
3
1
true
true
582
class A: def __init__(self, txt: str): self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.x: A = None self.y: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: B = None self.o: B ...
c"
6
9
1.5
0.3
3
2
3
1
2.333333
4
3
2
2
0.333333
2
0.222222
3
2
4
2.5
1
4
4
1
true
true
583
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.w: A = None self.txt = txt g = A("g") f = B("f") m = B("m") g.o = f f.p = g f.w = g m.p = g m.w = g assert f.w.o.p.txt == "
g"
3
3
1
0.5
2
1.5
2
1
1.5
3
2
1
2
0.666667
3
1
2
2
2
2
3
1
1
2
true
true
584
class A: def __init__(self, txt: str): self.t: E = 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.y: E = None self.txt = txt class D: def __init__(self, txt: str): ...
g"
6
11
1.833333
0.366667
6
1
4
1
2.166667
3
1
1
4
0.666667
3
0.272727
0
null
null
null
2
2
2
1
true
true
585
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.v: B = None self.txt = txt a = A("a") n = B("n") l = A("l") c = A("c") f = B("f") a.r = c n.x = c n.v = f l.r = a c.r = a f.x = l f.v = n...
a"
5
7
1.4
0.35
2
2.5
2
1
1.5
5
3
3
2
0.4
2
0.285714
4
2
4
2.666667
1
5
5
1
true
true
586
class A: def __init__(self, txt: str): self.z: B = None self.y: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.o: C = None self.t: C = None self.u: D = None self.txt = txt class C: ...
i"
5
7
1.4
0.35
4
1.25
4
1
2.25
5
2
1
4
0.8
5
0.714286
2
3
3
3
4
2
1
2
true
true
587
class A: def __init__(self, txt: str): self.y: D = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: D = None self.s: E = None self.txt = txt class C: def __init__(self, txt: str): self.v: E = None self.p: A ...
e"
5
9
1.8
0.45
5
1
2
1
1.8
3
2
2
2
0.4
2
0.222222
2
2
2
2
2
2
1
1
true
true
588
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.u: C = None self.txt = txt class C: def __init__(self, txt: str): self.o: B = None self.txt = txt i = A("i") l = B("l...
i"
4
5
1.25
0.416667
3
1.333333
2
1
1.333333
4
2
1
3
0.75
4
0.8
2
2
4
3
4
1
1
2
true
true
589
class A: def __init__(self, txt: str): self.r: E = None self.q: D = None self.txt = txt class B: def __init__(self, txt: str): self.z: E = None self.u: E = None self.p: A = None self.txt = txt class C: def __init__(self, txt: str): self.x: E ...
j"
6
13
2.166667
0.433333
5
1.2
5
2
3.4
6
2
1
5
0.833333
6
0.461538
2
2
2
2
6
1
1
2
true
true
590
class A: def __init__(self, txt: str): self.y: C = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: C = None self.txt = txt class C: def __init__(self, txt: str): self.v: A = None self.txt = txt l = A("l") a = B("a...
b"
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
1
true
true
591
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.q: B = None self.v: A = None self.x: B ...
e"
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
true
true
592
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt i = A("i") n = B("n") l = B("l") i.t = l n.o = i l.o = i assert n.o.t.o.txt == "
i"
3
3
1
0.5
2
1.5
1
1
1
3
2
1
3
1
3
1
1
2
2
2
2
2
1
1
true
true
593
class A: def __init__(self, txt: str): self.u: C = None self.p: C = None self.w: D = 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.q: D = None self.txt =...
e"
4
7
1.75
0.583333
4
1
3
1
2
4
2
1
4
1
4
0.571429
1
3
3
3
3
2
2
1
true
true
594
class A: def __init__(self, txt: str): self.r: F = None self.s: C = None self.txt = txt class B: def __init__(self, txt: str): self.w: C = None self.r: D = None self.x: D = None self.txt = txt class C: def __init__(self, txt: str): self.o: D ...
f"
7
11
1.571429
0.261905
6
1.166667
3
1
1.666667
4
3
1
3
0.428571
4
0.363636
2
2
4
2.666667
3
2
1
2
true
true
595
class A: def __init__(self, txt: str): self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: C = None self.txt = txt class C: def __init__(self, txt: str): self.s: B = None self.txt = txt e = A("e") b = B("b") k = C("k") m = A("m") ...
b"
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
true
true
596
class A: def __init__(self, txt: str): self.p: D = None self.x: C = None self.txt = txt class B: def __init__(self, txt: str): self.p: D = None self.s: B = None self.txt = txt class C: def __init__(self, txt: str): self.r: D = None self.x: A ...
i"
6
14
2.333333
0.466667
4
1.5
3
2
2.25
5
2
2
4
0.666667
4
0.285714
2
2
2
2
3
3
3
2
true
true
597
class A: def __init__(self, txt: str): self.z: B = None self.s: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: C = None self.txt = txt class C: def __init__(self, txt: str): self.w: B = None self.y: C ...
h"
6
10
1.666667
0.333333
3
2
3
1
2
3
2
2
2
0.333333
2
0.2
2
2
2
2
1
3
3
1
true
true
598
class A: def __init__(self, txt: str): self.p: D = 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.x: D = None self.s: B = None self.q: A = None self.r: A ...
a"
5
9
1.8
0.45
4
1.25
4
1
1.75
5
2
1
5
1
5
0.555556
1
4
4
4
4
2
1
1
true
true
599
class A: def __init__(self, txt: str): self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.txt = txt i = A("i") j = B("j") f = B("f") d = B("d") m = A("m") c = B("c") i.u = m j.t = d f.t = c d.t = f m.u = i c.t = f assert d.t.t.t.txt ==...
f"
6
6
1
0.2
2
3
1
1
1
3
2
1
3
0.5
3
0.5
1
2
2
2
1
3
3
1
true
true