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 00:37Joad NacerJoad NacerScore: 3,566Success
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 00:373,556227,346,850179,725,00022,964,000250,273,792
2Dec 31, 2024 00:373,559227,718,055179,857,00022,981,000250,220,544
3Dec 31, 2024 00:373,560228,794,589175,929,00026,989,000250,073,088
4Dec 31, 2024 00:373,565222,985,950179,182,00024,024,000250,195,968
5Dec 31, 2024 00:373,566230,732,028181,237,00022,028,000250,179,584
6Dec 31, 2024 00:373,572225,149,822179,626,00023,950,000250,294,272
7Dec 31, 2024 00:373,573230,702,223181,708,00021,964,000250,314,752
8Dec 31, 2024 00:373,574230,525,846177,762,00025,965,000250,028,032
9Dec 31, 2024 00:373,580228,746,449180,033,00024,004,000250,183,680