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 22:07Victor MerckléVictor MerckléScore: 1,637Success
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 22:091,633102,220,56871,494,00021,609,000249,917,440stderr
2Aug 16, 2026 22:091,635102,388,65171,576,00021,647,000249,892,864stderr
3Aug 16, 2026 22:091,636102,361,23571,566,00021,711,000249,880,576stderr
4Aug 16, 2026 22:091,636102,308,60171,599,00021,657,000249,901,056stderr
5Aug 16, 2026 22:091,637102,431,12971,552,00021,784,000249,884,672stderr
6Aug 16, 2026 22:091,639101,903,04271,489,00021,948,000249,901,056stderr
7Aug 16, 2026 22:091,643101,982,01371,687,00022,019,000249,876,480stderr
8Aug 16, 2026 22:091,654102,695,77872,355,00021,933,000249,888,768stderr
9Aug 16, 2026 22:091,655103,464,82272,426,00021,947,000249,925,632stderr