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 29, 2026 13:42TudyMTudyMScore: 7,630Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 13:477,608451,390,218364,917,00068,795,000251,867,136
2Apr 29, 2026 13:477,617454,235,319370,326,00063,883,000251,875,328
3Apr 29, 2026 13:477,624454,961,240367,680,00066,941,000251,871,232
4Apr 29, 2026 13:477,625453,324,983372,711,00061,952,000251,875,328
5Apr 29, 2026 13:477,630454,633,564369,099,00065,839,000251,879,424
6Apr 29, 2026 13:477,631452,271,499368,127,00066,841,000251,924,480
7Apr 29, 2026 13:477,636456,773,133369,379,00065,889,000251,891,712
8Apr 29, 2026 13:477,637455,470,143367,462,00067,900,000251,887,616
9Apr 29, 2026 13:477,750464,464,621364,991,00076,787,000251,912,192