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 20:00Andrey TsvetkovAndrey TsvetkovScore: 14,815Success
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 20:0014,6021,486,364,804832,339,8700259,407,872
2Nov 27, 2022 20:0014,8151,616,521,204844,475,1070252,801,024
3Nov 27, 2022 20:0015,0251,594,884,810856,424,4480250,847,232