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 23, 2024 09:06matsuoka-601matsuoka-601Score: 4,352Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 23, 2024 09:064,126534,779,346235,174,4720266,362,880
2Jun 23, 2024 09:064,147565,415,616236,371,1870268,058,624
3Jun 23, 2024 09:064,166592,297,879237,452,8790265,277,440
4Jun 23, 2024 09:064,294495,074,540176,888,00067,875,000265,863,168
5Jun 23, 2024 09:064,324502,028,700166,577,00079,879,000265,949,184
6Jun 23, 2024 09:064,341486,094,941166,605,00080,838,000265,961,472
7Jun 23, 2024 09:064,352493,477,332175,183,00072,908,000265,785,344
8Jun 23, 2024 09:064,378489,834,971176,194,00073,329,000265,711,616
9Jun 23, 2024 09:064,395508,151,287168,339,00082,165,000265,887,744
10Jun 23, 2024 09:064,398504,962,408174,733,00075,926,000265,728,000
11Jun 23, 2024 09:064,411506,177,593183,250,00068,186,000265,498,624
12Jun 23, 2024 09:064,415513,425,140177,394,00074,258,000265,826,304