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 listMar 5, 2026 01:10olliecrowolliecrowScore: 4,548Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 5, 2026 01:104,544283,758,014238,991,00019,999,000250,245,120
2Mar 5, 2026 01:104,544286,919,683239,001,00020,000,000250,257,408
3Mar 5, 2026 01:104,545291,551,474240,075,00019,005,000250,048,512
4Mar 5, 2026 01:104,547285,475,780237,256,00021,931,000250,044,416
5Mar 5, 2026 01:104,548287,649,771237,281,00021,933,000250,097,664
6Mar 5, 2026 01:104,550289,013,116235,410,00023,940,000250,073,088
7Mar 5, 2026 01:104,551286,419,525237,439,00021,948,000250,036,224
8Mar 5, 2026 01:104,551287,490,237236,449,00022,946,000250,032,128
9Mar 5, 2026 01:104,552294,348,901237,522,00021,955,000250,044,416