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 18:48Yuriy LyfenkoYuriy LyfenkoScore: 5,804Success
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 18:485,759563,958,140239,727,00088,530,000266,809,344
2Nov 27, 2022 18:485,774568,766,578248,639,00080,472,000266,887,168
3Nov 27, 2022 18:485,783675,428,590248,771,00080,876,000266,903,552
4Nov 27, 2022 18:485,788571,299,297246,673,00083,239,000266,940,416
5Nov 27, 2022 18:485,799580,656,842242,620,00087,950,000266,686,464
6Nov 27, 2022 18:485,800567,932,721242,377,00088,229,000266,792,960
7Nov 27, 2022 18:485,804571,938,378240,611,00090,229,000266,846,208
8Nov 27, 2022 18:485,812565,120,448238,778,00092,526,000266,846,208
9Nov 27, 2022 18:485,838575,044,125235,606,00097,187,000266,964,992
10Nov 27, 2022 18:485,9291,204,934,926337,934,0260266,244,096
11Nov 27, 2022 18:485,9921,125,060,515341,529,2840265,342,976
12Nov 27, 2022 18:486,2081,262,993,251353,866,2980266,432,512