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 19:13Victor MerckléVictor MerckléScore: 1,594Success
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 19:151,58698,698,03568,922,00021,528,000249,880,576stderr
2Aug 16, 2026 19:151,58998,900,51669,033,00021,595,000249,880,576stderr
3Aug 16, 2026 19:151,59098,963,33269,032,00021,642,000249,905,152stderr
4Aug 16, 2026 19:151,59299,223,94069,190,00021,572,000249,880,576stderr
5Aug 16, 2026 19:151,59499,422,19669,397,00021,513,000249,896,960stderr
6Aug 16, 2026 19:151,596100,228,16369,570,00021,428,000249,901,056stderr
7Aug 16, 2026 19:151,607100,026,18669,795,00021,844,000249,913,344stderr
8Aug 16, 2026 19:151,615101,149,43770,410,00021,700,000249,880,576stderr
9Aug 16, 2026 19:151,619100,673,70970,522,00021,777,000249,856,000stderr