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 listJul 30, 2026 09:00Kevin HeaveyKevin HeaveyScore: 4,408Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 30, 2026 09:024,350257,996,882166,976,00080,986,000250,454,016
2Jul 30, 2026 09:024,378259,677,924167,609,00081,990,000250,466,304
3Jul 30, 2026 09:024,380259,742,706168,423,00081,262,000250,437,632
4Jul 30, 2026 09:024,403261,514,107167,606,00083,403,000250,462,208
5Jul 30, 2026 09:024,408261,664,236167,537,00083,722,000250,441,728
6Jul 30, 2026 09:024,414261,703,746167,422,00084,180,000250,486,784
7Jul 30, 2026 09:024,437263,071,329167,804,00085,151,000250,441,728
8Jul 30, 2026 09:024,437262,961,099167,685,00085,262,000250,437,632
9Jul 30, 2026 09:024,446263,450,382167,629,00085,809,000250,441,728