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 26, 2026 15:52Charles CabergsCharles CabergsScore: 4,062Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 26, 2026 15:544,053249,156,207189,208,00041,825,000251,990,016
2Apr 26, 2026 15:544,055251,906,666189,316,00041,848,000251,998,208
3Apr 26, 2026 15:544,055252,033,869185,333,00045,835,000251,985,920
4Apr 26, 2026 15:544,055250,293,408188,311,00042,843,000252,002,304
5Apr 26, 2026 15:544,062247,307,940180,638,00050,898,000251,899,904
6Apr 26, 2026 15:544,065253,007,433188,794,00042,953,000252,010,496
7Apr 26, 2026 15:544,067255,824,257184,880,00046,969,000251,998,208
8Apr 26, 2026 15:544,072248,882,848190,117,00042,025,000251,981,824
9Apr 26, 2026 15:544,090256,696,430192,294,00040,850,000251,998,208