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:01Yuriy 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
1Jun 21, 2024 15:014,5591,104,939,436198,493,00061,389,000265,003,008
2Jun 21, 2024 15:014,5661,154,000,665260,256,8010264,712,192
3Jun 21, 2024 15:014,5751,109,216,149195,583,00065,194,000265,555,968
4Jun 21, 2024 15:014,5911,174,466,013261,668,8950266,268,672
5Jun 21, 2024 15:014,5921,176,267,100261,756,0310266,072,064
6Jun 21, 2024 15:014,5921,126,302,226200,412,00061,350,000264,900,608
7Jun 21, 2024 15:014,5951,119,043,452192,209,00069,713,000265,662,464
8Jun 21, 2024 15:014,6071,126,190,153190,631,00071,993,000265,732,096
9Jun 21, 2024 15:014,6111,120,058,703203,630,00059,219,000264,527,872
10Jun 21, 2024 15:014,6131,120,150,692191,054,00071,891,000265,625,600
11Jun 21, 2024 15:014,6151,132,969,711197,532,00065,508,000261,177,344
12Jun 21, 2024 15:014,6321,125,947,331198,547,00065,500,000262,647,808