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:08Andrey TsvetkovAndrey TsvetkovScore: 14,945Success
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 19:5714,3741,420,979,208819,341,6110258,355,200
2Nov 27, 2022 19:5714,4741,375,792,043824,999,7040256,733,184
3Nov 27, 2022 20:0814,5881,382,108,257831,513,7550258,985,984
4Nov 27, 2022 20:0814,9451,494,525,805851,859,9440250,769,408
5Nov 27, 2022 19:5715,1051,401,572,233860,983,4660247,877,632
6Nov 27, 2022 20:0815,2682,037,039,807870,257,6520251,514,880