1*52a25237STobias Grosser for (int c0 = 0; c0 <= 100; c0 += 2) { 2*52a25237STobias Grosser for (int c3 = 0; c3 <= 100; c3 += 1) 3*52a25237STobias Grosser A(c0, c3); 4*52a25237STobias Grosser for (int c2 = 0; c2 <= 100; c2 += 1) 5*52a25237STobias Grosser B(c0, c2); 6*52a25237STobias Grosser } 7