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 listJan 17, 2025 07:18Ian MckibbenIan MckibbenScore: 422,374Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 17, 2025 07:18420,56224,012,945,65812,454,770,00011,517,239,000251,850,752
2Jan 17, 2025 07:18420,88924,027,090,08612,509,042,00011,481,614,000251,846,656
3Jan 17, 2025 07:18421,27824,047,315,77612,446,688,00011,566,134,000251,858,944
4Jan 17, 2025 07:18421,52124,062,358,75012,488,618,00011,538,104,000251,834,368
5Jan 17, 2025 07:18422,37424,110,740,56512,535,405,00011,539,929,000251,846,656
6Jan 17, 2025 07:18422,44924,115,813,97512,470,582,00011,609,025,000251,846,656
7Jan 17, 2025 07:18423,50924,178,191,54612,572,277,00011,567,734,000251,846,656
8Jan 17, 2025 07:18426,47324,348,961,56312,480,299,00011,828,649,000251,850,752
9Jan 17, 2025 07:18428,59124,470,667,93112,864,029,00011,565,631,000251,850,752