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 23, 2026 07:10Charles CabergsCharles CabergsScore: 4,463Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 23, 2026 07:114,452271,813,706210,834,00042,966,000252,006,400
2Apr 23, 2026 07:114,457268,019,327206,081,00048,018,000252,100,608
3Apr 23, 2026 07:114,460276,769,591210,190,00044,039,000251,998,208
4Apr 23, 2026 07:114,463273,110,753209,508,00044,894,000251,994,112
5Apr 23, 2026 07:114,463274,948,380209,518,00044,896,000252,002,304
6Apr 23, 2026 07:114,468272,285,214208,758,00045,946,000251,998,208
7Apr 23, 2026 07:114,469271,483,989209,787,00044,954,000252,002,304
8Apr 23, 2026 07:114,476272,078,776210,115,00045,024,000251,990,016
9Apr 23, 2026 07:114,487272,732,132212,824,00042,964,000251,994,112