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 5, 2026 03:49HattonuriHattonuriScore: 3,933Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 5, 2026 03:493,929248,503,424180,164,00043,796,000254,193,664
2Jan 5, 2026 03:423,932249,753,945182,277,00041,834,000254,144,512
3Jan 5, 2026 03:423,932246,581,570182,300,00041,839,000254,152,704
4Jan 5, 2026 03:493,933246,104,530181,338,00042,843,000253,939,712
5Jan 5, 2026 03:493,935246,635,933181,409,00042,860,000254,144,512
6Jan 5, 2026 03:423,937249,204,213179,508,00044,877,000254,193,664