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 29, 2026 16:36Victor MerckléVictor MerckléScore: 1,513Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 29, 2026 16:401,50193,977,38963,855,00021,702,000249,876,480stderr
2Aug 29, 2026 16:401,50393,934,03763,970,00021,715,000249,896,960stderr
3Aug 29, 2026 16:401,50594,222,06264,164,00021,660,000249,896,960stderr
4Aug 29, 2026 16:401,50694,060,36763,921,00021,951,000249,888,768stderr
5Aug 29, 2026 16:401,51394,402,12864,639,00021,639,000249,856,000stderr
6Aug 29, 2026 16:401,51494,665,83264,702,00021,625,000249,909,248stderr
7Aug 29, 2026 16:401,52194,916,90864,838,00021,861,000249,896,960stderr
8Aug 29, 2026 16:401,52495,294,59564,896,00022,011,000249,868,288stderr
9Aug 29, 2026 16:401,54096,810,36565,779,00022,038,000249,913,344stderr