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 listAug 18, 2025 20:50Drew GarciaDrew GarciaScore: 10,642Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 18, 2025 20:5010,615779,365,523416,021,000189,009,000133,758,976
2Aug 18, 2025 20:5010,642805,670,988425,727,000180,884,000133,455,872
3Aug 18, 2025 20:5010,645789,716,846407,517,000199,274,000133,246,976