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 16, 2026 08:06Victor MerckléVictor MerckléScore: 1,684Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 16, 2026 08:111,677104,053,83473,815,00021,795,000249,864,192stderr
2Aug 16, 2026 08:111,679104,785,99074,250,00021,487,000249,892,864stderr
3Aug 16, 2026 08:111,679104,165,17374,198,00021,535,000249,884,672stderr
4Aug 16, 2026 08:111,681104,851,15074,488,00021,356,000249,876,480stderr
5Aug 16, 2026 08:111,684104,426,93374,408,00021,604,000249,892,864stderr
6Aug 16, 2026 08:111,687104,340,30674,368,00021,798,000249,892,864stderr
7Aug 16, 2026 08:111,688104,677,85174,366,00021,875,000249,901,056stderr
8Aug 16, 2026 08:111,693104,903,41774,777,00021,743,000249,880,576stderr
9Aug 16, 2026 08:111,701105,401,04575,005,00021,977,000249,876,480stderr