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 14, 2023 12:47Bohdan StorozhukBohdan StorozhukScore: 7,505Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 29, 2023 00:147,429912,136,400423,425,0140265,601,024
2Dec 29, 2023 00:147,485940,983,279426,631,6420265,539,584
3Dec 29, 2023 00:147,486886,048,716426,680,2820264,871,936
4Dec 14, 2023 12:477,505935,735,811427,783,1540262,488,064
5Dec 14, 2023 12:477,513923,735,643428,260,6210263,815,168
6Dec 14, 2023 12:477,514903,288,010428,301,8350264,716,288