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, 2023 14:06Alexander FrolovAlexander FrolovScore: 6,426Success
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, 2023 14:065,787623,875,886329,872,9190267,517,952
2Dec 31, 2023 14:065,797601,285,073330,450,5490267,567,104
3Dec 31, 2023 14:065,824630,551,185331,972,0080267,304,960
4Dec 31, 2023 14:065,938581,718,604272,378,00066,091,000267,792,384
5Dec 31, 2023 14:065,990584,815,756265,687,00075,766,000267,902,976
6Dec 31, 2023 14:066,218590,251,971272,337,00082,101,000267,894,784
7Dec 31, 2023 14:066,426605,188,417285,473,00080,814,000267,898,880
8Dec 31, 2023 14:066,914635,922,013284,959,000109,133,000267,677,696
9Dec 31, 2023 14:067,030689,573,404290,144,000110,579,000267,546,624
10Dec 31, 2023 14:067,349646,802,453294,153,000124,761,000267,354,112
11Dec 31, 2023 14:067,415662,729,305289,044,000133,633,000267,345,920
12Dec 31, 2023 14:067,461664,920,011296,264,000128,985,000267,419,648