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 19:53Bohdan StorozhukBohdan StorozhukScore: 6,777Success
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 19:476,765406,831,377319,650,00065,927,000252,022,784
2Jan 8, 2025 19:476,772411,352,558322,159,00063,833,000251,899,904
3Jan 8, 2025 19:536,774417,023,782326,270,00059,866,000251,916,288
4Jan 8, 2025 19:536,777410,537,496321,427,00064,884,000252,026,880
5Jan 8, 2025 19:536,806415,389,647328,954,00058,991,000251,899,904
6Jan 8, 2025 19:476,813413,919,116324,465,00063,894,000251,990,016