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 12, 2025 21:29Mikhail ShirokovMikhail ShirokovScore: 352,847Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 12, 2025 21:29352,10720,104,909,3078,591,342,00011,478,777,000252,100,608
2Jan 12, 2025 21:29352,84720,150,627,6588,678,795,00011,433,460,000251,850,752
3Jan 12, 2025 21:29352,92720,149,570,6648,631,647,00011,485,208,000252,100,608