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 listJan 17, 2025 07:59Ian MckibbenIan MckibbenScore: 22,047Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 17, 2025 07:5921,3864,528,966,106500,896,000718,116,000134,160,384
2Jan 17, 2025 07:5921,6913,928,895,331501,868,000734,516,000105,140,224
3Jan 17, 2025 07:5921,9304,195,459,061512,237,000737,782,000107,233,280
4Jan 17, 2025 07:5921,9893,475,446,206522,834,000730,563,000106,708,992
5Jan 17, 2025 07:5922,0473,424,919,497523,278,000733,383,000106,209,280
6Jan 17, 2025 07:5922,0603,430,928,963527,350,000730,098,000106,524,672
7Jan 17, 2025 07:5922,1853,677,520,955520,627,000743,894,000107,462,656
8Jan 17, 2025 07:5922,2083,435,375,279513,045,000752,794,000106,381,312
9Jan 17, 2025 07:5922,3303,488,533,675516,232,000756,599,000106,700,800