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 listFeb 25, 2025 15:54wainCGPwainCGPScore: 31,794Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 25, 2025 15:5431,6471,829,560,5031,757,926,00045,971,000251,850,752
2Feb 25, 2025 15:5431,6971,836,683,3351,758,748,00047,965,000251,850,752
3Feb 25, 2025 15:5431,7221,835,696,1881,761,224,00046,952,000251,850,752
4Feb 25, 2025 15:5431,7941,839,664,9121,760,296,00051,949,000251,854,848
5Feb 25, 2025 15:5431,7941,845,754,0961,760,313,00051,950,000251,850,752
6Feb 25, 2025 15:5431,8151,840,860,5481,768,521,00044,962,000252,092,416
7Feb 25, 2025 15:5431,8451,848,757,5751,773,176,00041,980,000251,850,752
8Feb 25, 2025 15:5431,9421,846,804,7521,776,730,00043,968,000251,850,752
9Feb 25, 2025 15:5431,9461,846,215,5541,774,953,00045,972,000252,092,416