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 29, 2026 17:21Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiScore: 40,682Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 17:2840,25310,645,052,842452,822,0001,841,616,00072,794,112
2Apr 29, 2026 17:2840,40110,612,100,147451,150,0001,851,752,00071,680,000
3Apr 29, 2026 17:2840,54810,606,509,753418,861,0001,892,394,00072,630,272
4Apr 29, 2026 17:2840,62410,564,775,316472,307,0001,843,280,00073,109,504
5Apr 29, 2026 17:2840,68210,802,748,530443,955,0001,874,945,00069,935,104
6Apr 29, 2026 17:2840,85410,691,098,822411,010,0001,917,695,00070,639,616
7Apr 29, 2026 17:2840,88912,145,293,493472,126,0001,858,583,00071,606,272
8Apr 29, 2026 17:2840,98910,623,918,398434,101,0001,902,291,00070,860,800
9Apr 29, 2026 17:2841,18310,862,424,005468,011,0001,879,473,00071,512,064