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 4, 2026 16:56Josu San MartinJosu San MartinScore: 3,322Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 4, 2026 16:563,314212,838,756147,154,00041,760,000251,850,752
2Apr 4, 2026 16:563,317208,792,951143,281,00045,770,000251,854,848
3Apr 4, 2026 16:563,317217,607,283141,309,00047,766,000251,850,752
4Apr 4, 2026 16:563,319212,035,777144,372,00044,805,000251,850,752
5Apr 4, 2026 16:563,322220,489,179149,476,00039,860,000251,850,752
6Apr 4, 2026 16:563,325214,795,878145,629,00043,888,000251,969,536
7Apr 4, 2026 16:563,328216,672,523148,747,00040,930,000251,850,752
8Apr 4, 2026 16:563,328213,200,487147,783,00041,938,000251,850,752
9Apr 4, 2026 16:563,329219,718,942148,811,00040,948,000251,863,040