Fizz Buzz Sergey Svistunov

Perform FizzBuzz on a stream of binary integers as fast as possible.

Input: 30 000 000 uint32 values in little-endian binary on STDIN (4 bytes each).

Output: For each number n, print one line:

  • FizzBuzz if n is divisible by both 3 and 5
  • Fizz if n is divisible by 3
  • Buzz if n is divisible by 5
  • n as a decimal string otherwise
Back to listAug 16, 2026 20:12Victor MerckléVictor MerckléScore: 1,598Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 16, 2026 20:171,58598,986,29568,871,00021,520,000249,880,576stderr
2Aug 16, 2026 20:171,59399,141,87369,458,00021,393,000249,892,864stderr
3Aug 16, 2026 20:171,595100,094,04969,565,00021,392,000249,909,248stderr
4Aug 16, 2026 20:171,598100,254,74969,614,00021,517,000249,892,864stderr
5Aug 16, 2026 20:171,598100,187,94469,618,00021,517,000249,884,672stderr
6Aug 16, 2026 20:171,600100,316,74869,689,00021,565,000249,880,576stderr
7Aug 16, 2026 20:171,60699,841,84969,737,00021,806,000249,917,440stderr
8Aug 16, 2026 20:171,616102,424,74870,387,00021,758,000249,884,672stderr
9Aug 16, 2026 20:171,617101,276,08470,478,00021,744,000249,880,576stderr