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 21:31Victor MerckléVictor MerckléScore: 1,610Success
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 21:341,60099,396,78169,786,00021,423,000249,896,960stderr
2Aug 16, 2026 21:341,60299,435,61369,778,00021,566,000249,880,576stderr
3Aug 16, 2026 21:341,60499,513,16169,995,00021,441,000249,892,864stderr
4Aug 16, 2026 21:341,60899,884,76970,204,00021,457,000249,880,576stderr
5Aug 16, 2026 21:341,61099,923,66270,267,00021,558,000249,880,576stderr
6Aug 16, 2026 21:341,610100,046,39270,265,00021,541,000249,892,864stderr
7Aug 16, 2026 21:341,618100,355,12370,592,00021,688,000249,905,152stderr
8Aug 16, 2026 21:341,622100,628,30970,608,00021,855,000249,888,768stderr
9Aug 16, 2026 21:341,627100,876,55470,957,00021,807,000249,868,288stderr