152a25237STobias Grosser if (n % 2 == 0) 2*72745c2eSTobias Grosser for (int c0 = (-n / 2) + 2 * floord(n - 1, 4) + 2; c0 <= 100; c0 += 2) 352a25237STobias Grosser S(c0); 4