[[1, 3/2], [1, 2], [5/2, 1.0000000000000000000000000000000000000], [3, 4], [
4, 1]]
2
0
[[1, 2], [1, 3/2], [5/2, 1.0000000000000000000000000000000000000], [3, 4], [
4, 1]]
1
0
[[4, 1], [5/2, 1.0000000000000000000000000000000000000], [1, 3/2], [1, 2], [
3, 4]]
4
4
error("incorrect type in lexicographic vecsort, index too large (t_INT).")
[[5/2, 1.0000000000000000000000000000000000000], [4, 1], [1, 3/2], [1, 2], [
3, 4]]
4
0
error("incorrect type in lexicographic vecsort, index too large (t_INT).")
[[1, 2], [1, 3/2], [5/2, 1.0000000000000000000000000000000000000], [3, 4], [
4, 1]]
1
0
Vecsmall([1, 2, 3, 4])
List([1, 2, 3, 4])
[1, 2, 3, 4]
Vecsmall([4, 6, 2, 1])
[4, 3, 2, 1]
Vecsmall([1, 2, 6, 4])
List([])
Total time spent: 8
