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 listAug 16, 2026 20:59Victor MerckléVictor MerckléScore: 1,608Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 16, 2026 21:021,59399,046,21569,752,00021,053,000249,905,152stderr
2Aug 16, 2026 21:021,59699,434,37070,061,00020,945,000249,892,864stderr
3Aug 16, 2026 21:021,59799,329,24069,755,00021,297,000249,901,056stderr
4Aug 16, 2026 21:021,60099,627,77470,040,00021,161,000249,917,440stderr
5Aug 16, 2026 21:021,608100,064,29271,016,00020,665,000249,876,480stderr
6Aug 16, 2026 21:021,609100,294,89870,397,00021,364,000249,884,672stderr
7Aug 16, 2026 21:021,617100,459,28270,691,00021,496,000249,880,576stderr
8Aug 16, 2026 21:021,627101,858,73971,209,00021,545,000249,880,576stderr
9Aug 16, 2026 21:021,627101,839,68871,228,00021,515,000249,896,960stderr