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 22:56Andrei KhilkoAndrei KhilkoScore: 11,669Success
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 22:5511,4912,117,320,244654,966,3570208,011,264
2Nov 27, 2022 22:5611,6212,458,588,820662,393,1400209,797,120
3Nov 27, 2022 22:5511,6372,185,787,458663,320,2150209,547,264
4Nov 27, 2022 22:5611,6692,328,405,187665,151,3570208,572,416
5Nov 27, 2022 22:5611,6722,219,183,298665,317,5290209,428,480
6Nov 27, 2022 22:5511,6902,295,228,249666,310,8070207,257,600