brintos

brintos / llvm-project-archived public Read only

0
0
Text · 100 B · 5954439 Raw
4 lines · c
1if (n % 2 == 0)2  for (int c0 = (-n / 2) + 2 * floord(n - 1, 4) + 2; c0 <= 100; c0 += 2)3    S(c0);4