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 22:07Yuriy LyfenkoYuriy LyfenkoScore: 4,611Success
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 22:074,5611,159,249,888259,993,3690266,510,336
2Jan 22, 2024 22:074,5721,150,121,157260,631,2330265,265,152
3Jan 22, 2024 22:074,5761,107,115,623206,592,00054,256,000264,568,832
4Jan 22, 2024 22:074,5831,114,428,089186,034,00075,185,000264,179,712
5Jan 22, 2024 22:074,5941,108,030,968202,661,00059,193,000264,585,216
6Jan 22, 2024 22:074,6041,115,067,288196,591,00065,863,000265,228,288
7Jan 22, 2024 22:074,6111,124,437,377190,700,00072,130,000265,736,192
8Jan 22, 2024 22:074,6211,141,728,784193,857,00069,514,000264,851,456
9Jan 22, 2024 22:074,6351,122,496,765202,435,00061,742,000265,224,192
10Jan 22, 2024 22:074,6431,119,639,307195,283,00069,390,000264,458,240
11Jan 22, 2024 22:074,6561,202,927,344265,391,5330264,507,392
12Jan 22, 2024 22:074,6681,127,018,766198,270,00067,802,000262,500,352