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 06:22Yuriy LyfenkoYuriy LyfenkoScore: 3,143Success
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 06:223,140208,929,142160,077,00018,891,000250,314,752
2Apr 7, 2026 06:223,143210,163,346157,243,00021,894,000250,023,936
3Apr 7, 2026 06:223,159204,139,576179,042,0001,000,000250,204,160