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 01:12Yuriy LyfenkoYuriy LyfenkoScore: 5,975Success
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 01:125,9201,233,071,766337,441,0430266,539,008
2Jan 22, 2024 01:125,9201,181,689,881270,779,00066,684,000264,675,328
3Jan 22, 2024 01:125,9361,188,307,539273,714,00064,641,000265,875,456
4Jan 22, 2024 01:125,9381,189,135,636277,948,00060,512,000264,835,072
5Jan 22, 2024 01:125,9461,198,529,686279,171,00059,748,000265,932,800
6Jan 22, 2024 01:125,9571,197,160,511272,462,00067,099,000264,589,312
7Jan 22, 2024 01:125,9751,196,334,842277,342,00063,217,000264,601,600
8Jan 22, 2024 01:125,9821,256,708,468340,954,5720267,075,584
9Jan 22, 2024 01:125,9831,197,936,704273,433,00067,601,000266,145,792
10Jan 22, 2024 01:126,0061,213,128,263272,675,00069,683,000262,402,048
11Jan 22, 2024 01:126,0091,238,349,977342,528,2220266,346,496
12Jan 22, 2024 01:126,0131,202,620,939276,050,00066,703,000261,140,480