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 listJan 8, 2025 09:55Bohdan StorozhukBohdan StorozhukScore: 8,623Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 8, 2025 09:568,589510,742,802434,641,00054,954,000251,912,192
2Jan 8, 2025 09:558,601514,294,516431,369,00058,913,000251,899,904
3Jan 8, 2025 09:568,619521,526,305431,387,00059,914,000252,006,400
4Jan 8, 2025 09:558,623519,683,743434,543,00056,940,000251,895,808
5Jan 8, 2025 09:558,629517,782,239435,875,00055,984,000251,899,904
6Jan 8, 2025 09:568,644518,988,323435,507,00057,197,000251,916,288