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 listMar 4, 2026 22:36olliecrowolliecrowScore: 5,391Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 4, 2026 22:365,376335,351,561248,560,00057,897,000252,080,128
2Mar 4, 2026 22:365,391339,045,775247,430,00059,862,000252,047,360
3Mar 4, 2026 22:365,576347,945,245249,855,00067,960,000251,998,208