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 06:08Victor MerckléVictor MerckléScore: 1,618Success
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 06:101,612100,926,56770,477,00021,431,000249,880,576stderr
2Aug 16, 2026 06:101,613100,174,21970,551,00021,444,000249,901,056stderr
3Aug 16, 2026 06:101,614101,100,44070,532,00021,488,000249,909,248stderr
4Aug 16, 2026 06:101,615101,191,48670,594,00021,513,000249,868,288stderr
5Aug 16, 2026 06:101,618101,263,16270,533,00021,717,000249,884,672stderr
6Aug 16, 2026 06:101,623101,551,66970,683,00021,829,000249,901,056stderr
7Aug 16, 2026 06:101,631102,119,34271,268,00021,739,000249,901,056stderr
8Aug 16, 2026 06:101,637102,392,98671,430,00021,929,000249,901,056stderr
9Aug 16, 2026 06:101,638102,533,34171,442,00021,971,000249,872,384stderr