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 listFeb 26, 2026 15:53NoSIMD_C#NoSIMD_C#Score: 82,225Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 26, 2026 15:5381,76815,509,775,7471,307,777,0003,352,993,00052,006,912
2Feb 26, 2026 15:5382,22515,755,879,5511,345,542,0003,341,259,00054,099,968
3Feb 26, 2026 15:5385,29915,900,493,3891,378,169,0003,483,874,00055,713,792