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 26, 2025 11:11Oleg KovalovOleg KovalovScore: 5,400Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 26, 2025 11:115,392336,744,977284,390,00022,950,000250,089,472
2Aug 26, 2025 11:115,394335,178,179288,485,00018,966,000250,146,816
3Aug 26, 2025 11:115,397333,637,495287,678,00019,977,000250,138,624
4Aug 26, 2025 11:115,399342,471,690285,745,00021,980,000250,167,296
5Aug 26, 2025 11:115,400336,074,781286,746,00021,054,000250,155,008
6Aug 26, 2025 11:115,401331,032,023286,855,00020,989,000250,101,760
7Aug 26, 2025 11:115,403345,737,275285,957,00021,996,000250,122,240
8Aug 26, 2025 11:115,403335,529,435287,979,00019,998,000250,097,664
9Aug 26, 2025 11:115,412331,318,667285,508,00022,960,000250,101,760