ens-ulm-1-2015

google hashcode 2015 source for team ens-ulm-1
git clone https://a3nm.net/git/ens-ulm-1-2015/
Log | Files | Refs

commit ce6ed930ab0af18d07869fbee1ae7a8229e2ea22
parent 45ef034e779963c9b6b31e73d39f72de9a4515c3
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sat, 28 Mar 2015 15:51:14 +0100

no init

Diffstat:
contest/a3nm/main.cpp | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/contest/a3nm/main.cpp b/contest/a3nm/main.cpp @@ -117,12 +117,6 @@ int planify(int b) { } left[t][r][c] = cscore; } - // planify loon b, t == T is sentinel - for (int t = 0; t <= T; t++) - for (int a = 0; a <= A; a++) - for (int r = 0; r < R; r++) - for (int c = 0; c < C; c++) - tab[t][a][r][c] = dir[t][a][r][c] = 0; for (int t = T-1; t >= 0; t--) { for (int a = 0; a <= A; a++) for (int r = 0; r < R; r++)