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 16, 2026 16:48Victor MerckléVictor MerckléScore: 1,628Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 16, 2026 16:501,617100,427,26170,687,00021,493,000249,909,248stderr
2Aug 16, 2026 16:501,619100,585,45770,703,00021,620,000249,896,960stderr
3Aug 16, 2026 16:501,625100,940,58071,237,00021,419,000249,860,096stderr
4Aug 16, 2026 16:501,625101,096,96171,107,00021,533,000249,909,248stderr
5Aug 16, 2026 16:501,628101,917,66571,393,00021,433,000249,876,480stderr
6Aug 16, 2026 16:501,630101,183,55971,394,00021,526,000249,872,384stderr
7Aug 16, 2026 16:501,636101,776,88071,498,00021,776,000249,917,440stderr
8Aug 16, 2026 16:501,636101,533,93771,488,00021,791,000249,868,288stderr
9Aug 16, 2026 16:501,646102,008,53272,135,00021,693,000249,860,096stderr