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 26, 2022 23:02Yurkov AlekseyYurkov AlekseyScore: 28,873Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 26, 2022 23:0228,6792,351,953,9211,634,694,4980267,358,208
2Nov 26, 2022 23:0228,8733,002,760,1701,645,765,5100268,058,624
3Nov 26, 2022 23:0228,9522,917,668,1911,650,256,7220267,911,168