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 29, 2026 00:51Victor MerckléVictor MerckléScore: 2,978Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 00:542,964188,553,510146,134,00022,864,000250,150,912
2Apr 29, 2026 00:542,975187,746,768147,677,00021,952,000250,167,296
3Apr 29, 2026 00:542,976190,393,546145,732,00023,956,000250,167,296
4Apr 29, 2026 00:542,977187,662,675147,742,00021,961,000250,175,488
5Apr 29, 2026 00:542,978193,049,878148,808,00020,972,000250,122,240
6Apr 29, 2026 00:542,978188,657,673147,944,00021,844,000250,073,088
7Apr 29, 2026 00:542,979185,918,339147,864,00021,979,000250,150,912
8Apr 29, 2026 00:542,982193,330,753149,139,00020,879,000250,159,104
9Apr 29, 2026 00:542,990192,483,875147,534,00022,927,000250,138,624