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 11:00Bohdan StorozhukBohdan StorozhukScore: 6,747Success
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 11:006,723412,243,362323,348,00059,879,000251,920,384
2Jan 8, 2025 11:006,747405,538,896331,640,00052,942,000251,895,808
3Jan 8, 2025 11:006,776413,299,170322,365,00063,874,000251,916,288