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 listJan 1, 2024 13:39Oleg KovalovOleg KovalovScore: 54,949Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 1, 2024 13:3951,26521,283,211,8452,922,095,5620130,760,704
2Jan 1, 2024 13:3954,94921,492,243,5383,132,118,1360130,772,992
3Jan 1, 2024 13:3955,88121,162,834,4893,185,203,8410130,850,816