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 16:48Victor MerckléVictor MerckléScore: 4,722Success
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 16:504,685287,895,019161,820,000105,233,000250,441,728
2Apr 28, 2026 16:504,693287,913,743163,722,000103,824,000250,454,016
3Apr 28, 2026 16:504,702286,286,440167,408,000100,644,000250,552,320
4Apr 28, 2026 16:504,712287,561,931167,131,000101,472,000250,503,168
5Apr 28, 2026 16:504,722290,657,274161,896,000107,269,000250,548,224
6Apr 28, 2026 16:504,722291,487,699160,499,000108,661,000250,540,032
7Apr 28, 2026 16:504,723287,241,249165,299,000103,931,000250,552,320
8Apr 28, 2026 16:504,726289,222,271166,625,000102,768,000250,556,416
9Apr 28, 2026 16:504,728290,510,372162,117,000107,415,000250,515,456