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 09:33NoSIMD_C#NoSIMD_C#Score: 28,051Success
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 09:3327,8921,622,680,3341,054,554,000535,266,000251,998,208
2Apr 3, 2025 09:3328,0511,630,218,1321,045,625,000553,272,000252,112,896
3Apr 3, 2025 09:3328,4241,649,575,8881,098,740,000521,402,000252,018,688