brintos

brintos / llvm-project-archived public Read only

0
0
Text · 129 B · 8eab0d7 Raw
7 lines · c
1for (int c0 = 3; c0 <= 26; c0 += 3)2  S2(c0, c0 / 3);3S1(27);4S2(27, 9);5for (int c0 = 30; c0 <= 100; c0 += 3)6  S2(c0, c0 / 3);7