-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtesters
19 lines (11 loc) · 1.38 KB
/
testers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Jocs de proves
Autors: Laura Galera i Aleix Fernández
resol(6,[(1,2),(1,4),(3,1),(3,6),(5,1),(5,3),(5,5)],[1,1,1,2,1,1],[2,1,1,0,2,1]).
resol(6,[(1,2),(1,4),(3,1),(3,6),(5,1),(5,3),(5,5)],[1,1,1,2,1,1],[2,1,1,0,2,2]).
resol(5,[(4,1),(3,3)],[1,0,1,1,1],[2,0,1,0,1]).
resol(4,[(2,3),(1,2)],[2,0,1,1],[1,0,2,1]).
resol(10,[(1,3),(1,8),(2,2),(2,4),(2,8),(3,1),(4,4),(4,6),(4,8),(4,9),(6,2),(6,7),(6,9),(7,4),(8,1),(8,2),(8,7),(9,5),(9,9),(10,2)],[1,4,1,3,1,3,1,3,2,1],[4,0,4,1,3,0,3,1,3,1]).
resol(12,[(1,6),(1,10),(2,1),(2,6),(2,12),(3,1),(3,4),(3,9),(4,2),(4,12),(5,7),(5,8),(6,1),(6,5),(6,11),(7,6),(7,8),(8,2),
(8,4),(8,8),(8,11),(9,4),(9,9),(9,11),(10,3),(10,7),(11,5),(12,6)],[3,2,3,2,3,2,3,3,3,2,2,0],[3,2,2,2,3,2,3,2,2,2,2,3]).
resol(13,[(1,5),(1,8),(2,1),(2,11),(3,2),(3,5),(3,8),(3,10),(4,1),(4,2),(4,12),(5,3),(5,7),(5,9),(5,13),(6,2),(6,6),(6,11),(7,8),(7,12),(8,1),(8,3),(8,6),(8,11),(10,3),(10,6),(10,10),(10,12),(11,2),(11,9),(11,11),(11,13),(13,3)],[3,2,3,3,3,2,2,4,2,4,2,3,0],[4,2,2,4,0,5,1,2,3,2,3,3,2]).
resol(15,[(1,4),(1,5),(1,8),(1,12),(2,1),(2,10),(2,15),(3,2),(3,9),(3,12),(4,3),(4,15),(5,3),(5,8),(5,11),(6,3),(6,6),(6,10),(7,5),(7,12),(7,14),(8,3),(8,8),(9,1),(9,5),(9,13),(9,14),(10,2),(10,10),(11,4),(11,9),(11,12),(11,15),(12,3),(12,6),(12,7),(13,2),(14,3),(14,6),(14,7),(14,8),(14,11),(14,13),(14,15),(15,2)],[4,3,4,2,2,3,3,3,3,2,4,1,6,2,3],[6,1,6,2,2,3,3,1,6,0,5,1,3,3,3]).