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 02:19Yuriy LyfenkoYuriy LyfenkoScore: 4,608Success
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 02:194,5611,138,107,699259,974,2910265,601,024
2Jan 22, 2024 02:194,5681,108,673,586195,044,00065,349,000265,314,304
3Jan 22, 2024 02:194,5691,157,979,885260,450,6630266,362,880
4Jan 22, 2024 02:194,5701,103,613,277197,684,00062,805,000264,617,984
5Jan 22, 2024 02:194,5941,176,837,508261,860,6860264,486,912
6Jan 22, 2024 02:194,5991,107,749,016198,144,00064,016,000264,122,368
7Jan 22, 2024 02:194,6081,122,241,164194,983,00067,647,000266,129,408
8Jan 22, 2024 02:194,6081,120,723,171195,735,00066,909,000264,933,376
9Jan 22, 2024 02:194,6091,115,945,744206,341,00056,371,000265,809,920
10Jan 22, 2024 02:194,6361,125,545,293192,899,00071,332,000263,426,048
11Jan 22, 2024 02:194,6531,125,065,635199,942,00065,287,000263,983,104
12Jan 22, 2024 02:194,6641,128,315,258193,434,00072,413,000264,654,848