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 listJan 1, 2026 02:36HattonuriHattonuriScore: 4,275Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 1, 2026 02:364,269263,683,129206,423,00036,896,000252,006,400
2Jan 1, 2026 02:164,270264,615,648208,495,00034,915,000252,002,304
3Jan 1, 2026 02:164,272265,759,836204,602,00038,924,000252,100,608
4Jan 1, 2026 02:364,275272,338,787191,761,00051,935,000252,010,496
5Jan 1, 2026 02:164,278269,022,086195,893,00047,973,000252,096,512
6Jan 1, 2026 02:364,280267,750,296193,984,00049,995,000252,010,496