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 listApr 17, 2026 19:00Charles CabergsCharles CabergsScore: 10,960Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 17, 2026 19:0010,945649,428,094564,959,00058,891,000252,096,512
2Apr 17, 2026 19:0010,955646,507,829568,474,00055,948,000252,088,320
3Apr 17, 2026 19:0010,958650,044,121564,734,00059,865,000251,854,848
4Apr 17, 2026 19:0010,959656,395,267568,707,00055,971,000252,088,320
5Apr 17, 2026 19:0010,960660,460,694570,738,00053,975,000252,088,320
6Apr 17, 2026 19:0010,962656,685,020565,941,00058,889,000252,088,320
7Apr 17, 2026 19:0010,967648,751,015562,222,00062,913,000252,092,416
8Apr 17, 2026 19:0010,970649,056,437568,361,00056,936,000251,858,944
9Apr 17, 2026 19:0010,972656,474,054571,430,00053,946,000251,854,848