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 19:02Yuriy LyfenkoYuriy LyfenkoScore: 4,929Success
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 19:024,7931,162,759,530273,194,4840267,792,384
2Jan 22, 2024 19:024,8061,168,950,464273,955,6740267,833,344
3Jan 22, 2024 19:024,8391,194,827,645275,840,0080266,985,472
4Jan 22, 2024 19:024,8841,137,468,501202,118,00076,289,000265,916,416
5Jan 22, 2024 19:024,8881,143,895,931199,277,00079,324,000264,232,960
6Jan 22, 2024 19:024,9211,142,848,682209,373,00071,108,000265,793,536
7Jan 22, 2024 19:024,9291,146,436,769210,975,00069,991,000265,498,624
8Jan 22, 2024 19:024,9331,152,758,692213,371,00067,800,000264,458,240
9Jan 22, 2024 19:024,9391,140,173,269198,002,00083,532,000264,933,376
10Jan 22, 2024 19:024,9791,152,550,113207,604,00076,221,000262,967,296
11Jan 22, 2024 19:024,9921,164,759,090196,523,00087,995,000263,401,472
12Jan 22, 2024 19:024,9961,168,856,591212,842,00071,906,000263,032,832