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 28, 2026 14:02Victor MerckléVictor MerckléScore: 4,700Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 28, 2026 14:034,675287,772,750168,071,00098,455,000250,552,320
2Apr 28, 2026 14:034,682286,278,425162,560,000104,359,000250,503,168
3Apr 28, 2026 14:034,688287,494,914167,520,00099,714,000250,433,536
4Apr 28, 2026 14:034,693287,088,245162,106,000105,419,000250,437,632
5Apr 28, 2026 14:034,700282,885,818164,330,000103,578,000250,507,264
6Apr 28, 2026 14:034,710288,697,220163,086,000105,409,000250,597,376
7Apr 28, 2026 14:034,714288,191,058165,444,000103,277,000250,564,608
8Apr 28, 2026 14:034,718295,219,955164,127,000104,804,000250,515,456
9Apr 28, 2026 14:034,725292,558,026163,198,000106,129,000250,544,128