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 3, 2026 19:23Taylor DettlingTaylor DettlingScore: 3,532Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 3, 2026 19:213,528226,316,459177,197,00023,891,000250,056,704
2Apr 3, 2026 19:213,531230,278,502179,340,00021,919,000250,060,800
3Apr 3, 2026 19:213,532227,438,493175,418,00025,914,000250,073,088
4Apr 3, 2026 19:233,532229,707,990182,403,00018,938,000250,068,992
5Apr 3, 2026 19:233,533233,084,615179,446,00021,932,000250,036,224
6Apr 3, 2026 19:233,534226,247,377177,484,00023,930,000250,277,888