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 listJan 12, 2025 16:04Alexander FrolovAlexander FrolovScore: 116,778Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 12, 2025 16:04116,5796,678,490,9036,560,083,00084,936,000252,030,976
2Jan 12, 2025 16:04116,7786,686,811,1276,569,370,00086,951,000252,035,072
3Jan 12, 2025 16:04116,8066,689,851,9076,566,999,00090,930,000252,039,168