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 listDec 11, 2023 17:29Oleg KovalovOleg KovalovScore: 14,592Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 11, 2023 17:2913,9221,260,265,297793,540,6630265,162,752
2Dec 11, 2023 17:2914,5922,151,303,254831,739,6740264,556,544
3Dec 11, 2023 17:2914,6071,671,033,874832,600,6910264,527,872