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 18, 2026 23:28olliecrowolliecrowScore: 5,020Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 18, 2026 23:343,945254,421,000201,900,00022,988,000250,159,104
2Apr 18, 2026 23:343,948251,265,990203,028,00022,003,000250,138,624
3Apr 18, 2026 23:343,951251,132,929202,290,00022,919,000250,138,624
4Apr 18, 2026 23:285,020307,011,313264,194,00021,933,000250,118,144
5Apr 18, 2026 23:285,046313,949,629262,678,00024,969,000250,163,200
6Apr 18, 2026 23:285,051304,816,649263,918,00023,992,000250,175,488