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 listMar 23, 2026 09:18Dominique GarmierDominique GarmierScore: 14,569Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 23, 2026 08:1214,556852,207,627786,775,00042,933,000252,055,552
2Mar 23, 2026 08:1214,557858,126,955788,821,00040,938,000251,969,536
3Mar 23, 2026 09:1814,557860,704,989787,800,00041,936,000251,834,368
4Mar 23, 2026 09:1814,569854,986,133790,457,00039,972,000252,100,608
5Mar 23, 2026 08:1214,584854,736,891782,339,00048,958,000251,834,368
6Mar 23, 2026 09:1814,584858,900,144787,302,00043,961,000252,076,032