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 3, 2026 21:48Taylor DettlingTaylor DettlingScore: 19,035Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 3, 2026 21:4818,1813,522,363,025267,591,000768,698,00060,993,536
2Apr 3, 2026 21:4819,0353,439,550,433279,597,000805,375,00061,112,320
3Apr 3, 2026 21:4819,2043,481,209,883266,959,000827,676,00058,916,864