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 listMar 16, 2026 22:09Dominique GarmierDominique GarmierScore: 5,660Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 19, 2026 14:245,655350,375,156279,400,00042,907,000252,022,784
2Mar 19, 2026 14:245,655345,249,253277,429,00044,907,000251,842,560
3Mar 16, 2026 22:095,657348,322,784278,540,00043,927,000251,854,848
4Mar 16, 2026 22:095,660349,841,375277,694,00044,950,000252,030,976
5Mar 19, 2026 14:245,661348,659,731276,728,00045,954,000252,026,880
6Mar 16, 2026 22:095,672350,238,603280,412,00042,910,000251,846,656