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 18:07Victor MerckléVictor MerckléScore: 1,627Success
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 18:101,622101,084,40271,022,00021,481,000249,892,864stderr
2Aug 16, 2026 18:101,625101,083,18671,879,00020,792,000249,876,480stderr
3Aug 16, 2026 18:101,625101,116,66471,102,00021,559,000249,892,864stderr
4Aug 16, 2026 18:101,626101,157,80571,128,00021,571,000249,905,152stderr
5Aug 16, 2026 18:101,627101,227,09271,131,00021,645,000249,901,056stderr
6Aug 16, 2026 18:101,635101,694,50571,705,00021,498,000249,921,536stderr
7Aug 16, 2026 18:101,645102,242,54671,954,00021,839,000249,876,480stderr
8Aug 16, 2026 18:101,648102,441,85172,058,00021,910,000249,884,672stderr
9Aug 16, 2026 18:101,654102,979,01372,565,00021,731,000249,884,672stderr