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:07Yuriy LyfenkoYuriy LyfenkoScore: 5,987Success
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:075,9021,182,024,302273,592,00062,824,000264,548,352
2Jan 22, 2024 01:075,9161,191,577,219270,172,00067,042,000265,351,168
3Jan 22, 2024 01:075,9241,183,563,114267,136,00070,508,000264,134,656
4Jan 22, 2024 01:075,9371,184,884,678274,587,00063,834,000264,146,944
5Jan 22, 2024 01:075,9401,242,624,457338,605,3680265,474,048
6Jan 22, 2024 01:075,9781,202,973,145272,414,00068,354,000262,651,904
7Jan 22, 2024 01:075,9871,209,375,236277,717,00063,536,000262,492,160
8Jan 22, 2024 01:075,9881,237,966,931341,334,8370265,576,448
9Jan 22, 2024 01:075,9921,195,197,981280,192,00061,355,000262,520,832
10Jan 22, 2024 01:075,9951,209,121,387270,076,00071,611,000262,443,008
11Jan 22, 2024 01:076,0001,214,411,453272,778,00069,197,000262,762,496
12Jan 22, 2024 01:076,0461,263,371,708344,630,3120267,673,600