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, 2025 08:59NoSIMD_C#NoSIMD_C#Score: 26,066Success
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, 2025 08:5926,0331,519,162,980903,703,000580,167,000252,104,704
2Apr 3, 2025 08:5926,0661,513,863,081867,680,000618,060,000251,920,384
3Apr 3, 2025 08:5926,6331,547,707,171912,838,000605,229,000252,014,592