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 21, 2026 23:28Dominique GarmierDominique GarmierScore: 7,921Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 21, 2026 23:287,894479,076,993399,060,00050,880,000252,014,592
2Mar 21, 2026 23:287,921484,452,354391,548,00059,930,000251,895,808
3Mar 21, 2026 23:288,031483,525,173392,961,00064,828,000252,026,880