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 21, 2026 16:58Charles CabergsCharles CabergsScore: 4,418Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 21, 2026 16:594,413269,195,588206,637,00044,921,000251,994,112
2Apr 21, 2026 16:594,413266,850,798205,669,00045,926,000251,998,208
3Apr 21, 2026 16:594,414269,988,009204,714,00046,934,000252,006,400
4Apr 21, 2026 16:594,416271,950,286205,791,00045,953,000252,071,936
5Apr 21, 2026 16:594,418272,310,711204,897,00046,976,000251,994,112
6Apr 21, 2026 16:594,420271,373,327202,979,00048,994,000252,002,304
7Apr 21, 2026 16:594,422266,177,970210,066,00042,013,000252,059,648
8Apr 21, 2026 16:594,427269,795,170205,470,00046,879,000252,002,304
9Apr 21, 2026 16:594,433267,746,130209,766,00042,952,000251,998,208