!7 p { int a = 0, b = 0; long sum = 0; repeat 300000 { sum += twoIntsToLong(a, b); a ^= 5; b ^= 10; } System.out.println(sum); }