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 7, 2024 21:56Yuriy LyfenkoYuriy LyfenkoScore: 5,223Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 7, 2024 21:564,8771,187,754,001277,998,3580264,413,184
2Jan 7, 2024 21:564,8991,205,122,912279,216,8030265,945,088
3Jan 7, 2024 21:564,9021,188,258,669279,429,1440265,580,544
4Jan 7, 2024 21:565,1991,146,412,210227,558,00068,773,000268,005,376
5Jan 7, 2024 21:565,2061,139,896,106226,107,00070,658,000267,960,320
6Jan 7, 2024 21:565,2221,144,551,086219,754,00077,913,000267,911,168
7Jan 7, 2024 21:565,2231,149,351,071232,360,00065,351,000267,812,864
8Jan 7, 2024 21:565,2261,145,992,195229,987,00067,881,000266,563,584
9Jan 7, 2024 21:565,2271,152,012,865231,943,00065,974,000266,661,888
10Jan 7, 2024 21:565,2281,147,866,895226,229,00071,755,000267,993,088
11Jan 7, 2024 21:565,2371,161,068,016234,333,00064,186,000268,017,664
12Jan 7, 2024 21:565,2591,149,474,568229,552,00070,228,000266,481,664