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 21, 2025 13:53Vadim AlekseevVadim AlekseevScore: 6,431Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 21, 2025 13:536,421390,388,974303,175,00062,829,000251,867,136
2Apr 21, 2025 13:536,422394,566,020302,196,00063,830,000252,080,128
3Apr 21, 2025 13:536,427392,005,143305,457,00060,891,000251,940,864
4Apr 21, 2025 13:536,429396,246,139300,565,00065,904,000252,080,128
5Apr 21, 2025 13:536,431392,568,080302,645,00063,925,000252,002,304
6Apr 21, 2025 13:536,431389,938,249301,656,00064,925,000251,867,136
7Apr 21, 2025 13:536,435388,989,350301,832,00064,963,000251,867,136
8Apr 21, 2025 13:536,439393,738,215306,037,00061,007,000251,863,040
9Apr 21, 2025 13:536,443396,539,272311,368,00055,886,000251,863,040