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 listApr 21, 2025 13:42Vadim AlekseevVadim AlekseevScore: 8,435Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 21, 2025 13:428,432510,211,917423,684,00056,957,000252,100,608
2Apr 21, 2025 13:428,435511,218,722419,805,00060,971,000252,047,360
3Apr 21, 2025 13:428,506510,952,540431,876,00052,984,000251,940,864