brintos

brintos / llvm-project-archived public Read only

0
0
Text · 130 B · b9daaf9 Raw
8 lines · c
1if (M >= 11) {2  for (int c0 = -100; c0 <= 0; c0 += 1)3    S1(-c0);4} else {5  for (int c0 = 0; c0 <= 100; c0 += 1)6    S1(c0);7}8