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:07matsuoka-601matsuoka-601Score: 4,336Success
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:074,135554,262,131235,700,1340267,313,152
2Jun 23, 2024 09:074,176554,658,000238,052,6810265,318,400
3Jun 23, 2024 09:074,221570,615,490240,585,8840266,227,712
4Jun 23, 2024 09:074,322482,642,713176,388,00069,947,000265,879,552
5Jun 23, 2024 09:074,329492,904,854165,830,00080,917,000265,900,032
6Jun 23, 2024 09:074,334484,960,584175,864,00071,159,000265,695,232
7Jun 23, 2024 09:074,336481,383,303176,837,00070,321,000265,736,192
8Jun 23, 2024 09:074,358485,851,783171,534,00076,894,000265,822,208
9Jun 23, 2024 09:074,386493,163,430179,021,00070,973,000265,687,040
10Jun 23, 2024 09:074,394508,691,891165,646,00084,818,000265,752,576
11Jun 23, 2024 09:074,397523,543,020165,477,00085,158,000265,678,848
12Jun 23, 2024 09:074,404510,910,747178,297,00072,753,000265,842,688