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:27Yuriy LyfenkoYuriy LyfenkoScore: 4,881Success
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:274,8271,181,818,611275,112,4820267,227,136
2Jan 22, 2024 02:274,8501,120,042,976212,655,00063,796,000265,388,032
3Jan 22, 2024 02:274,8561,120,820,817208,824,00067,943,000266,219,520
4Jan 22, 2024 02:274,8591,130,774,724217,315,00059,635,000264,929,280
5Jan 22, 2024 02:274,8721,128,483,335218,843,00058,840,000264,114,176
6Jan 22, 2024 02:274,8751,179,810,290277,868,9210265,195,520
7Jan 22, 2024 02:274,8811,193,613,938278,242,9920266,502,144
8Jan 22, 2024 02:274,9101,132,431,963210,434,00069,463,000263,655,424
9Jan 22, 2024 02:274,9201,150,587,968218,570,00061,859,000265,465,856
10Jan 22, 2024 02:274,9251,148,944,226207,593,00073,152,000265,150,464
11Jan 22, 2024 02:274,9351,158,039,434216,693,00064,591,000264,937,472
12Jan 22, 2024 02:274,9531,151,796,743216,610,00065,701,000263,708,672