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 01:48Taylor DettlingTaylor DettlingScore: 4,485Success
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 01:484,483282,023,275210,607,00044,916,000251,920,384
2Apr 3, 2026 01:484,483286,665,484210,633,00044,921,000251,924,480
3Apr 3, 2026 01:484,485284,154,746211,697,00043,937,000251,850,752
4Apr 3, 2026 01:484,485282,191,724212,699,00042,939,000251,846,656
5Apr 3, 2026 01:484,485280,436,509211,727,00043,943,000251,928,576
6Apr 3, 2026 01:484,485281,788,017209,731,00045,941,000251,850,752
7Apr 3, 2026 01:484,487285,139,783213,807,00041,962,000251,916,288
8Apr 3, 2026 01:484,491277,316,437211,986,00043,997,000251,920,384
9Apr 3, 2026 01:484,492285,863,115213,060,00043,012,000251,924,480