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 listDec 22, 2023 18:19Yuriy LyfenkoYuriy LyfenkoScore: 5,075Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 22, 2023 18:195,0061,455,585,718285,338,0300265,105,408
2Dec 22, 2023 18:195,0151,086,485,471218,970,00066,907,000266,932,224
3Dec 22, 2023 18:195,0221,074,013,548163,866,000122,394,000266,932,224
4Dec 22, 2023 18:195,0311,068,734,899216,118,00070,673,000266,735,616
5Dec 22, 2023 18:195,0451,441,755,125287,555,3470265,666,560
6Dec 22, 2023 18:195,0701,100,523,217201,211,00087,783,000266,891,264
7Dec 22, 2023 18:195,0751,095,842,080218,235,00071,029,000266,743,808
8Dec 22, 2023 18:195,0951,100,408,764207,575,00082,835,000266,981,376
9Dec 22, 2023 18:195,0971,463,253,234290,520,4030264,122,368
10Dec 22, 2023 18:195,2121,096,663,639191,065,000106,036,000266,977,280
11Dec 22, 2023 18:195,2481,105,954,278212,638,00086,479,000266,973,184
12Dec 22, 2023 18:195,2601,108,887,890214,296,00085,507,000266,907,648