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 27, 2022 19:52Andrey TsvetkovAndrey TsvetkovScore: 20,188Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 27, 2022 19:5220,0804,413,731,0721,144,567,0200151,830,528
2Nov 27, 2022 19:5220,1884,527,728,8601,150,737,1190151,728,128
3Nov 27, 2022 19:5220,4245,013,437,3671,164,164,8730150,806,528