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 19, 2026 09:16Charles CabergsCharles CabergsScore: 5,090Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 19, 2026 09:165,080318,244,592246,615,00042,933,000251,850,752
2Apr 19, 2026 09:165,085312,971,200245,860,00043,975,000251,846,656
3Apr 19, 2026 09:165,085313,522,523242,876,00046,976,000252,010,496
4Apr 19, 2026 09:165,089318,014,931242,249,00047,851,000252,014,592
5Apr 19, 2026 09:165,090316,462,347244,259,00045,860,000252,010,496
6Apr 19, 2026 09:165,091314,762,355241,331,00048,864,000251,838,464
7Apr 19, 2026 09:165,092324,223,567247,209,00043,036,000251,850,752
8Apr 19, 2026 09:165,095322,719,308243,502,00046,904,000252,018,688
9Apr 19, 2026 09:165,095316,604,395244,519,00045,909,000252,014,592