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 listJun 21, 2024 15:00Yuriy LyfenkoYuriy LyfenkoScore: 4,883Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 21, 2024 15:004,8091,140,941,246208,116,00065,988,000265,560,064
2Jun 21, 2024 15:004,8191,128,580,517210,518,00064,157,000266,063,872
3Jun 21, 2024 15:004,8551,132,802,306206,075,00070,682,000265,392,128
4Jun 21, 2024 15:004,8561,146,657,120214,837,00061,972,000265,711,616
5Jun 21, 2024 15:004,8581,151,728,384201,125,00075,786,000265,658,368
6Jun 21, 2024 15:004,8781,140,411,207209,032,00069,001,000263,888,896
7Jun 21, 2024 15:004,8831,140,377,629210,001,00068,325,000262,742,016
8Jun 21, 2024 15:004,8901,150,082,189209,551,00069,181,000265,572,352
9Jun 21, 2024 15:004,8941,150,496,751212,531,00066,416,000263,024,640
10Jun 21, 2024 15:004,9991,196,757,328284,970,4100266,358,784
11Jun 21, 2024 15:005,0061,183,328,101285,347,7660265,388,032
12Jun 21, 2024 15:005,0081,174,388,839285,450,0370266,366,976