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 8, 2026 21:54Taylor DettlingTaylor DettlingScore: 3,399Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 8, 2026 21:523,396220,577,827169,605,00023,944,000250,068,992
2Apr 8, 2026 21:543,396221,666,774169,624,00023,947,000250,114,048
3Apr 8, 2026 21:523,398221,186,476172,733,00020,967,000250,044,416
4Apr 8, 2026 21:543,399217,343,679170,763,00022,968,000250,032,128
5Apr 8, 2026 21:523,401216,506,084174,893,00018,988,000250,044,416
6Apr 8, 2026 21:543,406215,840,452171,120,00023,016,000250,028,032