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 28, 2022 16:06Andrey TsvetkovAndrey TsvetkovScore: 14,572Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 28, 2022 16:0614,4751,418,642,619825,075,0890258,985,984
2Nov 28, 2022 16:0614,5721,448,738,927830,624,6090255,135,744
3Nov 28, 2022 16:0614,7571,652,362,542841,123,4170257,658,880