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 17:49Yuriy LyfenkoYuriy LyfenkoScore: 4,765Success
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 17:494,63612,567,351,599264,271,3430265,572,352
2Jan 22, 2024 17:494,65512,552,695,640265,362,9110266,469,376
3Jan 22, 2024 17:494,67412,583,726,384266,444,3610267,202,560
4Jan 22, 2024 17:494,73612,509,922,909206,573,00063,403,000267,878,400
5Jan 22, 2024 17:494,73812,511,692,989197,043,00073,016,000267,841,536
6Jan 22, 2024 17:494,75912,520,150,189204,991,00066,290,000267,808,768
7Jan 22, 2024 17:494,76512,520,315,737199,856,00071,743,000267,837,440
8Jan 22, 2024 17:494,76812,509,310,725204,829,00066,924,000268,005,376
9Jan 22, 2024 17:494,77112,516,332,234208,631,00063,315,000268,009,472
10Jan 22, 2024 17:494,77412,512,647,702197,812,00074,305,000267,972,608
11Jan 22, 2024 17:494,78212,526,244,462195,426,00077,168,000267,853,824
12Jan 22, 2024 17:494,78612,536,547,577194,852,00077,941,000267,874,304