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 listNov 29, 2024 22:15E SequeiraE SequeiraScore: 6,944Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 29, 2024 22:156,858635,581,473297,347,00093,536,000266,809,344
2Nov 29, 2024 22:156,882627,199,292307,685,00084,562,000266,928,128
3Nov 29, 2024 22:156,893624,163,625312,067,00080,830,000266,977,280
4Nov 29, 2024 22:156,901620,957,434303,518,00089,857,000266,936,320
5Nov 29, 2024 22:156,944628,616,815297,600,00098,198,000266,952,704
6Nov 29, 2024 22:156,950639,557,618303,166,00092,970,000266,858,496
7Nov 29, 2024 22:156,958641,214,414306,781,00089,814,000265,859,072
8Nov 29, 2024 22:157,020637,102,536301,100,00099,019,000266,919,936
9Nov 29, 2024 22:157,055661,774,328305,648,00096,467,000266,977,280