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 13:12Bohdan StorozhukBohdan StorozhukScore: 7,014Success
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 13:127,005432,850,366334,383,00064,880,000251,899,904
2Jan 8, 2025 13:127,014427,913,963339,839,00059,971,000251,904,000
3Jan 8, 2025 13:127,064427,302,158347,699,00054,952,000251,895,808