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 19:56Andrey TsvetkovAndrey TsvetkovScore: 14,747Success
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:0714,4421,430,879,967823,200,9300258,985,984
2Nov 27, 2022 19:5614,4631,343,664,505824,404,7890260,329,472
3Nov 27, 2022 20:0714,6311,488,617,694833,940,7390256,495,616
4Nov 27, 2022 20:0714,7471,449,233,434840,582,2170257,490,944
5Nov 27, 2022 19:5614,9431,572,457,584851,766,4700248,971,264
6Nov 27, 2022 19:5614,9461,504,467,249851,921,6430248,848,384