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 15:06Charles CabergsCharles CabergsScore: 4,440Success
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 15:084,432271,327,701205,712,00046,934,000251,998,208
2Apr 21, 2026 15:084,434273,511,854206,802,00045,956,000252,002,304
3Apr 21, 2026 15:084,434273,234,612205,829,00046,961,000251,953,152
4Apr 21, 2026 15:084,437271,135,839208,933,00043,986,000251,998,208
5Apr 21, 2026 15:084,440269,072,026209,071,00044,014,000252,006,400
6Apr 21, 2026 15:084,441272,144,641208,153,00045,033,000251,994,112
7Apr 21, 2026 15:084,441271,321,838210,121,00043,024,000251,998,208
8Apr 21, 2026 15:084,447273,492,711207,579,00045,906,000251,998,208
9Apr 21, 2026 15:084,448271,871,173207,631,00045,918,000251,998,208