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:42Yuriy LyfenkoYuriy LyfenkoScore: 5,250Success
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:425,1731,140,881,655233,859,00061,006,000265,101,312
2Jan 22, 2024 21:425,1941,148,570,663227,824,00068,246,000265,207,808
3Jan 22, 2024 21:425,1961,147,307,935233,070,00063,101,000265,609,216
4Jan 22, 2024 21:425,2251,156,579,515225,878,00071,961,000263,720,960
5Jan 22, 2024 21:425,2401,171,932,340221,840,00076,865,000264,560,640
6Jan 22, 2024 21:425,2441,169,582,490231,470,00067,428,000264,622,080
7Jan 22, 2024 21:425,2501,184,666,617226,944,00072,301,000264,654,848
8Jan 22, 2024 21:425,2551,166,688,118230,261,00069,282,000264,609,792
9Jan 22, 2024 21:425,2681,171,499,930232,883,00067,413,000262,885,376
10Jan 22, 2024 21:425,4721,212,434,691311,921,3000266,366,976
11Jan 22, 2024 21:425,5061,216,126,327313,833,3420264,929,280
12Jan 22, 2024 21:425,5191,191,128,941314,555,4170264,310,784