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 22, 2024 23:16Yuriy LyfenkoYuriy LyfenkoScore: 4,690Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 22, 2024 23:164,5041,165,111,031256,738,1660267,669,504
2Jan 22, 2024 23:164,5161,155,786,399257,397,2650266,293,248
3Jan 22, 2024 23:164,5521,178,305,242259,462,9080266,063,872
4Jan 22, 2024 23:164,6391,105,349,348198,057,00066,354,000268,013,568
5Jan 22, 2024 23:164,6551,105,342,697193,704,00071,630,000267,808,768
6Jan 22, 2024 23:164,6861,108,777,199194,237,00072,838,000267,923,456
7Jan 22, 2024 23:164,6901,114,298,122196,920,00070,401,000267,874,304
8Jan 22, 2024 23:164,6971,124,874,739187,028,00080,717,000267,857,920
9Jan 22, 2024 23:164,7031,124,045,459204,923,00063,133,000267,866,112
10Jan 22, 2024 23:164,7061,135,155,752194,021,00074,243,000267,796,480
11Jan 22, 2024 23:164,7081,118,758,949198,985,00069,389,000267,931,648
12Jan 22, 2024 23:164,7181,125,025,104192,808,00076,134,000267,894,784