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 listOct 18, 2024 19:50Yuriy LyfenkoYuriy LyfenkoScore: 4,868Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 18, 2024 19:504,8051,129,199,850204,919,00068,953,000265,482,240
2Oct 18, 2024 19:504,8681,136,966,583212,412,00065,044,000262,627,328
3Oct 18, 2024 19:504,8871,138,781,987211,948,00066,612,000262,668,288