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 04:14Taylor DettlingTaylor DettlingScore: 3,464Success
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 04:143,462225,183,163173,404,00023,917,000250,118,144
2Apr 3, 2026 04:143,462221,931,376174,432,00022,925,000250,122,240
3Apr 3, 2026 04:143,463229,601,393175,447,00021,930,000250,044,416
4Apr 3, 2026 04:143,463224,917,391176,456,00020,935,000250,138,624
5Apr 3, 2026 04:143,464223,882,657178,506,00018,947,000250,150,912
6Apr 3, 2026 04:143,465222,409,028175,541,00021,942,000250,048,512
7Apr 3, 2026 04:143,466219,299,454172,599,00024,942,000250,064,896
8Apr 3, 2026 04:143,471218,339,080176,871,00020,984,000250,126,336
9Apr 3, 2026 04:143,472225,686,381178,893,00018,988,000250,138,624