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 listAug 16, 2026 19:00Victor MerckléVictor MerckléScore: 1,599Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 16, 2026 19:051,58798,737,41168,967,00021,530,000249,892,864stderr
2Aug 16, 2026 19:051,59199,110,55369,156,00021,531,000249,905,152stderr
3Aug 16, 2026 19:051,59499,096,21669,454,00021,442,000249,909,248stderr
4Aug 16, 2026 19:051,59699,249,49469,490,00021,491,000249,917,440stderr
5Aug 16, 2026 19:051,59999,490,85469,720,00021,440,000249,872,384stderr
6Aug 16, 2026 19:051,600100,288,00369,729,00021,481,000249,888,768stderr
7Aug 16, 2026 19:051,60999,931,58269,889,00021,830,000249,864,192stderr
8Aug 16, 2026 19:051,617102,318,54670,489,00021,732,000249,876,480stderr
9Aug 16, 2026 19:051,618100,816,99470,540,00021,705,000249,888,768stderr