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 4, 2026 01:05Victor MerckléVictor MerckléScore: 1,903Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 4, 2026 01:071,890115,661,20986,999,00020,765,000249,925,632stderr
2Aug 4, 2026 01:071,894115,919,04086,375,00021,631,000249,876,480stderr
3Aug 4, 2026 01:071,895116,279,77886,233,00021,820,000249,868,288stderr
4Aug 4, 2026 01:071,899117,873,66086,407,00021,870,000249,925,632stderr
5Aug 4, 2026 01:071,903116,453,04386,841,00021,667,000249,872,384stderr
6Aug 4, 2026 01:071,904116,529,75986,646,00021,899,000249,872,384stderr
7Aug 4, 2026 01:071,908116,764,93586,888,00021,910,000249,913,344stderr
8Aug 4, 2026 01:071,908116,748,56986,689,00022,087,000249,896,960stderr
9Aug 4, 2026 01:071,908116,942,59786,859,00021,917,000249,905,152stderr