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 listJun 23, 2024 09:18matsuoka-601matsuoka-601Score: 4,360Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 23, 2024 09:184,083542,540,936232,728,8490266,289,152
2Jun 23, 2024 09:184,136559,331,742235,769,6700266,174,464
3Jun 23, 2024 09:184,159558,383,412237,073,8510264,622,080
4Jun 23, 2024 09:184,351479,425,537167,704,00080,294,000265,449,472
5Jun 23, 2024 09:184,355493,440,739169,517,00078,704,000265,752,576
6Jun 23, 2024 09:184,355510,261,954167,834,00080,399,000265,814,016
7Jun 23, 2024 09:184,360493,486,258178,731,00069,800,000265,801,728
8Jun 23, 2024 09:184,369498,927,009182,431,00066,618,000265,900,032
9Jun 23, 2024 09:184,385522,258,868168,313,00081,637,000265,879,552
10Jun 23, 2024 09:184,387502,874,102172,054,00078,024,000265,752,576
11Jun 23, 2024 09:184,402498,254,476172,629,00078,285,000265,834,496
12Jun 23, 2024 09:184,406503,548,395170,100,00081,047,000265,920,512