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 listNov 29, 2024 21:26E SequeiraE SequeiraScore: 461,976Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 29, 2024 21:26461,34926,557,668,23014,359,756,00011,937,135,000262,414,336
2Nov 29, 2024 21:26461,97626,591,815,01014,340,903,00011,991,738,000262,410,240
3Nov 29, 2024 21:26469,36727,000,369,65214,249,771,00012,504,146,000262,217,728