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:06Taylor DettlingTaylor DettlingScore: 4,128Success
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:064,124264,108,585192,233,00042,829,000251,846,656
2Apr 3, 2026 02:064,124267,423,862193,057,00042,012,000251,850,752
3Apr 3, 2026 02:064,126262,750,430189,344,00045,841,000251,850,752
4Apr 3, 2026 02:064,126265,941,410195,332,00039,863,000251,920,384
5Apr 3, 2026 02:064,128257,883,273196,409,00038,883,000251,838,464
6Apr 3, 2026 02:064,128257,869,981195,431,00039,884,000251,928,576
7Apr 3, 2026 02:064,133259,635,199193,651,00041,924,000251,850,752
8Apr 3, 2026 02:064,136261,996,259196,776,00038,955,000251,916,288
9Apr 3, 2026 02:064,152259,631,875194,730,00041,941,000251,850,752