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:36NoSIMD_C#NoSIMD_C#Score: 28,560Success
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:3628,1951,638,940,574956,873,000650,234,000252,014,592
2Apr 3, 2025 08:3628,5601,656,136,444949,775,000678,125,000252,030,976
3Apr 3, 2025 08:3628,7251,671,489,258979,790,000657,517,000252,116,992