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 20:23Andrey TsvetkovAndrey TsvetkovScore: 14,515Success
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 20:1114,4001,556,857,367820,805,6700260,149,248
2Nov 27, 2022 20:1114,4451,530,225,541823,339,4030259,305,472
3Nov 27, 2022 20:1314,5071,376,189,878826,896,9750261,574,656
4Nov 27, 2022 20:2314,5111,461,107,274827,123,1960256,593,920
5Nov 27, 2022 20:1314,5151,322,787,594827,351,2290261,304,320
6Nov 27, 2022 20:1314,6481,362,812,829834,938,9460257,134,592
7Nov 27, 2022 20:2314,7741,537,081,243842,136,8050253,677,568
8Nov 27, 2022 20:1114,7801,587,231,031842,440,3410255,078,400
9Nov 27, 2022 20:2314,7991,477,522,657843,571,3010257,503,232