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 13:37TudyMTudyMScore: 7,777Success
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 13:417,756463,060,438383,256,00058,885,000251,899,904
2Apr 29, 2026 13:417,764461,096,706379,631,00062,938,000251,887,616
3Apr 29, 2026 13:417,766463,353,458382,848,00059,820,000251,895,808
4Apr 29, 2026 13:417,774461,845,027376,299,00066,875,000251,875,328
5Apr 29, 2026 13:417,777467,797,040379,437,00063,905,000251,887,616
6Apr 29, 2026 13:417,778465,680,836376,485,00066,908,000251,895,808
7Apr 29, 2026 13:417,778461,547,698379,456,00063,908,000251,891,712
8Apr 29, 2026 13:417,786461,986,426375,994,00067,818,000251,871,232
9Apr 29, 2026 13:417,794458,962,277375,380,00068,886,000251,953,152