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 22:02Andrey TsvetkovAndrey TsvetkovScore: 21,727Success
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 22:0221,4842,037,759,1091,224,575,6660229,867,520
2Nov 26, 2022 22:0221,7272,171,909,4701,238,455,6120227,094,528
3Nov 26, 2022 22:0221,8732,077,968,5401,246,747,5810227,196,928