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:35Yuriy LyfenkoYuriy LyfenkoScore: 4,595Success
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:354,5541,152,697,157259,588,2080264,966,144
2Jan 22, 2024 02:354,5561,167,442,669259,666,8940265,351,168
3Jan 22, 2024 02:354,5611,160,210,563259,974,1930266,891,264
4Jan 22, 2024 02:354,5691,103,876,699189,241,00071,209,000264,572,928
5Jan 22, 2024 02:354,5801,107,623,899199,080,00061,958,000264,790,016
6Jan 22, 2024 02:354,5861,105,320,582198,530,00062,851,000265,875,456
7Jan 22, 2024 02:354,5951,107,716,185198,255,00063,688,000264,273,920
8Jan 22, 2024 02:354,6061,124,119,075201,793,00060,744,000264,929,280
9Jan 22, 2024 02:354,6061,122,373,710195,644,00066,904,000265,351,168
10Jan 22, 2024 02:354,6151,108,048,357192,857,00070,219,000264,204,288
11Jan 22, 2024 02:354,6371,128,672,705193,019,00071,268,000265,330,688
12Jan 22, 2024 02:354,7591,153,100,242193,606,00077,644,000263,835,648