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 19, 2026 14:23Dominique GarmierDominique GarmierScore: 6,400Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 18, 2026 21:406,395389,204,477316,603,00047,939,000251,834,368
2Mar 19, 2026 14:236,395395,708,482322,580,00041,945,000251,834,368
3Mar 18, 2026 21:406,399388,847,395321,786,00042,971,000251,834,368
4Mar 19, 2026 14:236,400390,970,391318,803,00045,971,000251,834,368
5Mar 18, 2026 21:406,406391,433,798321,115,00044,015,000251,965,440
6Mar 19, 2026 14:236,408390,720,348320,336,00044,906,000251,834,368