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 listJun 21, 2024 15:04Yuriy LyfenkoYuriy LyfenkoScore: 4,560Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 21, 2024 15:044,5241,105,784,704191,144,00066,701,000265,957,376
2Jun 21, 2024 15:044,5331,167,083,953258,365,3790266,219,520
3Jun 21, 2024 15:044,5381,107,975,554191,158,00067,528,000265,371,648
4Jun 21, 2024 15:044,5421,112,542,346190,351,00068,567,000265,326,592
5Jun 21, 2024 15:044,5521,147,981,743259,465,6070267,165,696
6Jun 21, 2024 15:044,5521,114,933,852182,115,00077,375,000265,564,160
7Jun 21, 2024 15:044,5601,114,484,127192,696,00067,243,000264,892,416
8Jun 21, 2024 15:044,5641,118,956,431190,293,00069,841,000265,408,512
9Jun 21, 2024 15:044,5651,117,359,262188,714,00071,512,000266,063,872
10Jun 21, 2024 15:044,5671,120,131,112187,933,00072,359,000265,256,960
11Jun 21, 2024 15:044,5691,122,876,564196,823,00063,589,000264,912,896
12Jun 21, 2024 15:044,5741,194,334,433260,737,8440267,534,336