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 listFeb 14, 2026 23:04olliecrowolliecrowScore: 5,808Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 14, 2026 23:045,806356,131,165266,141,00064,790,000252,043,264
2Feb 14, 2026 23:045,808362,860,204269,218,00061,820,000252,043,264
3Feb 14, 2026 23:045,811358,051,452271,355,00059,857,000251,846,656