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 30, 2023 03:35Simon ThorningtonSimon ThorningtonScore: 7,425Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 30, 2023 03:337,348699,972,023418,862,8380266,985,472
2Dec 30, 2023 03:357,350688,295,702418,935,8550268,263,424
3Dec 30, 2023 03:337,424723,388,983423,193,5680266,551,296
4Dec 30, 2023 03:357,425718,761,227423,251,4390265,158,656
5Dec 30, 2023 03:337,430727,548,125423,518,3620265,486,336
6Dec 30, 2023 03:357,455734,704,529424,931,7530266,268,672