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 02:32Taylor DettlingTaylor DettlingScore: 3,876Success
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 02:323,868241,423,740175,572,00044,890,000251,924,480
2Apr 3, 2026 02:323,869248,713,660178,640,00041,915,000251,846,656
3Apr 3, 2026 02:323,872249,417,767175,986,00044,742,000251,916,288
4Apr 3, 2026 02:323,875246,547,101176,093,00044,769,000251,846,656
5Apr 3, 2026 02:323,876248,460,469176,145,00044,782,000251,920,384
6Apr 3, 2026 02:323,877252,040,389177,208,00043,804,000251,850,752
7Apr 3, 2026 02:323,879242,868,192179,282,00041,832,000251,916,288
8Apr 3, 2026 02:323,880249,264,943177,309,00043,829,000251,932,672
9Apr 3, 2026 02:323,880250,410,960176,341,00044,832,000251,920,384