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:49NoSIMD_C#NoSIMD_C#Score: 25,705Success
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:4925,5041,482,021,229926,556,000527,178,000251,977,728
2Feb 26, 2026 15:4925,7051,493,228,635891,909,000573,298,000251,924,480
3Feb 26, 2026 15:4926,1571,524,750,746902,762,000588,193,000251,875,328