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 27, 2022 16:02Sergey StreminSergey StreminScore: 415,875Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 27, 2022 16:02413,88024,947,129,92423,591,138,0550263,888,896
2Nov 27, 2022 16:02415,87524,926,519,49023,704,860,6010264,011,776
3Nov 27, 2022 16:02419,79225,467,311,78823,928,143,6260267,386,880