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 25, 2026 14:36olliecrowolliecrowScore: 4,298Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 25, 2026 14:394,292253,374,267221,689,00022,967,000250,163,200
2Apr 25, 2026 14:394,295253,519,389219,881,00024,986,000250,146,816
3Apr 25, 2026 14:394,296253,521,505222,892,00021,989,000250,134,528
4Apr 25, 2026 14:394,297253,480,483220,973,00023,997,000250,163,200
5Apr 25, 2026 14:394,298261,567,703224,024,00021,002,000250,327,040
6Apr 25, 2026 14:394,301253,852,399223,165,00022,016,000250,294,272
7Apr 25, 2026 14:394,314254,321,494222,917,00022,991,000250,105,856
8Apr 25, 2026 14:394,317253,771,435225,094,00021,008,000250,327,040
9Apr 25, 2026 14:394,319254,217,617220,299,00025,917,000250,126,336