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 4, 2026 03:24Josu San MartinJosu San MartinScore: 3,789Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 4, 2026 03:243,779248,187,257153,277,00062,112,000249,507,840
2Apr 4, 2026 03:243,786241,287,178149,184,00066,635,000249,507,840
3Apr 4, 2026 03:243,788244,744,504152,248,00063,685,000249,622,528
4Apr 4, 2026 03:243,789246,873,134149,295,00066,685,000249,434,112
5Apr 4, 2026 03:243,789242,355,794148,302,00067,681,000249,552,896
6Apr 4, 2026 03:243,791244,141,704155,336,00060,740,000249,569,280
7Apr 4, 2026 03:243,791243,055,321155,073,00061,028,000249,556,992
8Apr 4, 2026 03:243,792245,138,118148,081,00068,037,000249,540,608
9Apr 4, 2026 03:243,793248,761,721151,459,00064,768,000249,561,088