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 28, 2022 16:56Andrey TsvetkovAndrey TsvetkovScore: 14,483Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 29, 2022 06:3613,8151,332,196,710787,471,7710262,709,248
2Nov 28, 2022 16:5614,0101,387,115,307798,566,8710260,411,392
3Nov 29, 2022 06:3614,3361,398,079,396817,165,5430254,001,152
4Nov 29, 2022 06:3614,4831,653,653,015825,503,6600256,274,432
5Nov 28, 2022 16:5614,6401,556,069,630834,464,3490247,201,792
6Nov 28, 2022 16:5615,0091,626,153,610855,489,7820256,585,728