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 listApr 7, 2026 05:46Yuriy LyfenkoYuriy LyfenkoScore: 3,149Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 7, 2026 05:463,145807,744,546167,294,00011,949,000250,023,936
2Apr 7, 2026 05:463,149805,217,538120,660,00058,834,000250,040,320
3Apr 7, 2026 05:463,158807,552,820153,133,00026,848,000250,286,080