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 31, 2024 02:03Joad NacerJoad NacerScore: 3,477Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 31, 2024 02:213,467223,651,015172,678,00024,953,000250,200,064
2Dec 31, 2024 02:033,469221,650,712174,754,00022,967,000250,191,872
3Dec 31, 2024 02:033,470220,973,524174,794,00022,973,000250,310,656
4Dec 31, 2024 02:213,470219,320,213171,836,00025,975,000250,200,064
5Dec 31, 2024 02:213,470221,639,990174,802,00022,974,000250,191,872
6Dec 31, 2024 02:033,472227,629,926172,898,00024,985,000250,204,160
7Dec 31, 2024 02:213,472226,278,815173,906,00023,987,000250,327,040
8Dec 31, 2024 02:033,474220,693,029172,998,00024,999,000250,204,160
9Dec 31, 2024 02:213,476225,136,769174,107,00024,014,000250,318,848
10Dec 31, 2024 02:033,477221,696,041175,172,00023,022,000250,171,392
11Dec 31, 2024 02:033,480227,143,301174,460,00023,926,000250,310,656
12Dec 31, 2024 02:033,482228,362,765174,561,00023,939,000250,056,704
13Dec 31, 2024 02:213,486231,577,764173,746,00024,963,000250,212,352
14Dec 31, 2024 02:213,487225,616,107173,785,00024,969,000250,298,368
15Dec 31, 2024 02:033,488218,925,262173,863,00024,980,000250,187,776
16Dec 31, 2024 02:033,490222,309,458175,938,00022,992,000250,339,328
17Dec 31, 2024 02:213,491228,067,553174,005,00025,000,000250,195,968
18Dec 31, 2024 02:213,492220,102,239175,041,00024,005,000250,191,872