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 21:40Yuriy LyfenkoYuriy LyfenkoScore: 6,216Success
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 21:405,8361,220,232,097332,669,5950266,936,320
2Jan 22, 2024 21:405,8431,225,399,904333,064,4130266,293,248
3Jan 22, 2024 21:405,8491,220,557,974333,387,4610266,801,152
4Jan 22, 2024 21:406,1921,207,261,218284,128,00068,788,000264,720,384
5Jan 22, 2024 21:406,1921,204,655,841292,281,00060,681,000265,998,336
6Jan 22, 2024 21:406,1951,208,529,165281,883,00071,223,000264,790,016
7Jan 22, 2024 21:406,2161,212,900,170292,498,00061,795,000264,994,816
8Jan 22, 2024 21:406,2171,232,413,648290,229,00064,155,000264,683,520
9Jan 22, 2024 21:406,2401,218,790,598286,971,00068,711,000265,048,064
10Jan 22, 2024 21:406,2431,217,649,707283,076,00072,762,000266,129,408
11Jan 22, 2024 21:406,2481,213,742,051288,520,00067,590,000265,121,792
12Jan 22, 2024 21:406,3041,224,214,294290,915,00068,390,000261,840,896