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 29, 2026 11:26Charles CabergsCharles CabergsScore: 3,272Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 11:283,267201,652,288142,435,00043,826,000251,904,000
2Apr 29, 2026 11:283,267203,089,928141,411,00044,813,000252,002,304
3Apr 29, 2026 11:283,267201,149,280143,427,00042,829,000252,002,304
4Apr 29, 2026 11:283,270206,588,938144,527,00041,863,000251,994,112
5Apr 29, 2026 11:283,272204,577,568142,632,00043,886,000251,994,112
6Apr 29, 2026 11:283,276206,480,560141,817,00044,942,000252,002,304
7Apr 29, 2026 11:283,279207,763,994142,929,00043,978,000251,990,016
8Apr 29, 2026 11:283,282202,285,327143,092,00044,028,000252,059,648
9Apr 29, 2026 11:283,284206,710,518140,432,00046,810,000251,891,712