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:50TudyMTudyMScore: 7,483Success
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:577,476447,315,487355,288,00070,858,000251,875,328
2Apr 29, 2026 13:577,476444,964,726361,293,00064,873,000251,875,328
3Apr 29, 2026 13:577,477450,319,037359,343,00066,877,000251,887,616
4Apr 29, 2026 13:577,479446,138,058350,462,00075,883,000251,875,328
5Apr 29, 2026 13:577,483446,759,465366,598,00059,934,000251,875,328
6Apr 29, 2026 13:577,484445,991,169362,684,00063,944,000251,891,712
7Apr 29, 2026 13:577,484443,252,154364,685,00061,946,000251,887,616
8Apr 29, 2026 13:577,486445,788,573364,746,00061,956,000251,875,328
9Apr 29, 2026 13:577,494444,151,959354,331,00072,862,000251,875,328