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 26, 2026 04:54Charles CabergsCharles CabergsScore: 4,302Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 26, 2026 04:574,299260,509,011198,053,00047,012,000252,002,304
2Apr 26, 2026 04:574,300267,134,541197,283,00047,826,000252,006,400
3Apr 26, 2026 04:574,300266,796,010194,106,00051,028,000252,010,496
4Apr 26, 2026 04:574,300263,093,367195,288,00049,818,000251,899,904
5Apr 26, 2026 04:574,302260,574,213198,383,00046,854,000251,998,208
6Apr 26, 2026 04:574,302261,943,761198,393,00046,856,000252,002,304
7Apr 26, 2026 04:574,305267,250,621200,525,00044,893,000251,994,112
8Apr 26, 2026 04:574,305259,171,802198,503,00046,882,000252,006,400
9Apr 26, 2026 04:574,306263,419,728202,402,00043,085,000251,998,208