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:49Yurkov AlekseyYurkov AlekseyError
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:4800000Error: No answer to stdout. Died or killed?
2Nov 26, 2022 22:4927,6542,936,508,7391,576,280,7170267,907,072
3Nov 26, 2022 22:4927,7252,836,161,0561,580,350,7970268,046,336
4Nov 26, 2022 22:4928,0012,868,826,2321,596,062,0040268,058,624