!7 p { int a = 0, b = 0; long sum = 0; repeat 3000 { sum += twoIntsToLong(a, b); a ^= 5; b ^= 10; } print(sum); }