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 17, 2025 07:59Ian MckibbenIan MckibbenScore: 26,386Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 17, 2025 07:5925,4524,120,767,163716,314,000734,474,00099,598,336
2Jan 17, 2025 07:5926,3863,752,722,937737,436,000766,571,00076,337,152
3Jan 17, 2025 07:5927,0064,371,766,482743,585,000795,785,00074,723,328