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 00:28AmirAmirScore: 30,786Success
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 00:3830,6162,870,119,7601,745,109,0830266,985,472
2Nov 27, 2022 00:3830,6313,356,249,8781,745,974,2390267,513,856
3Nov 27, 2022 00:3830,7113,054,390,6201,750,546,5530268,079,104
4Nov 27, 2022 00:2830,7863,206,254,0721,754,821,0260267,169,792
5Nov 27, 2022 00:2830,8473,109,711,9691,758,262,9830268,054,528
6Nov 27, 2022 00:2830,9013,091,062,6841,761,329,9780268,054,528