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 listAug 29, 2026 11:08Victor MerckléVictor MerckléScore: 1,599Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 29, 2026 11:101,58498,617,39968,615,00021,716,000249,872,384stderr
2Aug 29, 2026 11:101,58698,609,01568,627,00021,794,000249,917,440stderr
3Aug 29, 2026 11:101,59298,895,74469,213,00021,531,000249,884,672stderr
4Aug 29, 2026 11:101,59499,977,72269,255,00021,646,000249,876,480stderr
5Aug 29, 2026 11:101,599100,211,69969,471,00021,728,000249,905,152stderr
6Aug 29, 2026 11:101,60399,672,92169,425,00021,954,000249,888,768stderr
7Aug 29, 2026 11:101,60699,820,73469,651,00021,924,000249,876,480stderr
8Aug 29, 2026 11:101,60699,703,51769,640,00021,951,000249,888,768stderr
9Aug 29, 2026 11:101,617100,706,37170,333,00021,867,000249,888,768stderr