let
rec
dS e i j =
if
(i,j) -/-> echiquier
then
e
else
dS ((i,j) +$ e) (i) (j-1)