/* University of Ulm Programming Contest 1996 Problem E: Eeny Meeny Moo Implementation: Mark Dettinger */ #include int n; /* number of cities */ int next[200]; /* ring for josephus problem */ int suitable (int m) /* returns whether m is a suitable choice or not */ { int i,p; for (i=1; i