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 listMar 25, 2025 19:53Drew GarciaDrew GarciaScore: 9,168Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 25, 2025 19:539,161550,276,543480,218,00041,931,000251,834,368
2Mar 25, 2025 19:539,161549,426,950478,256,00043,931,000251,949,056
3Mar 25, 2025 19:539,164551,639,689476,406,00045,942,000251,834,368
4Mar 25, 2025 19:539,165546,998,056475,467,00046,947,000251,850,752
5Mar 25, 2025 19:539,168546,500,148477,611,00044,963,000251,842,560
6Mar 25, 2025 19:539,169550,251,131475,645,00046,965,000252,018,688
7Mar 25, 2025 19:539,169546,644,550476,657,00045,966,000251,834,368
8Mar 25, 2025 19:539,178548,620,945478,216,00044,926,000252,092,416
9Mar 25, 2025 19:539,179550,737,103477,286,00045,931,000251,924,480